From 5bf9a72fcd78a6b18970b3d2130d8efa7fb1fb4f Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Wed, 24 Jun 2026 13:04:53 -0400 Subject: [PATCH] feat(sys-bar): full reset button for anonymous users in panel header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Anonymous users (potentially stuck on stale JS) now see a Full Reset button in the panel header instead of Clear IDB — matching the same compact icon+reveal-label pattern as the authenticated Clear IDB button, but error-styled and wired to handle_clear_storage_and_idb. Co-Authored-By: Claude Sonnet 4.6 --- src/lib/app_components/e_app_sys_bar.svelte | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/lib/app_components/e_app_sys_bar.svelte b/src/lib/app_components/e_app_sys_bar.svelte index 8f25f3a8..dfe1f624 100644 --- a/src/lib/app_components/e_app_sys_bar.svelte +++ b/src/lib/app_components/e_app_sys_bar.svelte @@ -320,6 +320,7 @@ function apply_theme(value: string) { {/if} + {#if $ae_loc?.access_type && $ae_loc?.access_type !== 'anonymous'} + {:else} + + + + {/if} +