From 7142ac8f2e98bc3b3d6fc42f0619ba3ab251abaf Mon Sep 17 00:00:00 2001 From: Davide Scaini Date: Wed, 15 Apr 2026 20:42:31 +0200 Subject: [PATCH] settings: split danger zone into delete originals / delete all activities Move "Delete original files" out of the Storage card and into the Danger zone as a first, less-destructive step (simple confirm, no password needed). "Delete all activity data" and "Delete account" follow below it, both still password-gated. Descriptions clarify exactly what each action does and does not remove. --- site/src/pages/settings/index.astro | 35 +++++++++++++---------------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/site/src/pages/settings/index.astro b/site/src/pages/settings/index.astro index 9443846..7f039b9 100644 --- a/site/src/pages/settings/index.astro +++ b/site/src/pages/settings/index.astro @@ -31,17 +31,6 @@ import Base from '../../layouts/Base.astro'; - - @@ -141,10 +130,21 @@ import Base from '../../layouts/Base.astro';

Danger zone

- +
-

Reset activity data

-

Wipes all extracted activities, edits, and photos. Your account is kept. Cannot be undone.

+

Delete original files

+

Removes the raw source files kept for reprocessing (originals/). Your extracted activities, edits, and photos are not affected.

+ + +
+ + +
+

Delete all activity data

+

Wipes all extracted activities, edits, and photos. Your account and original files are kept. Cannot be undone.