Adds customers page and related styling

Introduces new customers management interface with data table
Adds customers-specific CSS and updates layout to include new stylesheet
Configures menu service to point to new customers page route
This commit is contained in:
Janus C. H. Knudsen 2026-01-19 14:43:48 +01:00
parent c1d2df9327
commit 65ad9aacdf
6 changed files with 361 additions and 1 deletions

View file

@ -33,6 +33,7 @@
<link rel="stylesheet" href="~/css/account.css">
<link rel="stylesheet" href="~/css/employees.css">
<link rel="stylesheet" href="~/css/services.css">
<link rel="stylesheet" href="~/css/customers.css">
<link rel="stylesheet" href="~/css/settings.css">
@await RenderSectionAsync("Styles", required: false)
</head>