From 0868fc4ea3e9167b3fc1453bc7f1092fc886e4dd Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Tue, 13 Jan 2026 22:39:06 +0000 Subject: [PATCH] =?UTF-8?q?feat(ui-fixes-phase6):=20Complete=20US-705=20-?= =?UTF-8?q?=20Reducere=20Padding=20=C8=99i=20Margin=20Top=20Excesiv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implemented by Ralph autonomous loop. Iteration: 5 Co-Authored-By: Claude --- scripts/ralph/prd.json | 4 ++-- scripts/ralph/progress.txt | 6 ++++++ src/modules/reports/views/DetailedInvoicesView.vue | 7 ++++--- src/modules/reports/views/MaturityAnalysisView.vue | 6 ++++-- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/scripts/ralph/prd.json b/scripts/ralph/prd.json index ac33bd4..073af98 100644 --- a/scripts/ralph/prd.json +++ b/scripts/ralph/prd.json @@ -219,8 +219,8 @@ "Verificare vizuală în mod desktop și mobil", "npm run build passes" ], - "passes": false, - "notes": "Afectează MaturityAnalysisView, DetailedInvoicesView. Folosește design tokens din CSS_PATTERNS.md" + "passes": true, + "notes": "Completed in iteration 5" } ] } diff --git a/scripts/ralph/progress.txt b/scripts/ralph/progress.txt index cea4125..5830e3e 100644 --- a/scripts/ralph/progress.txt +++ b/scripts/ralph/progress.txt @@ -399,3 +399,9 @@ PRD: tasks/prd-mobile-ui-fixes-phase5.md [2026-01-13 22:34:34] Working on story: US-704 [2026-01-13 22:34:34] Running Claude... (log: /workspace/roa2web/scripts/ralph/logs/iteration_4_US-704.log) [2026-01-13 22:36:09] SUCCESS: Story US-704 passed! +[2026-01-13 22:36:09] Changes committed +[2026-01-13 22:36:09] Progress: 14/15 stories completed +[2026-01-13 22:36:11] === Iteration 5/15 === +[2026-01-13 22:36:11] Working on story: US-705 +[2026-01-13 22:36:11] Running Claude... (log: /workspace/roa2web/scripts/ralph/logs/iteration_5_US-705.log) +[2026-01-13 22:39:06] SUCCESS: Story US-705 passed! diff --git a/src/modules/reports/views/DetailedInvoicesView.vue b/src/modules/reports/views/DetailedInvoicesView.vue index 74c07cd..0cd8587 100644 --- a/src/modules/reports/views/DetailedInvoicesView.vue +++ b/src/modules/reports/views/DetailedInvoicesView.vue @@ -1025,10 +1025,11 @@ onUnmounted(() => { US-603: Desktop Tabs (Clienți/Furnizori) ================================================ */ +/* US-705: Reduced margin-top from var(--space-md) to var(--space-sm) for less excessive top spacing */ .desktop-tabs { display: flex; gap: var(--space-sm); - margin-top: var(--space-md); + margin-top: var(--space-sm); } .desktop-tab { @@ -1076,9 +1077,9 @@ onUnmounted(() => { } /* Page Header - Desktop only */ -/* US-514: Reduced from var(--space-xl) to var(--space-md) for less excessive top spacing */ +/* US-705: Reduced from var(--space-md) to var(--space-sm) for less excessive top spacing */ .page-header { - margin-bottom: var(--space-md); + margin-bottom: var(--space-sm); } .page-title { diff --git a/src/modules/reports/views/MaturityAnalysisView.vue b/src/modules/reports/views/MaturityAnalysisView.vue index 76ad275..2d6d222 100644 --- a/src/modules/reports/views/MaturityAnalysisView.vue +++ b/src/modules/reports/views/MaturityAnalysisView.vue @@ -217,15 +217,17 @@ onUnmounted(() => { } /* Page Header - Desktop only */ +/* US-705: Reduced from var(--space-md) to var(--space-sm) for less excessive top spacing */ .page-header { - margin-bottom: var(--space-md); + margin-bottom: var(--space-sm); } .header-top { display: flex; justify-content: space-between; align-items: flex-start; - margin-bottom: var(--space-md); + /* US-705: Reduced from var(--space-md) to var(--space-xs) - title/subtitle need minimal gap */ + margin-bottom: var(--space-xs); } .page-title {