Drop heroes from analytics pages and remove bordered show cards.
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:
isaacclad
2026-07-06 08:21:35 +00:00
co-authored by Cursor
parent bf879d6abe
commit 89300fc6d6
15 changed files with 126 additions and 180 deletions
+6 -6
View File
@@ -41,7 +41,7 @@
</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>
<p class="mt-1 text-sm text-slate-500">Tickets from these queues appear on this screen and trigger voice calls.</p>
@@ -56,7 +56,7 @@
@else
<ul class="mt-4 grid gap-3 sm:grid-cols-2">
@foreach ($queues as $queue)
<li class="flex items-start gap-3 rounded-xl border border-slate-100 bg-slate-50 px-4 py-3">
<li class="flex items-start gap-3 rounded-xl bg-slate-50 px-4 py-3">
<span class="mt-0.5 flex h-8 w-8 shrink-0 items-center justify-center rounded-lg bg-white text-xs font-bold text-indigo-700 ring-1 ring-indigo-100">
{{ $queue->prefix }}
</span>
@@ -73,7 +73,7 @@
</section>
<section class="space-y-4">
<div class="rounded-2xl border border-slate-200 bg-white p-5">
<div class="rounded-2xl bg-white p-5 shadow-sm">
<h2 class="text-sm font-semibold text-slate-900">Display details</h2>
<dl class="mt-4 space-y-3 text-sm">
<div class="flex justify-between gap-4">
@@ -96,7 +96,7 @@
</div>
<div
class="rounded-2xl border border-slate-200 bg-white p-5"
class="rounded-2xl bg-white p-5 shadow-sm"
x-data="{
url: @js($publicUrl),
copied: false,
@@ -113,7 +113,7 @@
>
<h2 class="text-sm font-semibold text-slate-900">Public display URL</h2>
<p class="mt-1 text-sm text-slate-500">Open this link on a TV, tablet, or kiosk in your waiting area.</p>
<div class="mt-4 rounded-xl border border-slate-200 bg-slate-50 p-3">
<div class="mt-4 rounded-xl bg-slate-50 p-3">
<p class="break-all font-mono text-xs text-slate-700" x-text="url"></p>
</div>
<div class="mt-3 flex flex-wrap gap-2">
@@ -124,7 +124,7 @@
</section>
</div>
<section class="mt-4 overflow-hidden rounded-2xl border border-slate-200 bg-slate-900">
<section class="mt-4 overflow-hidden rounded-2xl bg-slate-900 shadow-sm">
<div class="flex items-center justify-between border-b border-white/10 px-5 py-3">
<p class="text-xs font-semibold uppercase tracking-widest text-slate-400">Live preview</p>
<span class="inline-flex items-center gap-1.5 text-xs text-slate-400">