From 76b4adef745dc24f39f3ce8c656f361bf7d7b24f Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 14 May 2026 17:44:23 -0400 Subject: [PATCH] feat(help): improve Clear & Reload + add Full Reset button in tech help panel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reworks Clear & Reload to use indexedDB.databases() (dynamic enumeration) instead of a hardcoded DB list. Edit mode clears localStorage/sessionStorage while preserving ae_loc (sign-in + permissions). Normal mode clears IDB only. Adds new Full Reset button — wipes all IDB, localStorage, and sessionStorage for the origin with no preservation. Useful for diagnosing quota/storage issues. Co-Authored-By: Claude Sonnet 4.6 --- src/lib/app_components/e_app_help_tech.svelte | 120 +++++++++--------- 1 file changed, 60 insertions(+), 60 deletions(-) diff --git a/src/lib/app_components/e_app_help_tech.svelte b/src/lib/app_components/e_app_help_tech.svelte index 24d89a6a..bc6128a3 100644 --- a/src/lib/app_components/e_app_help_tech.svelte +++ b/src/lib/app_components/e_app_help_tech.svelte @@ -42,7 +42,8 @@ import { ChevronRight, LifeBuoy, RefreshCw, - SquareX + SquareX, + Trash2 } from '@lucide/svelte'; // *** Import Aether specific variables and functions import { @@ -454,67 +455,30 @@ class:to-90%={$ae_sess.show_help_tech} --> "> + + +