Restyle Queue kiosk to match Frontdesk kiosk design.
Deploy Ladill Queue / deploy (push) Successful in 35s
Deploy Ladill Queue / deploy (push) Successful in 35s
Welcome screen, choice cards, form progress, and success state now follow the same lobby-tablet visual language with idle reset. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -33,6 +33,7 @@ class KioskDeviceController extends Controller
|
||||
|
||||
return view('qms.kiosk.device', [
|
||||
'device' => $device,
|
||||
'organization' => $organization,
|
||||
'queues' => $queues,
|
||||
'settings' => $settings,
|
||||
'logoUrl' => $organization
|
||||
@@ -41,7 +42,6 @@ class KioskDeviceController extends Controller
|
||||
'logoAlt' => $organization
|
||||
? OrganizationBranding::logoAlt($organization)
|
||||
: 'Ladill Queue',
|
||||
'poweredByLogoUrl' => OrganizationBranding::assetUrl(OrganizationBranding::POWERED_BY_LOGO),
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user