From 7428fed70469c38a5f03fa2849f1123b8577ef48 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Thu, 4 Jan 2024 03:52:44 +0900 Subject: [PATCH] [feat] new loading screen --- src/App.svelte | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/App.svelte b/src/App.svelte index fa68739e..fbf0d911 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -25,7 +25,11 @@
{#if !$loadedStore} -
+
+ + + + Loading...
{:else if !didFirstSetup}