From 9be0016469cbb3825bc08d7d17348816eed0ace3 Mon Sep 17 00:00:00 2001 From: xarmian Date: Mon, 6 Jul 2026 14:30:50 +0000 Subject: [PATCH] docs(web): point workspace-delete copy at real recovery surfaces 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 --- web/src/routes/[username]/[workspace]/settings/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/routes/[username]/[workspace]/settings/+page.svelte b/web/src/routes/[username]/[workspace]/settings/+page.svelte index 4c000eca..e5264370 100644 --- a/web/src/routes/[username]/[workspace]/settings/+page.svelte +++ b/web/src/routes/[username]/[workspace]/settings/+page.svelte @@ -786,7 +786,7 @@
Delete this workspace -

This immediately hides the workspace and everything in it — collections, items, documents, and attachments — and permanently deletes it 30 days later. You can restore it any time within those 30 days — you'll get an Undo prompt right after deleting.

+

This immediately hides the workspace and everything in it — collections, items, documents, and attachments — and permanently deletes it 30 days later. You can restore it any time within those 30 days — from the Undo prompt right after deleting, the workspace switcher's Recently deleted section, or the Deleted workspaces page.