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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user