In the first iteration I decided to hide the AppBar when any dialog is open. I did so to prevent the AppBar blocking the sight at the model.
A few weeks later I implemented a custom solution which I called MenuBar. The menu bar has a better positioning a solves a couple of bugs with the AppBar. Now it could make sense to keep it always visible - even if a dialog is open.
In the first iteration I decided to hide the
AppBarwhen any dialog is open. I did so to prevent theAppBarblocking the sight at the model.A few weeks later I implemented a custom solution which I called
MenuBar. The menu bar has a better positioning a solves a couple of bugs with theAppBar. Now it could make sense to keep it always visible - even if a dialog is open.