What: Improve the MobileNav component with better navigation, active states, and gesture support.
Why: The current MobileNav is basic. It needs active state indicators, better touch targets, and swipe gestures for drawer.
Scope: Add active route highlighting. Increase touch targets to 44px. Add swipe-to-open gesture. Add user info section at top. Animate transitions.
Acceptance criteria:
- Active route is highlighted
- Touch targets are large enough
- Swipe gesture works
- Animations are smooth
Technical context: src/components/layout/mobile-nav.tsx — existing MobileNav. src/components/layout/nav-links.ts — navigation links.
What: Improve the MobileNav component with better navigation, active states, and gesture support.
Why: The current MobileNav is basic. It needs active state indicators, better touch targets, and swipe gestures for drawer.
Scope: Add active route highlighting. Increase touch targets to 44px. Add swipe-to-open gesture. Add user info section at top. Animate transitions.
Acceptance criteria:
Technical context:
src/components/layout/mobile-nav.tsx— existing MobileNav.src/components/layout/nav-links.ts— navigation links.