Redesign public display for busy queues
Deploy Ladill Queue / deploy (push) Successful in 1m19s

Use count-aware ticket grids and complete service destinations so active calls stay legible without clipping across TV and mobile layouts.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-17 15:06:44 +00:00
co-authored by Cursor
parent 8ff100a55b
commit 9e52ddd1e7
4 changed files with 304 additions and 57 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class DisplayService
->whereIn('status', ['called', 'serving'])
->with(['counter', 'serviceQueue'])
->orderByDesc('called_at')
->limit(5)
->limit(12)
->get()
->map(fn (Ticket $t) => [
'ticket_number' => $t->ticket_number,