docs(web): point workspace-delete copy at real recovery surfaces (#832)

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 commit is contained in:
xarmian
2026-07-06 10:32:45 -04:00
committed by GitHub
parent ef5e5d72c7
commit 47dc06cc42
@@ -786,7 +786,7 @@
<div class="danger-row">
<div class="danger-info">
<strong>Delete this workspace</strong>
<p>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.</p>
<p>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.</p>
</div>
<button class="btn btn-danger" onclick={() => confirmDelete = true}>
Delete workspace