Context
Issue #532 feedback requested swipe gestures on mobile panel toolbars for hide/normal/full transitions.
Why separate issue
The prior attempt introduced a hook-order regression in production (React error #310). To keep #532 stabilization focused and safe, this should ship as a dedicated, tested follow-up.
Scope
- Add swipe up/down support on mobile panel chrome
- Map gestures to hidden/normal/full states
- Preserve tab bar layering and avoid clipping/shadow artifacts
- Add tests around gesture mode transitions
Acceptance
- No hook-order/runtime regressions
- Works for navigator/inspector/profile panel contexts
- Behavior verified on staging
Context
Issue #532 feedback requested swipe gestures on mobile panel toolbars for hide/normal/full transitions.
Why separate issue
The prior attempt introduced a hook-order regression in production (React error #310). To keep #532 stabilization focused and safe, this should ship as a dedicated, tested follow-up.
Scope
Acceptance