From b94d524c44d4d25b420ffbc19142690d9e8b670b Mon Sep 17 00:00:00 2001 From: Roberto Cella Date: Sat, 8 Aug 2026 09:19:13 +0200 Subject: [PATCH 1/2] Add logic to determine if the day changed while the page was opened and in that case refresh the date --- src/components/DailyQuestion.vue | 40 ++++++++++++++++++++++++-------- 1 file changed, 30 insertions(+), 10 deletions(-) diff --git a/src/components/DailyQuestion.vue b/src/components/DailyQuestion.vue index c6e768f..6f34f78 100644 --- a/src/components/DailyQuestion.vue +++ b/src/components/DailyQuestion.vue @@ -1,14 +1,15 @@