diff --git a/scripts/ralph/prd.json b/scripts/ralph/prd.json index 4091d05..5af1e8b 100644 --- a/scripts/ralph/prd.json +++ b/scripts/ralph/prd.json @@ -195,8 +195,8 @@ "npm run typecheck passes", "Verify in browser: No excessive gap between filters and table on all pages" ], - "passes": false, - "notes": "Task de investigare - verifică toate paginile menționate" + "passes": true, + "notes": "Completed in iteration 11" } ] } diff --git a/scripts/ralph/progress.txt b/scripts/ralph/progress.txt index 7ff735d..7b24b72 100644 --- a/scripts/ralph/progress.txt +++ b/scripts/ralph/progress.txt @@ -302,3 +302,9 @@ PRD: tasks/prd-ui-fixes-phase6.md [2026-01-13 16:38:03] Working on story: US-609 [2026-01-13 16:38:03] Running Claude... (log: /workspace/roa2web/scripts/ralph/logs/iteration_10_US-609.log) [2026-01-13 16:42:27] SUCCESS: Story US-609 passed! +[2026-01-13 16:42:27] Changes committed +[2026-01-13 16:42:27] Progress: 9/10 stories completed +[2026-01-13 16:42:29] === Iteration 11/30 === +[2026-01-13 16:42:29] Working on story: US-610 +[2026-01-13 16:42:29] Running Claude... (log: /workspace/roa2web/scripts/ralph/logs/iteration_11_US-610.log) +[2026-01-13 16:48:47] SUCCESS: Story US-610 passed! diff --git a/src/assets/css/components/stats.css b/src/assets/css/components/stats.css index 3f24147..2c66791 100644 --- a/src/assets/css/components/stats.css +++ b/src/assets/css/components/stats.css @@ -435,11 +435,12 @@ /* ===== Summary Stats Inline ===== */ /* Compact horizontal stats display for page summaries */ +/* US-610: Reduced margin-bottom from var(--space-md) to var(--space-sm) to eliminate excessive gap between filters and table */ .summary-stats-inline { display: flex; gap: var(--space-xl); justify-content: flex-end; - margin-bottom: var(--space-md); + margin-bottom: var(--space-sm); padding: var(--space-sm) var(--space-md); background-color: var(--color-bg-secondary); border-radius: var(--radius-md); diff --git a/src/modules/data-entry/views/receipts/ReceiptsListView.vue b/src/modules/data-entry/views/receipts/ReceiptsListView.vue index 953b4a1..696152a 100644 --- a/src/modules/data-entry/views/receipts/ReceiptsListView.vue +++ b/src/modules/data-entry/views/receipts/ReceiptsListView.vue @@ -3470,14 +3470,15 @@ const cleanupCompletedBatches = (storedBatchIds) => {