feat: add dashboard page with stats, quick actions, recent vehicles, update navigation and login redirect

This commit is contained in:
2026-07-19 19:33:08 +02:00
parent 5ae1e28ef2
commit 58fcf4a722
7 changed files with 305 additions and 1 deletions
+18
View File
@@ -19,6 +19,24 @@
"nav.retouch": "Image Retouch",
"nav.menu": "Menu",
"nav.appName": "ERP Commercial Vehicles",
"dashboard.title": "Dashboard",
"dashboard.totalVehicles": "Total Vehicles",
"dashboard.available": "Available",
"dashboard.reserved": "Reserved",
"dashboard.sold": "Sold",
"dashboard.totalValue": "Total Value",
"dashboard.quickActions": "Quick Actions",
"dashboard.newVehicle": "New Vehicle",
"dashboard.newContact": "New Contact",
"dashboard.newSale": "New Sale",
"dashboard.recentVehicles": "Recent Vehicles",
"dashboard.noVehicles": "No vehicles available",
"dashboard.error": "Error loading data",
"dashboard.make": "Make",
"dashboard.model": "Model",
"dashboard.fin": "VIN",
"dashboard.price": "Price",
"dashboard.availability": "Availability",
"common.save": "Save",
"common.cancel": "Cancel",
"common.delete": "Delete",