{#if isInitialized} {#if $isAuthenticated && !$isConnected}
You're offline. Some features may be limited. {#if $pendingSyncCount > 0} {$pendingSyncCount} pending sync{$pendingSyncCount !== 1 ? 's' : ''} {/if}
{/if}
{@render children()}
{#if showBottomNav || showGlobalMiniPlayer}
{#if showGlobalMiniPlayer} { // Navigate to player page when mini player is expanded if ($currentMedia) { goto(`/player/${$currentMedia.id}`); } }} onSleepTimerClick={() => showSleepTimerModal.set(true)} /> {/if} {#if showBottomNav} {/if}
showSleepTimerModal.set(false)} /> {/if} {:else}
{/if}