Added Loading Spinner
Build and Push Docker Image / build-and-push (pull_request) Successful in 1m24s
Build and Push Docker Image / build-and-push (pull_request) Successful in 1m24s
This commit is contained in:
+2
-5
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user