Fix display board to one ticket per counter
Deploy Ladill Queue / deploy (push) Successful in 1m16s

Filter now-serving to the latest called/serving ticket per destination so historical calls no longer crowd the public board, and scale ticket cards so numbers no longer clip destination text.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-17 15:51:03 +00:00
co-authored by Cursor
parent 9e52ddd1e7
commit 01792b38e7
4 changed files with 91 additions and 51 deletions
+1 -2
View File
@@ -90,8 +90,7 @@
<div class="qms-display__ticket-accent" aria-hidden="true"></div>
<div class="qms-display__ticket-body">
<div class="qms-display__ticket-meta">
<span class="qms-display__badge" x-show="index === 0">Now serving</span>
<span class="qms-display__active-label" x-show="index !== 0">Currently serving</span>
<span class="qms-display__badge">Serving</span>
<span class="qms-display__queue-name" x-text="item.queue_name ?? 'Service queue'"></span>
</div>
<p class="qms-display__ticket-number" x-text="item.ticket_number"></p>