You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently duplicate our specification of navigation items within Kolibri Single Page Apps. Firstly, they are specified in a top nav bar component on a per app basis, which is used to populate the top navigation.
Addtionally, the side navigation specifies not just the top level navigation item, but also all the side navigation items, which are identical to the top navigation items.
To resolve this, we should update the AppBarPage component, or potentially the HorizontalNavBarWithOverflow component, to populate the navigation automatically based on registered items in the navComponents.js
The content you are editing has changed. Please copy your edits and refresh the page.
Hi @dhruvpal05 - this has some intersections with other work, so I didn't want this to be worked on just yet. Please have a look for issues with the help wanted label, which are more amenable for contribution!
We currently duplicate our specification of navigation items within Kolibri Single Page Apps. Firstly, they are specified in a top nav bar component on a per app basis, which is used to populate the top navigation.
Addtionally, the side navigation specifies not just the top level navigation item, but also all the side navigation items, which are identical to the top navigation items.
To resolve this, we should update the AppBarPage component, or potentially the HorizontalNavBarWithOverflow component, to populate the navigation automatically based on registered items in the navComponents.js
Acceptance Criteria
The text was updated successfully, but these errors were encountered: