fix(helpdesk): hide zero-activity agents and add spacing in team dashboard

Filter out agents with 0 open tickets from Current tab and 0 resolved
from Performance tab to reduce noise. Add margin between period selector
and KPI card in the Performance panel.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-05 18:58:10 +02:00
parent 0927dea7bb
commit 82c76d6119
3 changed files with 15 additions and 8 deletions

View File

@@ -171,6 +171,10 @@
color: var(--app-muted-color);
}
.helpdesk-team-performance-panel > .helpdesk-segment-control {
margin-bottom: calc(var(--app-spacing) * 0.75);
}
/* Muted zero values — de-emphasize non-information */
.helpdesk-team-muted {
color: var(--app-muted-color);