[5.1] Adaptive Navigation #19

Closed
opened 2026-03-13 11:26:23 +01:00 by shahondin1624 · 0 comments

User Story

As a desktop/tablet user, I want a persistent sidebar instead of a modal drawer.

Acceptance Criteria

  • Compact: ModalNavigationDrawer (current behavior)
  • Medium: NavigationRail
  • Expanded: PermanentNavigationDrawer or persistent sidebar
  • Transition automatic based on WindowSizeClass
  • Hamburger icon hidden when nav is permanently visible

Notes

Depends on 1.1 (WindowSizeClass). Affects App.kt scaffold. Currently uses ModalNavigationDrawer at all sizes.

## User Story **As a** desktop/tablet user, **I want** a persistent sidebar instead of a modal drawer. ## Acceptance Criteria - [ ] Compact: `ModalNavigationDrawer` (current behavior) - [ ] Medium: `NavigationRail` - [ ] Expanded: `PermanentNavigationDrawer` or persistent sidebar - [ ] Transition automatic based on `WindowSizeClass` - [ ] Hamburger icon hidden when nav is permanently visible ## Notes Depends on 1.1 (`WindowSizeClass`). Affects `App.kt` scaffold. Currently uses `ModalNavigationDrawer` at all sizes.
shahondin1624 added this to the Phase 3: Navigation milestone 2026-03-13 11:26:23 +01:00
shahondin1624 added the epic:navigationpriority:must-have labels 2026-03-13 11:28:18 +01:00
Sign in to join this conversation.