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, then reload. Useful if the app feels stale after an update.

Behaviour

How many files to load in one batch when scrolling the file list.

{ const v = parseInt((e.currentTarget as HTMLInputElement).value, 10); if (!isNaN(v) && v >= 10 && v <= 500) appSettings.update((s) => ({ ...s, fileLoadLimit: v })); }} />
Apply new tag rules to existing files

When a tag rule is created or activated, automatically add the implied tag to all files that already have the source tag.

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

{#if sessionsError} {:else if sessionsLoading}

Loading…

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

No active sessions.

{:else} {/if}