diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 79858884..8cdd90aa 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -118,6 +118,7 @@ // Connection Status let is_offline = $derived(browser && online.current === false); let api_unreachable = $derived($ae_loc?.account_id === 'ghost'); + let show_connection_details = $state(true); // BEGIN: Sanity Checks: // Added 2025-07-15 @@ -778,32 +779,59 @@ - + {#if browser && (is_offline || api_unreachable)} -
- - {#if is_offline} - - Connection Offline - {:else} - - API Server Unreachable - {/if} - - - + + +
+ + {:else} + + - + {/if} {/if} {#if $ae_loc?.site_google_tracking_id && $ae_loc?.site_google_tracking_id.length > 0}