gsxdsm
42fe154abe
FN-8533: add mobile planning comment actions
Make contextual plan comments reachable from the mobile action rail and restore focus after editing.
- Add responsive desktop and mobile comment triggers with contextual styling and documentation.
- Preserve the selected quote and restore the remounted trigger after canceling or adding a comment.
- Cover action placement, focus restoration, and browser interaction behavior.
Files changed:
.changeset/fn-8533-mobile-planning-comments.md | 7 ++
docs/dashboard-guide.md | 2 +-
.../dashboard/app/components/PlanningModeModal.css | 20 ++++
.../dashboard/app/components/PlanningModeModal.tsx | 44 ++++++-
.../__tests__/PlanningModeModal.css.test.ts | 10 ++
.../PlanningModeModal.planning-flow.test.tsx | 40 +++++--
.../PlanningModeModal.ui-interactions.test.tsx | 5 +
.../dashboard/app/planning-browser-e2e-fixture.tsx | 3 +-
.../src/__tests__/planning-browser-e2e.test.ts | 133 +++++++++++++++++++--
packages/dashboard/vitest.config.ts | 11 +-
scripts/lib/test-quarantine.json | 5 -
11 files changed, 242 insertions(+), 38 deletions(-)
Fusion-Task-Id: FN-8533
Fusion-Task-Lineage: e0d561be-ecc8-456e-807e-a1dc677b5d9c
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-07-23 09:33:25 -07:00
..
2026-07-14 23:18:55 -07:00
2026-07-13 23:00:25 -07:00
2026-07-21 20:29:46 -07:00
2026-07-20 00:18:53 -07:00
2026-06-03 19:12:28 -07:00
2026-07-21 15:30:31 -07:00
2026-07-17 15:46:31 -07:00
2026-07-10 13:26:23 -07:00
2026-07-13 01:21:33 -07:00
2026-07-21 20:29:46 -07:00
2026-07-16 10:33:47 -07:00
2026-06-18 16:47:09 -07:00
2026-07-08 09:00:47 -07:00
2026-06-15 02:30:41 -07:00
2026-07-20 09:35:55 -07:00
2026-06-25 22:41:18 -07:00
2026-07-14 23:18:55 -07:00
2026-06-03 19:12:28 -07:00
2026-07-23 09:33:25 -07:00
2026-06-14 15:29:35 -07:00
2026-06-25 17:04:30 -07:00
2026-06-19 05:13:39 -07:00