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