feat(KB-149): add mobile touch gesture support to TaskCard
- Implement touch gesture detection for swipe and tap interactions in TaskCard - Add comprehensive tests for touch event handling (209 lines of test coverage) - Include changeset for mobile touch sensitivity fix - Enable smooth card interactions on mobile devices
This commit is contained in:
7
.changeset/fix-mobile-card-touch-sensitivity.md
Normal file
7
.changeset/fix-mobile-card-touch-sensitivity.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
"@dustinbyrne/kb": patch
|
||||
---
|
||||
|
||||
Fix mobile touch sensitivity on dashboard cards
|
||||
|
||||
Implements touch gesture detection to distinguish between scrolling/dragging and intentional taps. Cards now only open the detail modal on quick taps (< 300ms) with minimal movement (< 10px). This prevents accidental modal opens when users are scrolling through the kanban board on mobile devices.
|
||||
Reference in New Issue
Block a user