feat(mobile-navigation-improvements): Complete US-207 - Actualizare MobileBottomNav cu link Setări

Implemented by Ralph autonomous loop.
Iteration: 9

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-01-12 12:28:03 +00:00
parent a56b000b76
commit dc137711ae
11 changed files with 27 additions and 21 deletions

View File

@@ -126,7 +126,7 @@ const navigationItems = [
{ to: '/reports/invoices', icon: 'pi pi-file', label: 'Facturi', exactMatch: true },
{ to: '/reports/trial-balance', icon: 'pi pi-calculator', label: 'Balanță', exactMatch: true },
{ to: '/reports/bank-cash', icon: 'pi pi-money-bill', label: 'Trezorerie', exactMatch: true },
{ to: '/data-entry/ocr-metrics', icon: 'pi pi-cog', label: 'Setări', exactMatch: true }
{ to: '/settings', icon: 'pi pi-cog', label: 'Setări', exactMatch: false }
]
/**