mirror of
https://github.com/PerpetualSoftware/pad.git
synced 2026-09-24 19:32:10 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user