From fca08479e810b71591adc72af914279412a81610 Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Sat, 23 Dec 2023 12:05:46 +0100 Subject: [PATCH] Add startup animation --- frontend/index.html | 8 ------ frontend/src/app.svelte | 9 ++++-- frontend/src/main.js | 2 -- frontend/src/styles/loading.css | 50 --------------------------------- 4 files changed, 6 insertions(+), 63 deletions(-) delete mode 100644 frontend/src/styles/loading.css diff --git a/frontend/index.html b/frontend/index.html index 5deb4fb..afaa631 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -7,14 +7,6 @@
-
-
-
-
-
-
-
-
diff --git a/frontend/src/app.svelte b/frontend/src/app.svelte index 07ae7f1..d81465c 100644 --- a/frontend/src/app.svelte +++ b/frontend/src/app.svelte @@ -1,12 +1,15 @@