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:
Claude Agent
2026-01-12 22:16:53 +00:00
parent 3a11fcd81c
commit 94d215d6ae
8 changed files with 1074 additions and 206 deletions

View File

@@ -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"
/>