diff --git a/web/src/app.html b/web/src/app.html index c37a552..eacb7b3 100644 --- a/web/src/app.html +++ b/web/src/app.html @@ -12,5 +12,10 @@ %sveltekit.body% +
+
+ Loading... +
+
diff --git a/web/src/lib/components/Loader.svelte b/web/src/lib/components/Loader.svelte new file mode 100644 index 0000000..c0e203b --- /dev/null +++ b/web/src/lib/components/Loader.svelte @@ -0,0 +1,57 @@ + + +
+
+ Loading... +
+
+ + + + diff --git a/web/src/routes/+layout.svelte b/web/src/routes/+layout.svelte index c2fb916..450345b 100644 --- a/web/src/routes/+layout.svelte +++ b/web/src/routes/+layout.svelte @@ -1,8 +1,10 @@ +