gsxdsm
f3d9bfb27b
FN-7210: add right-dock Tasks tab
Add a first-class Tasks panel to the right dock while preserving Files as the default dock view.
- Register a Tasks overflow view with a compact dock task list and empty state.
- Anchor in-dock task detail to the Tasks tab so tab switches preserve the last-viewed task snapshot.
- Update right-dock controller wiring, tests, docs, and changesets for the new dock task surface.
Files changed:
...210-recover-completed-incomplete-steps-guard.md | 2 +-
.changeset/fn-7210-right-dock-tasks-tab.md | 7 ++
docs/dashboard-guide.md | 7 +-
packages/dashboard/app/components/DockTaskList.css | 36 +++++++
packages/dashboard/app/components/DockTaskList.tsx | 58 +++++++++++
packages/dashboard/app/components/RightDock.tsx | 26 ++++-
.../app/components/__tests__/DockTaskList.test.tsx | 48 ++++++++++
.../app/components/__tests__/RightDock.test.tsx | 106 +++++++++++++++++----
.../__tests__/overflowViewRegistry.test.tsx | 5 +-
.../app/components/overflowViewRegistry.tsx | 26 ++++-
.../app/components/useRightDockController.tsx | 7 +-
11 files changed, 298 insertions(+), 30 deletions(-)
Fusion-Task-Id: FN-7210
Fusion-Task-Lineage: 27468cc2-6ce9-46cc-a27e-cf5f49e93c40
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-06-28 20:11:43 -07:00
..
2026-06-28 17:03:11 -07:00
2026-06-28 12:49:55 -07:00
2026-06-28 19:58:30 -07:00
2026-06-28 20:11:43 -07:00
2026-06-28 12:49:55 -07:00
2026-06-28 12:49:55 -07:00
2026-06-28 19:42:45 -07:00
2026-06-28 12:49:55 -07:00
2026-06-28 12:49:55 -07:00
2026-06-28 12:49:55 -07:00
2026-06-08 15:19:27 -07:00
2026-06-28 12:49:55 -07:00