From 89366e7adb4d86261e8a7bbea63bdacb83246a85 Mon Sep 17 00:00:00 2001 From: Esha Jha <149310101+Eshajha19@users.noreply.github.com> Date: Thu, 12 Feb 2026 13:54:06 +0000 Subject: [PATCH 1/3] fixed layout issue on dashboard page --- public/dashboard-clean.html | 47 +++++++++++++++ public/dashboard.css | 115 +++++++++++++++++++++++++++++++++++- 2 files changed, 161 insertions(+), 1 deletion(-) diff --git a/public/dashboard-clean.html b/public/dashboard-clean.html index f192b3e2..6be3d036 100644 --- a/public/dashboard-clean.html +++ b/public/dashboard-clean.html @@ -365,6 +365,53 @@

Quick Actions

+ + diff --git a/public/dashboard.css b/public/dashboard.css index 1be6dacb..86aac5e0 100644 --- a/public/dashboard.css +++ b/public/dashboard.css @@ -147,4 +147,117 @@ body { .stats-grid { grid-template-columns: 1fr; } -} \ No newline at end of file +} +/* ========================================= + FORCE DASHBOARD SECTION CARDS & GRID + ========================================= */ + +/* Main dashboard content wrapper */ +.dashboard-main { + display: grid !important; + grid-template-columns: 2fr 1fr; + gap: 1.5rem; + width: 100%; + align-items: start; +} + +/* Force Budget & Goals into card containers */ +.budget-overview, +.goals-progress { + background: rgba(255,255,255,0.05); + backdrop-filter: blur(10px); + border-radius: 14px; + padding: 1.25rem; + box-sizing: border-box; + width: 100%; + display: block; +} + +/* Fix Budget & Goals content spacing */ +.budget-overview > *, +.goals-progress > * { + margin-bottom: 0.5rem; +} + +/* ========================================= + FIX QUICK ACTIONS CONTAINER + ========================================= */ + +.quick-actions { + grid-column: 1 / -1; /* full width */ + background: rgba(255,255,255,0.05); + backdrop-filter: blur(10px); + border-radius: 14px; + padding: 1.25rem; + margin-top: 1rem; +} + +.quick-actions-grid { + display: grid !important; + grid-template-columns: repeat(4, minmax(160px, 1fr)); + gap: 1rem; +} + +/* ========================================= + FIX ADD TRANSACTION MODAL (CRITICAL) + ========================================= */ + +.modal-overlay { + position: fixed !important; + inset: 0; + background: rgba(0,0,0,0.6); + display: flex !important; + align-items: center; + justify-content: center; + z-index: 9999; +} + +.modal { + position: relative !important; + background: rgba(20,20,20,0.95); + border-radius: 14px; + max-width: 520px; + width: 100%; + padding: 1.25rem; + margin: 1rem; +} + +/* Prevent modal from flowing inline */ +.modal:not(.active) { + display: none; +} + +/* ========================================= + FIX RAW TEXT FLOWING ISSUE + ========================================= */ + +/* If sections lost their wrapper, force block cards */ +.section-card, +.dashboard-card { + background: rgba(255,255,255,0.05); + border-radius: 14px; + padding: 1.25rem; + width: 100%; + box-sizing: border-box; +} + +/* ========================================= + MOBILE FIX + ========================================= */ + +@media (max-width: 900px) { + .dashboard-main { + grid-template-columns: 1fr; + } + + .quick-actions-grid { + grid-template-columns: repeat(2, 1fr); + } +} + +@media (max-width: 480px) { + .quick-actions-grid { + grid-template-columns: 1fr; + } +} + From 8d6d7868b39f8c190d76a3acdedfc49765d8f403 Mon Sep 17 00:00:00 2001 From: Esha Jha <149310101+Eshajha19@users.noreply.github.com> Date: Thu, 12 Feb 2026 14:00:02 +0000 Subject: [PATCH 2/3] fixed transactions page select part --- public/transactions.css | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/public/transactions.css b/public/transactions.css index fd6a5ba7..71b5e671 100644 --- a/public/transactions.css +++ b/public/transactions.css @@ -746,4 +746,33 @@ body { width: 95%; margin: 10% auto; } -} \ No newline at end of file +}/* ============================== + FIX: Select & Option Text Visibility + ============================== */ + +/* Select box text */ +select { + color: #e0e0e0 !important; + background-color: rgba(255, 255, 255, 0.1) !important; +} + +/* Dropdown options (CRITICAL FIX) */ +select option { + background-color: #1a1a2e !important; + color: #e0e0e0 !important; +} + +/* For Webkit browsers (Chrome, Edge) */ +select optgroup { + background-color: #1a1a2e !important; + color: #e0e0e0 !important; +} + +/* Disabled / placeholder option */ +select option[value=""] { + color: #a0a0a0 !important; +} +select:focus { + border-color: #667eea !important; + box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.2); +} From 412c9fd657111f67a20a7a30cb123890ff6c2ffa Mon Sep 17 00:00:00 2001 From: Esha Jha <149310101+Eshajha19@users.noreply.github.com> Date: Thu, 12 Feb 2026 14:11:36 +0000 Subject: [PATCH 3/3] fixed ui of smart tag manager --- public/tag-manager.html | 416 +++++++++++++++++++++++++++++++--------- 1 file changed, 329 insertions(+), 87 deletions(-) diff --git a/public/tag-manager.html b/public/tag-manager.html index b7e3f062..1ea97667 100644 --- a/public/tag-manager.html +++ b/public/tag-manager.html @@ -5,64 +5,290 @@ Smart Tag Manager | ExpenseFlow Intelligence - - + + +
+ +

🏷️ Smart Tag Intelligence

@@ -75,7 +301,8 @@

🏷️ Smart Tag Intelligence

-
+ +

Total Tags

0
@@ -88,52 +315,66 @@

Automated Rules

Auto-Applied Today

0
-
+ -
-
-
-

🏷️ Custom Tags

-
- + +
+ + +
+ +
+
+

🏷️ Custom Tags

+
+ +
+
+
+
Loading tags...
-
-
Loading tags...
-
-
-
-
-

🤖 Suggestion Engine

-
-
-
Analyzing transaction patterns...
+ +
+
+

🤖 Suggestion Engine

+
+
+
Analyzing transaction patterns...
+
-
-
-

⚙️ Categorization Rules

-
- + +
+ +
+
+

⚙️ Categorization Rules

+
+ +
+
+
+
No rules defined yet. Click "New Rule" to begin.
-
-
No rules defined yet. Click "New Rule" to begin.
-
-
-
-

📊 Tag Usage Distribution

-
- + +
+

📊 Tag Usage Distribution

+
+ +
-
+ +
+
- +