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