gsxdsm
6b59c5bbde
FN-6885: enable org chart drag panning
Enable drag panning for the Command Center Team org chart while preserving node clicks and touch scrolling.
- Add pointer-driven mouse/pen panning with a movement threshold and click suppression after drag gestures.
- Style the draggable org chart viewport with grab/grabbing cursor states.
- Cover panning behavior, click preservation, drag click suppression, and touch pointer passthrough in TeamArea tests.
- Document drag-to-pan support in the dashboard guide.
Files changed:
docs/dashboard-guide.md | 2 +-
.../components/command-center/areas/TeamArea.tsx | 82 +++++++++-
.../areas/__tests__/TeamArea.orgchart-pan.test.tsx | 172 +++++++++++++++++++++
.../app/components/command-center/areas/areas.css | 10 ++
4 files changed, 263 insertions(+), 3 deletions(-)
Fusion-Task-Id: FN-6885
Fusion-Task-Lineage: d0749fc9-cea4-4bc4-b457-b93ddd2a3613
2026-06-21 18:13:56 -07:00
..
2026-06-21 18:02:49 -07:00
2026-06-21 18:13:56 -07:00
2026-06-21 18:02:49 -07:00
2026-06-19 22:31:57 -07:00
2026-06-21 16:13:54 -07:00
2026-06-20 03:08:19 -07:00
2026-06-21 16:13:54 -07:00
2026-06-19 04:37:04 -07:00
2026-06-15 19:23:17 -07:00
2026-06-19 04:27:01 -07:00
2026-06-15 20:05:14 -07:00
2026-06-19 04:27:01 -07:00
2026-06-18 06:25:08 -07:00