-
-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DashboardLayout] Show nested navigation in mini-drawer #4276
base: master
Are you sure you want to change the base?
[DashboardLayout] Show nested navigation in mini-drawer #4276
Conversation
Nice! |
Status: right now with If multiple items could be shown as selected simultaneously this would not be an issue, otherwise we need to find a solution. Maybe we could generate item ids every time the navigation is changed, but this could be a bit expensive as we'd have to go through the whole navigation tree. |
Initially was just trying to refactor sidebar navigation to use the same navigation cache and utilities as the
PageContainer
component.But this required adding nested navigation to the sidebar for consistency with the warnings we show when there are duplicated navigation items, because the navigation links should match in all variants of the sidebar.
TODO:
Inspiration: