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 {