Drop heroes from analytics pages and remove bordered show cards.
Deploy Ladill Queue / deploy (push) Successful in 43s
Deploy Ladill Queue / deploy (push) Successful in 43s
Analytics, Reports, Feedback, and Branches use simple headers again; report and related show views use shadow panels instead of card borders. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -17,14 +17,14 @@
|
||||
</div>
|
||||
|
||||
<div class="mt-6 grid gap-4 lg:grid-cols-3">
|
||||
<section class="rounded-2xl border border-slate-200 bg-white p-5 lg:col-span-2">
|
||||
<section class="rounded-2xl bg-white p-5 shadow-sm lg:col-span-2">
|
||||
<h2 class="text-sm font-semibold text-slate-900">Assigned queues</h2>
|
||||
@if ($counter->serviceQueues->isEmpty())
|
||||
<p class="mt-3 text-sm text-slate-500">No queues linked yet. Edit this counter to assign service queues.</p>
|
||||
@else
|
||||
<ul class="mt-4 space-y-3">
|
||||
@foreach ($counter->serviceQueues as $queue)
|
||||
<li class="flex items-center justify-between rounded-xl border border-slate-100 bg-slate-50 px-4 py-3">
|
||||
<li class="flex items-center justify-between rounded-xl bg-slate-50 px-4 py-3">
|
||||
<div>
|
||||
<p class="font-medium text-slate-900">{{ $queue->name }}</p>
|
||||
<p class="text-xs text-slate-500">Prefix {{ $queue->prefix }}</p>
|
||||
@@ -38,7 +38,7 @@
|
||||
@endif
|
||||
</section>
|
||||
|
||||
<section class="rounded-2xl border border-slate-200 bg-white p-5">
|
||||
<section class="rounded-2xl bg-white p-5 shadow-sm">
|
||||
<h2 class="text-sm font-semibold text-slate-900">Now at this counter</h2>
|
||||
@if ($currentTicket)
|
||||
<div class="mt-4 rounded-xl bg-indigo-50 p-4 ring-1 ring-indigo-100">
|
||||
|
||||
Reference in New Issue
Block a user