Treat all Now Serving cards equally and announce every ticket change.
Deploy Ladill Queue / deploy (push) Successful in 1m56s

Remove newest-card highlighting so every active service point looks the same, sort the board stably by destination, and have the display announce whenever a counter’s ticket changes (falling back when a server voice row is missing).

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-17 18:20:45 +00:00
co-authored by Cursor
parent 9a11098674
commit 5356118fd8
5 changed files with 105 additions and 38 deletions
-20
View File
@@ -491,20 +491,9 @@ html:has(.qms-display) body {
box-shadow: 0 16px 32px -20px rgb(15 23 42 / 0.2);
}
.qms-display__ticket--newest {
border-color: rgb(129 140 248);
background: linear-gradient(145deg, rgb(238 242 255) 0%, #fff 46%);
box-shadow: 0 24px 48px -24px rgb(79 70 229 / 0.45);
}
.qms-display__ticket-accent {
height: 4px;
flex-shrink: 0;
background: rgb(203 213 225);
}
.qms-display__ticket--newest .qms-display__ticket-accent {
height: 6px;
background: linear-gradient(90deg, rgb(67 56 202), rgb(124 58 237), rgb(99 102 241));
}
@@ -539,11 +528,6 @@ html:has(.qms-display) body {
color: #fff;
}
.qms-display__ticket:not(.qms-display__ticket--newest) .qms-display__badge {
background: rgb(241 245 249);
color: rgb(71 85 105);
}
.qms-display__queue-name {
min-width: 0;
overflow: hidden;
@@ -573,10 +557,6 @@ html:has(.qms-display) body {
color: rgb(30 41 59);
}
.qms-display__ticket--newest .qms-display__ticket-number {
color: rgb(67 56 202);
}
.qms-display__destination {
flex-shrink: 0;
min-width: 0;