mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 23:28:11 +00:00
style: overview revamp
This commit is contained in:
@@ -36,6 +36,34 @@ const ROUTE_META: Array<{ prefix: string; meta: PageMeta }> = [
|
||||
subtitle: "Dashboard summary and key metrics",
|
||||
},
|
||||
},
|
||||
{
|
||||
prefix: "/dashboard/overview/bookings",
|
||||
meta: { title: "Bookings", subtitle: "Booking volume, pipeline, and recent activity" },
|
||||
},
|
||||
{
|
||||
prefix: "/dashboard/overview/contracts",
|
||||
meta: { title: "Contracts", subtitle: "Contract volume, pipeline, and recent activity" },
|
||||
},
|
||||
{
|
||||
prefix: "/dashboard/overview/billing",
|
||||
meta: { title: "Billing", subtitle: "Revenue, payments, and collection status" },
|
||||
},
|
||||
{
|
||||
prefix: "/dashboard/overview/operations",
|
||||
meta: { title: "Operations", subtitle: "Trains, schedules, containers, and cargo" },
|
||||
},
|
||||
{
|
||||
prefix: "/dashboard/overview/fleet",
|
||||
meta: { title: "Fleet", subtitle: "Wagon and train fleet status" },
|
||||
},
|
||||
{
|
||||
prefix: "/dashboard/overview/customers",
|
||||
meta: { title: "Customers", subtitle: "Customer growth and top accounts" },
|
||||
},
|
||||
{
|
||||
prefix: "/dashboard/overview/staff",
|
||||
meta: { title: "Staff", subtitle: "Employee and user account status" },
|
||||
},
|
||||
{
|
||||
prefix: "/dashboard/profile",
|
||||
meta: {
|
||||
|
||||
Reference in New Issue
Block a user