major
minor
major
minor
The layout editor is integrated into the running application via additional commands. It is not always clear here which functions are business functions and which are development functions.
"Delete View" is not a "normal" delete function!
Improvement
Group all development functions at the end of the menu: “Positive Edit Commands,” “Negative Edit Commands,” “Inspector.”
In addition, the in-app development functions are marked with their own CSS class, ` tlInApp `, so that they can be visually distinguished within the theme. The included theme defines a theme variable, ` INAPP_COMMAND_BACKGROUND `, which slightly highlights the background of the menu bar.
The developer options in the main navigation are now grouped into a separate menu, so that an app in development mode looks more like a production app without developer features.
Code Migration
- Global dialogs are now displayed in the burger menu of the main tab unless ` createOpenerButtons="false"` is explicitly set in the `<dialogInfo> ` tag.
Test
- Enable Design Mode and check the burger menus.