feat(layout): collapsible desktop sidebar rail (MAPPS-250) #274
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/MAPPS-250-collapsible-desktop-sidebar"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a whole-rail collapse toggle to the desktop sidebar so the persistent nav can shrink to a narrow strip and reclaim horizontal space, complementing the already-collapsible inner NavSection groups. The collapsed state lives in App-root context (mirroring the existing
use_sidebar_statepattern) and is registered in main.rs so it persists across SPA route changes; the desktop rail width and SidebarContent rendering switch on the flag while the mobile drawer is unchanged. Verified green in the dev container (fmt, clippy -D warnings, wasm check, tests).#MAPPS-250