From 397175e34b7a7e128ad7c72a4a412a0b059462e9 Mon Sep 17 00:00:00 2001 From: xds Date: Mon, 24 Nov 2025 22:34:11 +0300 Subject: [PATCH] feat: Introduce AI summary section, adjust month navigation layout, and remove global text styling. --- src/assets/theme.css | 5 +---- src/components/dashboard/DashboardView.vue | 16 ++++++++++------ 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/src/assets/theme.css b/src/assets/theme.css index c2ec0f9..f032456 100644 --- a/src/assets/theme.css +++ b/src/assets/theme.css @@ -206,7 +206,4 @@ body { color: var(--warning-color); } -span, a, i { - color: var(--text-color) !important; - padding: 0 !important; -} + diff --git a/src/components/dashboard/DashboardView.vue b/src/components/dashboard/DashboardView.vue index 5a40a3a..268801c 100644 --- a/src/components/dashboard/DashboardView.vue +++ b/src/components/dashboard/DashboardView.vue @@ -136,17 +136,18 @@ const userName = computed(() => {
-
-
+

Hello, {{ userName }}! 👋

Here is your financial overview.

+
+
@@ -157,7 +158,10 @@ const userName = computed(() => { - +
+ Ai summary + +