averbraeck / housinggame-admin

Administrator app for the Housing Game
https://housing-game.tbm.tudelft.nl
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Make a 2-level menu or a vertical menu for the admin application #46

Closed averbraeck closed 1 month ago

averbraeck commented 1 month ago

The number of menu items in the admin app is too big, where we want to add new ones as well:

image

We might go for a vertical menu, or for a 2-level menu to allow for new menu items.

averbraeck commented 1 month ago

If we make the menu hierarchical, the hierarchy would look as follows:

averbraeck commented 1 month ago

We could do this as a 2-line menu-with-submenu, but then it would also be possible to group the current items a bit differently, and also use 2 lines...

averbraeck commented 1 month ago

The menu, therefore, now looks like this:

image

averbraeck commented 1 month ago

After some reshuffling, it now looks as follows:

image

averbraeck commented 1 month ago

Two-line menu completed and tested.