[enhancement]: Display Warning message on major upgrades
No existing issues.
- [x] There is no existing issue for my request.
Related problems
User clicks away changelog without reading it. Can lead to not reading what user has to do on a breaking upgrade.
Description
Major version upgrades (ie. 2.x.x to 3.x.x) usually mean that the user has to do something. Currently, admin will only show a warning or notification if the developer specifically adds something into the io-package.json.
It would be good to have some extra "do you really want that" -> confirm click that leads the user to read the changelog. In CLI the feature already exists,:
Additional context
No response
Are you talking about admin gui or cli?
As far as I read the issue, the warning IS diplayed at cli but should also be displayed at GUI.
So this feature request suggests to ADD a warning / confirmation to ADMIN UI upgrade process like it is already implemented at cli upgrade.