mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 09:19:56 -05:00
Chore: GQL Cleanup P.3
This commit is contained in:
@@ -130,6 +130,7 @@
|
||||
function onSplashReady() { splashVisible = false }
|
||||
function onSplashUnlock() { appState.status = 'ready'; splashVisible = false }
|
||||
function onSplashBypass() { bypassed = true; splashVisible = false }
|
||||
function onIdleDismiss() { appState.idleSplash = false }
|
||||
|
||||
function onSplashRetry() {
|
||||
import('$lib/state/boot.svelte').then(({ retryBoot }) => {
|
||||
@@ -158,6 +159,10 @@
|
||||
/>
|
||||
{/if}
|
||||
|
||||
{#if appState.idleSplash}
|
||||
<SplashScreen mode="idle" onDismiss={onIdleDismiss} />
|
||||
{/if}
|
||||
|
||||
{#if showApp}
|
||||
{#if strippedLayout}
|
||||
{@render children()}
|
||||
|
||||
Reference in New Issue
Block a user