From 48a748d314e5434a25656bd99ed6ab00f489fb2d Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 14 May 2026 18:23:29 -0400 Subject: [PATCH] refactor(storage): replace hardcoded IDB lists with indexedDB.databases() in all clear buttons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Consistent with the tech help panel update — all Clear Storage / Clear & Reload buttons now enumerate IDB databases dynamically so new modules are included automatically without needing to update these lists. Co-Authored-By: Claude Sonnet 4.6 --- src/lib/app_components/e_app_cfg.svelte | 20 ++++----- src/lib/app_components/e_app_sys_bar.svelte | 17 ++++---- src/routes/+page.svelte | 45 ++++++++++++++------- 3 files changed, 48 insertions(+), 34 deletions(-) diff --git a/src/lib/app_components/e_app_cfg.svelte b/src/lib/app_components/e_app_cfg.svelte index 6ff90722..83a1c57a 100644 --- a/src/lib/app_components/e_app_cfg.svelte +++ b/src/lib/app_components/e_app_cfg.svelte @@ -217,26 +217,26 @@ function handle_clear_storage(item: null | string) {