revert(helpdesk): remove queue separation from team dashboard

Revert queue detection, wait time summary, and visual separation.
All members are treated equally again — queue appears as a normal
agent entry sorted by the existing criteria.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-05 21:05:12 +02:00
parent fe1a0b2f78
commit 671105e359
5 changed files with 12 additions and 67 deletions

View File

@@ -220,15 +220,6 @@
border-radius: 0;
}
/* Team workload — queue wait time summary */
.helpdesk-team-queue-wait {
padding: calc(var(--app-spacing) * 0.5) calc(var(--app-spacing) * 0.75);
margin-bottom: calc(var(--app-spacing) * 0.5);
border: 1px dashed var(--app-muted-border-color);
border-radius: var(--app-radius, 0.375rem);
background: color-mix(in srgb, var(--app-muted-border-color) 10%, transparent);
}
/* Team workload — inline avatar for section titles */
.helpdesk-team-avatar-inline {
display: inline-flex;