{#if $isAuthLoading}
{:else if $isAuthenticated}
JellyTau
Home
Library
Downloads
Settings
{$currentUser?.name}
showOverflowMenu = !showOverflowMenu} class="text-gray-400 hover:text-white transition-colors" title="More options" >
{#if showOverflowMenu}
showOverflowMenu = false} onkeydown={(e) => { if (e.key === 'Enter' || e.key === ' ') showOverflowMenu = false; }} role="button" tabindex="0" aria-label="Close menu" >
showOverflowMenu = false} >
Downloads
showOverflowMenu = false} >
Settings
{ showOverflowMenu = false; handleLogout(); }} class="w-full flex items-center gap-3 px-4 py-3 text-sm text-gray-300 hover:bg-gray-700 transition-colors" >
Sign out
{/if}
{@render children()}
{#if !isAndroid && !$page.url.pathname.startsWith('/player/')}
showFullPlayer = true} onSleepTimerClick={() => showSleepTimerModal = true} /> {/if} {#if showFullPlayer}
{ showFullPlayer = false; window.history.back(); }} /> {/if}
showSleepTimerModal = false} />
{/if}