From 11d4814f2f31b587ca61f18fe8c6a016bc7ec337 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 29 Nov 2025 13:33:13 +0100 Subject: [PATCH] feat: add a countdown animation for offline note progress --- src/components/FluxNote.vue | 9 ++++++--- src/modules/note/components/CacheAllNote.vue | 11 ++++++++++- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/src/components/FluxNote.vue b/src/components/FluxNote.vue index 96c68a6..7cea274 100644 --- a/src/components/FluxNote.vue +++ b/src/components/FluxNote.vue @@ -113,15 +113,18 @@ onUnmounted(() => { - -
+
+
-
+

{ class="progress progress-accent w-56" :max="totalOfNotes" > -

{{ noteCompleted }}/{{ totalOfNotes }}
+
+ + {{ noteCompleted }}/{{ totalOfNotes }} +