docs(web): point workspace-delete copy at real recovery surfaces#832
Merged
Conversation
The Danger Zone delete copy (TASK-1976) only mentioned the post-delete Undo prompt because the persistent recovery surfaces weren't merged yet. Both are now live: the workspace switcher's "Recently deleted" section and the /console/deleted-workspaces page. Name all three 30-day recovery paths so users know they can restore beyond the Undo toast. Copy-only; no logic change. Keeps the Delete naming, typed-slug confirm, and owner-only gating. Closes TASK-1977 Claude-Session: https://claude.ai/code/session_01HxBkAMiFBtCRJ2tKSCt3ST
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Refine the Danger Zone "Delete this workspace" copy in
web/src/routes/[username]/[workspace]/settings/+page.svelteto name all three 30-day recovery paths:/console/deleted-workspaces)Why
TASK-1976 only mentioned the post-delete Undo prompt because the persistent recovery surfaces (TASK-1974 / TASK-1975) hadn't merged yet. Both are now live, so the delete copy should point users at where they can actually restore a workspace within the 30-day window — not just the transient Undo toast.
Copy-only: no logic/behavior change. Keeps the "Delete" naming, typed-slug confirm, and owner-only gating. Verified
npm run check(0 errors) and both named surfaces exist.Closes TASK-1977
https://claude.ai/code/session_01HxBkAMiFBtCRJ2tKSCt3ST