Remove the progress bar
This commit is contained in:
@@ -10,10 +10,6 @@
|
|||||||
|
|
||||||
/** loading things from the server side */
|
/** loading things from the server side */
|
||||||
let { data } = $props();
|
let { data } = $props();
|
||||||
|
|
||||||
// Temporary progress bar. Update the value below!
|
|
||||||
import { Progress } from '@skeletonlabs/skeleton-svelte';
|
|
||||||
let progress = 80;
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- SEO Meta header tags. Root page can use default values -->
|
<!-- SEO Meta header tags. Root page can use default values -->
|
||||||
@@ -34,15 +30,6 @@
|
|||||||
<div class="p-4">
|
<div class="p-4">
|
||||||
<RichText value={data.description} />
|
<RichText value={data.description} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="animate-pulse">
|
|
||||||
<p class="italic">
|
|
||||||
Development progress: {progress}%
|
|
||||||
</p>
|
|
||||||
<div id="progress" class="border-ecsess-300 my-2 border-2">
|
|
||||||
<Progress value={progress} max={100} meterBg="bg-ecsess-150" height="h-4"></Progress>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="m-2 place-content-around lg:col-span-2 lg:mx-12 lg:my-0">
|
<div class="m-2 place-content-around lg:col-span-2 lg:mx-12 lg:my-0">
|
||||||
@@ -90,4 +77,5 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</Section>
|
</Section>
|
||||||
|
|||||||
Reference in New Issue
Block a user