diff --git a/scripts/ralph/prd.json b/scripts/ralph/prd.json index de95685..ac33bd4 100644 --- a/scripts/ralph/prd.json +++ b/scripts/ralph/prd.json @@ -204,8 +204,8 @@ "min-height pe .tab-content redus pentru a nu forța scroll inutil", "Verify in browser desktop: cel puțin 8-10 rânduri vizibile fără scroll intern" ], - "passes": false, - "notes": "CSS current: linia 491 (max-height: 250px), linia 784 (max-height: 200px mobile)" + "passes": true, + "notes": "Completed in iteration 4" }, { "id": "US-705", diff --git a/scripts/ralph/progress.txt b/scripts/ralph/progress.txt index 6db7bcd..cea4125 100644 --- a/scripts/ralph/progress.txt +++ b/scripts/ralph/progress.txt @@ -393,3 +393,9 @@ PRD: tasks/prd-mobile-ui-fixes-phase5.md [2026-01-13 22:31:35] Working on story: US-703 [2026-01-13 22:31:35] Running Claude... (log: /workspace/roa2web/scripts/ralph/logs/iteration_3_US-703.log) [2026-01-13 22:34:32] SUCCESS: Story US-703 passed! +[2026-01-13 22:34:32] Changes committed +[2026-01-13 22:34:32] Progress: 13/15 stories completed +[2026-01-13 22:34:34] === Iteration 4/15 === +[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! diff --git a/src/modules/reports/components/dashboard/cards/MaturityAnalysisCard.vue b/src/modules/reports/components/dashboard/cards/MaturityAnalysisCard.vue index 77b766d..2093d56 100644 --- a/src/modules/reports/components/dashboard/cards/MaturityAnalysisCard.vue +++ b/src/modules/reports/components/dashboard/cards/MaturityAnalysisCard.vue @@ -433,7 +433,7 @@ onMounted(() => { /* Tab content */ .tab-content { padding: var(--space-md); - min-height: 280px; + min-height: 200px; display: flex; flex-direction: column; } @@ -488,7 +488,7 @@ onMounted(() => { display: flex; flex-direction: column; gap: var(--space-sm, 0.5rem); - max-height: 250px; + max-height: 400px; overflow-y: auto; padding-right: var(--space-xs, 0.25rem); } @@ -749,10 +749,15 @@ onMounted(() => { width: 100%; } + /* US-704: Increased max-height for more visible rows */ + .maturity-list { + max-height: 350px; + } + /* US-608: Mobile tab adjustments */ .tab-content { padding: var(--space-sm); - min-height: 250px; + min-height: 200px; } .tab-summary { @@ -781,7 +786,7 @@ onMounted(() => { @media (max-width: 480px) { .maturity-list { - max-height: 200px; + max-height: 350px; } .balance-indicator,