Add queue kiosk and display devices for Care Queue management.
Deploy Ladill Care / deploy (push) Successful in 39s
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:
@@ -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 & displays · barcode scanners · agent vitals / lab hardware
|
||||
</span>
|
||||
</span>
|
||||
<span class="text-slate-400">→</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">→</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">
|
||||
|
||||
Reference in New Issue
Block a user