fix(KB-167): prevent task modal from opening on mobile scroll

- Implement touch gesture detection to distinguish tap from scroll gestures
- Add CSS touch-action property for proper mobile scroll handling
- Add comprehensive tests for touch gesture behavior in TaskCard
- Include changeset for patch release
This commit is contained in:
gsxdsm
2026-03-30 11:42:56 -07:00
parent ba69864707
commit 75821418ee
3 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": patch
---
Fix mobile touch behavior where scrolling accidentally opened task modals. Cards now detect tap vs scroll gestures.