You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add touch gesture support for opening/closing the right sidebar on mobile:
- Swipe left from right edge (last 50px) to open sidebar
- Swipe right from anywhere to close sidebar
- Gestures must be horizontal, at least 50px, and fast (< 300ms)
- Provides native app-like interaction for mobile users
This complements the FAB button with a more natural gesture-based
interaction pattern commonly found in mobile apps.
_Generated with `cmux`_
Change-Id: I8b78d1b9d32056a1b02adde4cd17e17375eecfaa
Signed-off-by: Test <test@example.com>
0 commit comments