Adds customer details drawer to customers list page

Enhances customer management with interactive drawer
Introduces detailed customer profile view with metadata
Implements search functionality and dynamic drawer population

Improves user experience for customer information exploration
This commit is contained in:
Janus C. H. Knudsen 2026-01-19 18:27:59 +01:00
parent 65ad9aacdf
commit 0a431c8db4
8 changed files with 694 additions and 15 deletions

View file

@ -286,7 +286,7 @@ swp-employee-status {
&[data-active="false"] {
background: var(--bg-red-medium);
color: var(--color-red);
border: 1px solid var(--bg-red-border);
border: 1px solid var(--border-red);
}
.icon {