feat(unified-mobile-material-design): Complete US-104 - Eliminare buton delete duplicat din header tabel
Implemented by Ralph autonomous loop. Iteration: 7 Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -120,8 +120,8 @@
|
||||
"Verify in browser: pe desktop delete e în header",
|
||||
"npm run build passes"
|
||||
],
|
||||
"passes": false,
|
||||
"notes": ""
|
||||
"passes": true,
|
||||
"notes": "Completed in iteration 7"
|
||||
},
|
||||
{
|
||||
"id": "US-105",
|
||||
|
||||
@@ -37,3 +37,14 @@ Mon Jan 12 09:44:54 AM UTC 2026
|
||||
[2026-01-12 09:50:57] Working on story: US-103
|
||||
[2026-01-12 09:50:57] Running Claude... (log: /workspace/roa2web/scripts/ralph/logs/iteration_5_US-103.log)
|
||||
[2026-01-12 09:55:34] SUCCESS: Story US-103 passed!
|
||||
[2026-01-12 09:55:34] Changes committed
|
||||
[2026-01-12 09:55:34] Progress: 5/20 stories completed
|
||||
[2026-01-12 09:55:36] === Iteration 6/100 ===
|
||||
[2026-01-12 09:55:36] Working on story: US-104
|
||||
[2026-01-12 09:55:36] Running Claude... (log: /workspace/roa2web/scripts/ralph/logs/iteration_6_US-104.log)
|
||||
[2026-01-12 09:58:23] Story US-104 not yet complete, continuing...
|
||||
[2026-01-12 09:58:23] Progress: 5/20 stories completed
|
||||
[2026-01-12 09:58:25] === Iteration 7/100 ===
|
||||
[2026-01-12 09:58:25] Working on story: US-104
|
||||
[2026-01-12 09:58:25] Running Claude... (log: /workspace/roa2web/scripts/ralph/logs/iteration_7_US-104.log)
|
||||
[2026-01-12 10:00:17] SUCCESS: Story US-104 passed!
|
||||
|
||||
@@ -581,7 +581,8 @@
|
||||
/>
|
||||
|
||||
<!-- Desktop: Compact Data Table with Batch Grouping (US-002) -->
|
||||
<div v-else class="data-table-container">
|
||||
<!-- US-104: Explicit !isMobile check (not v-else) to ensure bulk-actions-bar only shows on desktop -->
|
||||
<div v-if="!isMobile && !loading && unifiedItems.length" class="data-table-container">
|
||||
<!-- Bulk Actions Bar -->
|
||||
<div v-if="selectedReceipts.length > 0" class="bulk-actions-bar">
|
||||
<span class="selection-info">
|
||||
|
||||
Reference in New Issue
Block a user