From b7c8ebd045240d09b4ff98b4cf1924b5dbff1639 Mon Sep 17 00:00:00 2001 From: ccbikai Date: Tue, 24 Dec 2024 12:43:35 +0800 Subject: [PATCH] feat: replace counters with animated number flows Integrates @number-flow/vue for smoother counter animations Improves visibility state with opacity and blur adjustments Removes unused static increment comments --- components/dashboard/Counters.vue | 31 ++++--------------------------- package.json | 1 + pnpm-lock.yaml | 26 ++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 27 deletions(-) diff --git a/components/dashboard/Counters.vue b/components/dashboard/Counters.vue index d3924a8..e0b4a1e 100644 --- a/components/dashboard/Counters.vue +++ b/components/dashboard/Counters.vue @@ -1,5 +1,6 @@