extending results page to show metadata and group by clientid to improve tracking progress
Some checks failed
PHPUnit / test (push) Has been cancelled

This commit is contained in:
2026-07-01 09:26:18 +02:00
parent 13119f300a
commit 223f38a11f
5 changed files with 415 additions and 141 deletions

View File

@ -929,6 +929,9 @@ table.data-table .sticky-col {
background: var(--surface);
box-shadow: 2px 0 4px var(--sticky-shadow);
}
table.data-table tr.client-group-row td {
border-top: 2px solid color-mix(in srgb, var(--primary) 35%, var(--border));
}
table.data-table thead th.sticky-col {
z-index: 5;
top: 0;