Use consistent + icon buttons on mobile reception views.
Deploy Ladill Frontdesk / deploy (push) Successful in 50s
Deploy Ladill Frontdesk / deploy (push) Successful in 50s
Extract shared quick-action and section-link partials so dashboard and visits headers share the same white and purple mobile FABs while section links keep indigo icon buttons. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
<x-app-layout title="Visit history">
|
||||
<div class="flex items-center justify-between">
|
||||
<h1 class="text-xl font-semibold text-slate-900">Visits</h1>
|
||||
<div class="flex gap-2">
|
||||
<a href="{{ route('frontdesk.visits.schedule') }}" class="rounded-lg border border-slate-200 px-4 py-2 text-sm font-medium text-slate-700 hover:bg-slate-50">Schedule</a>
|
||||
<a href="{{ route('frontdesk.visits.create') }}" class="btn-primary">Check in</a>
|
||||
</div>
|
||||
<div class="flex items-center justify-between gap-3">
|
||||
<h1 class="min-w-0 flex-1 truncate text-lg font-semibold text-slate-900 lg:text-xl">Visits</h1>
|
||||
@include('frontdesk.partials.reception-quick-actions', [
|
||||
'desktopSchedule' => 'Schedule',
|
||||
'desktopCheckIn' => 'Check in',
|
||||
'scheduleLabel' => 'Schedule visit',
|
||||
'checkInLabel' => 'Check in visitor',
|
||||
])
|
||||
</div>
|
||||
|
||||
<form method="GET" class="mt-4 flex gap-2">
|
||||
|
||||
Reference in New Issue
Block a user