From 5d564b02695b9a0dd6751ef08fcb0bbc64802e50 Mon Sep 17 00:00:00 2001 From: bboysoul Date: Mon, 7 Sep 2026 17:27:24 +0800 Subject: [PATCH] fix: keep today habits visible while refreshing --- frontend/src/MvpPanel.vue | 23 ++++++++++++++++------- frontend/src/lib/mvp-utils.test.ts | 9 ++++++++- frontend/src/lib/mvp-utils.ts | 10 ++++++++++ frontend/src/style.test.ts | 7 +++++++ 4 files changed, 41 insertions(+), 8 deletions(-) diff --git a/frontend/src/MvpPanel.vue b/frontend/src/MvpPanel.vue index 4528f6f..7479359 100644 --- a/frontend/src/MvpPanel.vue +++ b/frontend/src/MvpPanel.vue @@ -1,7 +1,7 @@