Adds comprehensive customer detail page with dynamic features

Develops detailed customer profile view with multiple sections including overview, statistics, journal, appointments, and activity tracking

Implements interactive UI components for customer management
Includes dynamic tab switching, editable profile sections, and activity timeline
This commit is contained in:
Janus C. H. Knudsen 2026-01-19 23:27:18 +01:00
parent 0a431c8db4
commit 6b0a84a07e
6 changed files with 2015 additions and 8 deletions

View file

@ -1353,6 +1353,11 @@ swp-detail-grid {
grid-template-columns: repeat(2, 1fr);
gap: var(--card-gap);
align-items: start;
/* Full width cards span both columns */
& > .full-width {
grid-column: 1 / -1;
}
}
/* ===========================================