Idea: Multiple navigation menus, permission-based navigation, and menu nesting beyond one level #14046
danielrosehill
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Rolling all of this into one "meta" feature suggestion as all of these things would be very helpful in cases where you're building out an admin panel with a lot of screens.
Permission-based navigation
-> Navigation menus that are only visible if users have a certain level of privilege or higher.
This would be ideal for creating separate navigations for backend admins vs. regular users. Financial users could be grouped into a unit and have a menu that only populates for them (etc).
Multiple Menu Layers
A UI bug that I've noticed is that when you begin creating dropdowns with more than about 5 layers you start running into this display issue:
Besides resolving that, it would be helpful to be able to nest into multiple layers of navigation.
** UI cuts off when there's a dropdown/selector at the base of the menu tree**
See screenshot:
Beta Was this translation helpful? Give feedback.
All reactions