feat(unified-mobile-desktop-ui): Complete US-501 - Header Actions Bar Unificat - Rapoarte
Implemented by Ralph autonomous loop. Iteration: 1 Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
rounded
|
||||
class="top-bar-btn"
|
||||
:class="{ 'active': action.active }"
|
||||
@click="$emit('action-click', action)"
|
||||
@click="(e) => $emit('action-click', action, e)"
|
||||
:aria-label="action.label || action.icon"
|
||||
v-tooltip.bottom="action.tooltip"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user