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:
@@ -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