Description
Enhance the mobile navigation experience by increasing the size of the bottom nav bar and implementing swipe gestures to switch between the Control Panel and the Connection screen.
Technical Specs
- File:
components/BottomNavBar.tsx
- File:
hooks/useSwipeGesture.ts
- Nav Height: Increase to
72px with glassmorphism background.
- Gestures: Swipe Left ->
/client/connect, Swipe Right -> /.
Tasks
Labels: frontend, mobile, interactions
Priority: P2 - Medium
Description
Enhance the mobile navigation experience by increasing the size of the bottom nav bar and implementing swipe gestures to switch between the Control Panel and the Connection screen.
Technical Specs
components/BottomNavBar.tsxhooks/useSwipeGesture.ts72pxwith glassmorphism background./client/connect, Swipe Right ->/.Tasks
useSwipeGesturehook logic.app/client/control/ControlPanel.tsx.BottomNavBarto match the new visual style (glass effect, animated active indicator).Labels:
frontend,mobile,interactionsPriority:
P2 - Medium