Files
Scriberr/web
rishikanthc f672ead462 feat(mobile): Add swipe-to-reveal actions for audio cards
- Add SwipeableItem component with framer-motion physics animations
- Implement iOS-style swipe gesture to reveal Transcribe/Delete actions
- Add first-visit discovery nudge animation (localStorage)
- Integrate with AudioFilesTable, replace mobile kebab menu
- Add robust gesture coordination: swipe vs long-press vs click
  - Cancel long-press on finger movement (10px threshold)
  - Suppress clicks for 150ms after swipe ends
  - Track swipe state via onSwipeStateChange callback
2025-12-13 17:45:33 -08:00
..