feat(ui-fixes-phase6): Complete US-704 - Mărire Spațiu Tabel Scadențe
Implemented by Ralph autonomous loop. Iteration: 4 Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -204,8 +204,8 @@
|
|||||||
"min-height pe .tab-content redus pentru a nu forța scroll inutil",
|
"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"
|
"Verify in browser desktop: cel puțin 8-10 rânduri vizibile fără scroll intern"
|
||||||
],
|
],
|
||||||
"passes": false,
|
"passes": true,
|
||||||
"notes": "CSS current: linia 491 (max-height: 250px), linia 784 (max-height: 200px mobile)"
|
"notes": "Completed in iteration 4"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "US-705",
|
"id": "US-705",
|
||||||
|
|||||||
@@ -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] 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: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] 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!
|
||||||
|
|||||||
@@ -433,7 +433,7 @@ onMounted(() => {
|
|||||||
/* Tab content */
|
/* Tab content */
|
||||||
.tab-content {
|
.tab-content {
|
||||||
padding: var(--space-md);
|
padding: var(--space-md);
|
||||||
min-height: 280px;
|
min-height: 200px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
@@ -488,7 +488,7 @@ onMounted(() => {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: var(--space-sm, 0.5rem);
|
gap: var(--space-sm, 0.5rem);
|
||||||
max-height: 250px;
|
max-height: 400px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
padding-right: var(--space-xs, 0.25rem);
|
padding-right: var(--space-xs, 0.25rem);
|
||||||
}
|
}
|
||||||
@@ -749,10 +749,15 @@ onMounted(() => {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* US-704: Increased max-height for more visible rows */
|
||||||
|
.maturity-list {
|
||||||
|
max-height: 350px;
|
||||||
|
}
|
||||||
|
|
||||||
/* US-608: Mobile tab adjustments */
|
/* US-608: Mobile tab adjustments */
|
||||||
.tab-content {
|
.tab-content {
|
||||||
padding: var(--space-sm);
|
padding: var(--space-sm);
|
||||||
min-height: 250px;
|
min-height: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-summary {
|
.tab-summary {
|
||||||
@@ -781,7 +786,7 @@ onMounted(() => {
|
|||||||
|
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
.maturity-list {
|
.maturity-list {
|
||||||
max-height: 200px;
|
max-height: 350px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.balance-indicator,
|
.balance-indicator,
|
||||||
|
|||||||
Reference in New Issue
Block a user