-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Rewrite mobile navigation menus to prevent duplicates #59
Comments
Reopened as the docs sidebar has not yet been refactored. |
The sidebar in the docs actually is already using a single DOM element, however the header/navbar is not. |
Resolved in 5b429b9 by referencing the sidebar-header in the sidebar navigation component which contained duplicate content. |
caendesilva
added a commit
that referenced
this issue
Jun 18, 2022
…docs-link Change priority of the automatic docs link in the navbar so it is after standard pages
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now we in practise have 4 navigation menus
The main navbar
The mobile navbar
The documentation sidebar
The mobile documentation sidebar
This means we have 4 sets of lists for 2 pairs of data. Keeping these in sync has become an issue, see #58 for an example.
We need a better implementation where both types are merged so we only have one DOM element for the navbar and one DOM element for the sidebar.
The text was updated successfully, but these errors were encountered: