{#if devSplash} setTimeout(() => devSplash = false, 340)} /> {:else if !appReady && !loginRequired && !unsupportedMode} { appReady = true; }} onRetry={handleRetry} onBypass={handleBypass} /> {:else if unsupportedMode}

moku

{ store.settings.serverAuthMode === "SIMPLE_LOGIN" ? "Simple Login" : store.settings.serverAuthMode === "UI_LOGIN" ? "UI Login" : "Unsupported Auth" }

{store.settings.serverUrl || "localhost:4567"}

{ store.settings.serverAuthMode === "SIMPLE_LOGIN" ? "Simple Login" : store.settings.serverAuthMode === "UI_LOGIN" ? "UI Login" : "This auth mode" } is not supported. Switch your server to Basic Auth and update Settings → Security.

{:else if loginRequired}

moku

Basic Auth

{store.settings.serverUrl || "localhost:4567"}

{#if loginError}

{loginError}

{/if}
e.key === "Enter" && handleLogin()} /> e.key === "Enter" && handleLogin()} />
{:else}
{#if idle && !store.activeChapter} { idle = false; resetIdle(); }} /> {/if} {#if !store.activeChapter}{/if}
{#if store.activeChapter}{:else}{/if}
{#if store.settingsOpen}{/if} {#if themeEditorOpen} {/if}
{/if}