feat(FN-3902): add stash recovery view docs to dashboard guide

Added documentation for the stash recovery view to the dashboard guide (FN-3902 Step 1).

Fusion-Task-Id: FN-3902
This commit is contained in:
Fusion
2026-05-09 20:31:57 -07:00
committed by gsxdsm
parent da101efdab
commit 24aef31b2f

View File

@@ -347,6 +347,21 @@ Features:
For module-level behavior and API surfaces, see [Dev Server modules](./dev-server-modules.md).
## Stash Recovery View
Stash Recovery view helps recover orphaned merger autostashes (`fusion-merger-autostash:*`) left behind when merge restore could not fully complete.
Navigation:
- Desktop: **Header → More views → Stash Recovery**
- Mobile: **More** sheet → **Stash Recovery**
Features:
- Lists orphaned stash entries grouped by source task ID (or **Unknown source** when unavailable)
- Inspect diff output for any orphaned stash before taking action
- Apply a stash to recover changes, or drop a stash with confirmation to permanently remove it
For API endpoints, see [architecture.md](./architecture.md).
## Plugin Manager
Plugin management lives in **Settings → Plugins → Fusion Plugins**.