feat(mobile-fixes-phase3): Complete US-307 - Restructurare Footer Nav (4 butoane noi)
Implemented by Ralph autonomous loop. Iteration: 1 Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -381,11 +381,8 @@
|
||||
</Card>
|
||||
</div>
|
||||
|
||||
<!-- US-109: Mobile Bottom Navigation -->
|
||||
<MobileBottomNav
|
||||
v-if="isMobile"
|
||||
:items="mobileBottomNavItems"
|
||||
/>
|
||||
<!-- US-109/US-307: Mobile Bottom Navigation (using default nav items) -->
|
||||
<MobileBottomNav v-if="isMobile" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -459,12 +456,7 @@ const handleTopBarAction = (action) => {
|
||||
};
|
||||
|
||||
// US-109: Bottom nav items for MobileBottomNav component
|
||||
const mobileBottomNavItems = computed(() => [
|
||||
{ to: "/data-entry", icon: "pi pi-receipt", label: "Bonuri" },
|
||||
{ to: "/reports/bank-cash-register", icon: "pi pi-wallet", label: "Trezorerie", active: true },
|
||||
{ to: "/reports/dashboard", icon: "pi pi-chart-bar", label: "Rapoarte" },
|
||||
{ to: "/settings", icon: "pi pi-cog", label: "Setări" }
|
||||
]);
|
||||
// US-307: Removed custom mobileBottomNavItems - using MobileBottomNav defaults
|
||||
|
||||
// Handle window resize
|
||||
const handleResize = () => {
|
||||
|
||||
Reference in New Issue
Block a user