style: overview revamp

This commit is contained in:
Nathnael
2026-08-13 12:44:06 +00:00
parent 3190b9bd38
commit 0df4be1820
34 changed files with 2412 additions and 644 deletions

View File

@@ -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: {