gsxdsm
4fec139927
FN-6881: move stash recovery into Git Manager
Move stash recovery into the Git Manager while retiring the standalone dashboard route.
- Add a Recovery section to Git Manager that hosts the existing StashRecoveryView.
- Remove stash recovery from top-level, overflow, mobile, and lazy-loaded view registries.
- Preserve orphaned-stash counts on Git Manager entry points and migrate saved stash-recovery routes back to Board.
- Update dashboard docs, lazy-load inventory, tests, and add a published package changeset.
Files changed:
.changeset/fn-6881-stash-recovery-git-manager.md | 5 +++
AGENTS.md | 3 +-
docs/dashboard-guide.md | 9 ++--
packages/dashboard/app/App.tsx | 13 ------
.../app/__tests__/lazy-loaded-views-docs.test.ts | 11 ++---
.../dashboard/app/components/GitManagerModal.tsx | 19 +++++++-
packages/dashboard/app/components/Header.css | 9 ++++
packages/dashboard/app/components/Header.tsx | 22 +++-------
.../dashboard/app/components/LeftSidebarNav.tsx | 4 --
packages/dashboard/app/components/MobileNavBar.tsx | 16 +------
.../components/__tests__/GitManagerModal.test.tsx | 51 ++++++++++++++++++++++
.../app/components/__tests__/Header.test.tsx | 21 +++++++++
.../components/__tests__/LeftSidebarNav.test.tsx | 10 ++---
.../app/components/__tests__/MobileNavBar.test.tsx | 10 +++++
.../app/components/__tests__/RightDock.test.tsx | 4 +-
.../__tests__/overflowViewRegistry.test.tsx | 3 +-
.../app/components/overflowViewRegistry.tsx | 10 -----
packages/dashboard/app/hooks/__tests__/useViewState.test.ts | 28 ++++++++++++
packages/dashboard/app/hooks/useViewState.ts | 19 +++++++-
packages/dashboard/src/view-chunk-manifest.ts | 1 -
20 files changed, 184 insertions(+), 84 deletions(-)
Fusion-Task-Id: FN-6881
Fusion-Task-Lineage: 467d34ec-8a6a-46db-8eb8-cb0216c031da
2026-06-21 20:28:33 -07:00
..
2026-06-21 20:28:33 -07:00
2026-06-01 22:11:30 -07:00
2026-05-17 04:20:00 -07:00
2026-06-18 06:36:03 -07:00
2026-04-08 10:39:38 -07:00
2026-06-02 09:34:19 -07:00
2026-04-12 17:55:07 -07:00
2026-06-08 13:32:58 -07:00
2026-05-26 21:57:31 -07:00
2026-05-20 03:19:44 -07:00
2026-04-08 16:48:35 -07:00
2026-05-30 14:18:15 -07:00
2026-06-21 16:01:07 -07:00
2026-04-28 14:30:38 -07:00
2026-05-15 22:24:12 -07:00
2026-06-15 02:29:08 -07:00
2026-05-13 15:05:05 -07:00
2026-04-23 23:02:36 -07:00
2026-06-17 04:51:31 -07:00
2026-06-19 06:41:28 -07:00
2026-06-03 20:52:44 -07:00
2026-05-15 15:19:56 -07:00
2026-06-13 19:40:15 -07:00
2026-05-23 20:44:01 -07:00
2026-05-17 11:33:56 -07:00
2026-06-03 19:06:53 -07:00
2026-06-03 19:06:53 -07:00
2026-04-20 12:59:58 -07:00
2026-05-21 18:15:26 -07:00
2026-05-20 03:19:44 -07:00
2026-05-03 14:10:11 -07:00
2026-05-03 07:47:45 -07:00
2026-05-17 11:33:56 -07:00
2026-05-17 11:33:56 -07:00
2026-06-10 09:21:48 -07:00
2026-05-20 03:19:44 -07:00
2026-04-23 23:02:36 -07:00
2026-06-03 19:06:53 -07:00
2026-05-20 04:12:40 -07:00
2026-03-26 00:10:53 -04:00
2026-06-03 22:35:28 -07:00
2026-06-03 20:52:44 -07:00
2026-05-16 09:21:06 -07:00
2026-06-03 13:02:23 -07:00
2026-04-24 23:16:29 -07:00
2026-06-10 09:21:48 -07:00
2026-04-25 18:22:37 -07:00
2026-04-28 14:25:55 -07:00
2026-05-23 15:57:48 -07:00
2026-06-10 09:21:48 -07:00
2026-06-13 10:14:11 -07:00
2026-06-21 13:25:40 -07:00
2026-06-21 19:52:16 -07:00
2026-06-13 11:46:53 -07:00
2026-05-20 03:19:44 -07:00
2026-05-02 08:05:33 -07:00
2026-06-09 22:44:30 -07:00
2026-04-09 13:01:19 -07:00
2026-06-10 09:21:48 -07:00
2026-06-19 23:47:20 +00:00
2026-05-23 02:06:11 -07:00
2026-05-05 12:14:20 -07:00
2026-05-06 02:14:05 -07:00
2026-04-16 10:04:44 -07:00
2026-05-21 18:15:26 -07:00
2026-04-23 23:02:35 -07:00
2026-06-03 19:06:53 -07:00
2026-06-07 02:26:00 +07:00
2026-04-23 23:02:36 -07:00
2026-06-03 19:06:53 -07:00
2026-06-10 09:21:48 -07:00
2026-04-24 08:55:02 -07:00
2026-06-10 09:21:48 -07:00
2026-06-19 06:41:28 -07:00
2026-04-10 02:59:38 -07:00
2026-05-19 08:13:07 -07:00
2026-05-21 18:15:26 -07:00
2026-06-17 03:29:39 -07:00
2026-05-01 13:08:07 -07:00
2026-04-13 18:21:31 -07:00
2026-04-22 01:31:40 -07:00
2026-04-20 10:16:13 -07:00
2026-05-08 08:37:26 -07:00
2026-05-07 23:21:05 -07:00
2026-05-29 21:32:09 -07:00
2026-06-07 23:30:16 -07:00
2026-06-07 23:30:16 -07:00
2026-06-09 12:57:21 -07:00
2026-04-23 23:02:35 -07:00
2026-06-21 16:13:54 -07:00
2026-05-23 00:03:22 -07:00
2026-06-03 20:52:44 -07:00
2026-04-27 01:40:07 -07:00
2026-06-10 09:21:48 -07:00
2026-06-11 19:37:25 -07:00
2026-06-21 20:28:33 -07:00
2026-04-23 23:02:36 -07:00
2026-06-03 19:06:53 -07:00
2026-04-23 23:02:36 -07:00
2026-05-15 23:39:43 -07:00
2026-06-10 09:21:48 -07:00