From 6f0b484c909acb72f16ed4aa33288766cd3b4c67 Mon Sep 17 00:00:00 2001 From: Alexander Andreev Date: Sat, 3 Jan 2026 16:44:34 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=D1=8E=20?= =?UTF-8?q?=D0=BD=D0=B0=D0=B4=20=D0=BA=D0=B0=D0=BB=D0=B5=D0=BD=D0=B4=D0=B0?= =?UTF-8?q?=D1=80=D0=B5=D0=BC=20=D0=BD=D0=B0=20=D0=B3=D0=BB=D0=B0=D0=B2?= =?UTF-8?q?=D0=BD=D0=BE=D0=B9.=20=D0=A1=D0=B5=D0=B9=D1=87=D0=B0=D1=81=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B8=D0=BB=D0=B0=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=B0=D0=B5=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/pages/index.vue | 197 +++++++++++++++++++++++++++++++++++++------- 1 file changed, 166 insertions(+), 31 deletions(-) diff --git a/app/pages/index.vue b/app/pages/index.vue index aefbe14..8c978b6 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -7,18 +7,31 @@

Loading habits...

-
-
- {{ habit.name }} - - ✅ Done! +
+
+
+
+ {{ habit.name }} + + ✅ Done! +
+
+
+ {{ formatDate(day) }} +
+
+
@@ -35,34 +48,117 @@