Fusion Agent
35f0247028
FN-115: restore task-card detail clicks
Restore native task-card activation while preserving intentional board panning.
- Start board panning only after horizontal intent is established.
- Preserve stationary card clicks and add regression coverage for detail locators and touch resizing.
- Document the restored interaction behavior and publish a patch changeset.
Files changed:
.changeset/fn-115-restore-board-card-click.md | 7 ++
docs/dashboard-guide.md | 8 +-
packages/dashboard/app/components/Board.tsx | 9 +-
.../app/components/__tests__/Board.test.tsx | 47 ++++++---
.../__tests__/board-card-detail-locators.test.tsx | 108 +++++++++++++++++++++
.../app/hooks/__tests__/useBoardMousePan.test.tsx | 75 ++++++++++++++
packages/dashboard/app/hooks/useBoardMousePan.ts | 39 ++++++--
.../app/task-modal-touch-resize-e2e-fixture.tsx | 20 +++-
.../task-modal-touch-resize-browser.test.ts | 75 +++++++++++++-
9 files changed, 354 insertions(+), 34 deletions(-)
Fusion-Task-Id: FN-115
Fusion-Task-Lineage: 158de270-2a5c-4590-8347-a3c4d6a5db03
Co-authored-by: Fusion <noreply@runfusion.ai>
2026-08-23 01:36:12 +00:00
..
2026-08-21 19:30:08 -07:00
2026-08-21 07:44:32 -07:00
2026-08-23 01:36:12 +00:00
2026-08-23 01:36:12 +00:00
2026-08-21 07:44:32 -07:00
2026-08-21 07:44:32 -07:00
2026-08-23 01:36:12 +00:00
2026-08-23 01:35:06 +00:00
2026-08-21 07:44:32 -07:00
2026-08-21 07:44:32 -07:00
2026-07-27 19:40:08 -07:00
2026-08-21 07:44:32 -07:00