fix: Lift menu state to App.vue and translate menu labels to Romanian

- Move menuOpen state from DashboardHeader to App.vue for proper state management
- Pass menuOpen as prop to DashboardHeader component
- Translate hamburger menu labels to Romanian (Navigation, Invoices, Bank & Cash, System, Cache Statistics)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-08 17:05:34 +02:00
parent dae6db4b1a
commit 06066f1702
3 changed files with 14 additions and 10 deletions

View File

@@ -3,6 +3,7 @@
<!-- New Navigation System -->
<DashboardHeader
v-if="authStore.isAuthenticated"
:menu-open="menuOpen"
@menu-toggle="handleMenuToggle"
@company-changed="handleCompanyChanged"
/>