Settings | Tanabata

Profile

{#if profileError} {/if} {#if profileSuccess}

Saved.

{/if}
{#if password}
{/if}

Appearance

{$themeStore === 'light' ? 'Light theme' : 'Dark theme'}

App cache

Clear service worker and cached assets. Useful if the app feels stale after an update.

{#if pwaSuccess}

Cache cleared. Reload the page to fetch fresh assets.

{/if}

Active sessions {#if sessionsTotal > 0}({sessionsTotal}){/if}

{#if sessionsError} {:else if sessionsLoading}

Loading…

{:else if sessions.length === 0}

No active sessions.

{:else} {/if}