Add queue kiosk and display devices for Care Queue management.
Deploy Ladill Care / deploy (push) Successful in 39s

Register walk-up kiosks and waiting-room display devices under Devices, with public kiosk ticket issue and linked TV boards surfaced in sidebar and Queue shortcuts.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-20 10:59:02 +00:00
co-authored by Cursor
parent b2cebe2908
commit a3839da869
18 changed files with 1103 additions and 60 deletions
+17 -2
View File
@@ -94,14 +94,14 @@
<span class="ml-2 rounded-full bg-amber-50 px-2 py-0.5 text-[10px] font-semibold uppercase tracking-wide text-amber-700">Agent · Pro</span>
@endif
<span class="mt-0.5 block text-xs text-slate-500">
Barcode scanners (browser) · agent-connected vitals / lab hardware
Queue kiosks &amp; displays · barcode scanners · agent vitals / lab hardware
</span>
</span>
<span class="text-slate-400">&rarr;</span>
</a>
</li>
@endif
@if ($canViewDisplays && ($queueIntegrationEnabled || $canUseQueueIntegration))
@if ($canViewDisplays && ! empty($hasPaidPlan))
<li>
<a href="{{ route('care.displays.index') }}"
class="flex items-center justify-between rounded-xl border border-slate-100 bg-slate-50 px-4 py-3 text-sm text-slate-700 hover:text-indigo-700">
@@ -116,6 +116,21 @@
</a>
</li>
@endif
@if ($canViewDevices && ! empty($hasPaidPlan))
<li>
<a href="{{ route('care.devices.create', ['type' => 'kiosk']) }}"
class="flex items-center justify-between rounded-xl border border-slate-100 bg-slate-50 px-4 py-3 text-sm text-slate-700 hover:text-indigo-700">
<span>
Queue kiosk
<span class="ml-2 rounded-full bg-amber-50 px-2 py-0.5 text-[10px] font-semibold uppercase tracking-wide text-amber-700">Pro</span>
<span class="mt-0.5 block text-xs text-slate-500">
Walk-up ticket issue on a tablet
</span>
</span>
<span class="text-slate-400">&rarr;</span>
</a>
</li>
@endif
<li>
<a href="{{ route('care.settings.gp-pricing') }}"
class="flex items-center justify-between rounded-xl border border-slate-100 bg-slate-50 px-4 py-3 text-sm text-slate-700 hover:text-indigo-700">