feat: soft-delete sites with 7-day grace period #55
Reference in New Issue
Block a user
No description provided.
Delete Branch "staging"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
DeleteSiteModalcomponent matching org delete modal pattern (portal, framer motion, two-stage confirmation)window.prompt()with modalChanges
lib/api/sites.ts— addeddeleted_atto Site type, new API functions (restoreSite, permanentDeleteSite, listDeletedSites)components/sites/DeleteSiteModal.tsx— new modal with soft-delete (type DELETE) and permanent-delete (type domain) modesapp/page.tsx— integrated modal, deleted sites section with restore/delete-now, limit messagingapp/sites/[id]/settings/page.tsx— replaced prompt() with DeleteSiteModalTest plan