1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 21:33:18 +01:00

feat: show loader while opening event source (#3388)

This commit is contained in:
Amir Raminfar
2024-11-15 07:41:44 -08:00
committed by GitHub
parent 9296b1f7cf
commit 197ab6d4da
7 changed files with 23 additions and 12 deletions

View File

@@ -20,9 +20,6 @@
</div>
<div ref="scrollableContent">
<slot></slot>
<div v-if="scrollContext.loading" class="m-4 text-center">
<span class="loading loading-ring loading-md text-primary"></span>
</div>
</div>
<div
class="animate-background h-1 w-1/2 bg-gradient-radial from-primary to-transparent to-75%"