New component: Secondary Nav (Sidebar expansion) - #262
Open
zoharma wants to merge 1 commit into
Open
Conversation
zoharma
force-pushed
the
zma/sidebar-expansion
branch
from
August 3, 2026 14:59
bc74614 to
02a980e
Compare
zoharma
marked this pull request as ready for review
August 3, 2026 15:02
zoharma
marked this pull request as draft
August 4, 2026 09:13
zoharma
marked this pull request as ready for review
August 4, 2026 14:07
2 tasks
zoharma
force-pushed
the
zma/sidebar-expansion
branch
from
August 6, 2026 11:32
02a980e to
b0bbd36
Compare
…vigation - Introduce `SecondaryNav` and `NavigationLayout` components to support a secondary, contextual navigation panel alongside the primary SidebarNav. - Extract shared `LinkProps` into types.ts so both nav components can reuse it.
zoharma
force-pushed
the
zma/sidebar-expansion
branch
from
August 6, 2026 11:36
b0bbd36 to
0ef5a20
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This proposed changes rely on #210.
Added a SecondaryNav panel that sits alongside SidebarNav, with support for a title, search, and grouped or expandable lists. Also added NavigationLayout, which combines both navigation panels and handles responsive behaviour automatically, showing them side by side on desktop and switching between them on mobile.
The secondary navigation uses compact rows and the same rounded selection style as the primary sidebar. Shared navigation types have been moved to
navigation/types.ts.Also added history for back button