Added Loading Spinner
Build and Push Docker Image / build-and-push (pull_request) Successful in 1m24s

This commit is contained in:
2025-02-15 14:47:59 +00:00
parent c3f0be36a3
commit 27488fe860
3 changed files with 77 additions and 6 deletions
+2 -5
View File
@@ -6,6 +6,7 @@
import Skills from './skills.svelte';
import Timeline from "./timeline.svelte";
import Loading from "$lib/components/Loading.svelte";
</script>
<style>
@@ -65,11 +66,7 @@
</style>
{#await getJson('/json/me.json')}
<div class="card">
<div class="card-header">
<h1>Loading...</h1>
</div>
</div>
<Loading />
{:then info}
<div class="main-card">
<div class="card-header">