Route

Live route: /dashboard.

Source file: app/app/dashboard/page.tsx.

Main operations landing page with KPI cards, queue summary, trend placeholder, and recent records table.

/dashboard

UI patterns

This route should keep using the established dashboard patterns listed below.

  • PageHeader
  • stat-grid
  • dashboard-grid
  • panel
  • table-wrap
  • StatusBadge

Production review

Review these route-specific items before release.

  • KPI cards remain readable in dark mode.
  • Recent records table does not overflow on mobile.
  • Primary page action routes to invoices.
  • Run npm run check after route changes.
  • Smoke test the live route after service restart.