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
+2 -2
View File
@@ -4,11 +4,11 @@
<h1 class="mt-2 text-2xl font-semibold">{{ $workflow->name }}</h1>
@if ($workflow->description)<p class="mt-1 text-sm text-slate-600">{{ $workflow->description }}</p>@endif
</div>
<div class="rounded-2xl border bg-white p-6 dark:border-slate-700 dark:bg-slate-900">
<div class="rounded-2xl bg-white p-6 shadow-sm">
<h2 class="text-sm font-semibold uppercase text-slate-500">Steps</h2>
<ol class="mt-4 space-y-3">
@foreach ($workflow->steps as $step)
<li class="flex items-center gap-3 rounded-lg border px-4 py-3">
<li class="flex items-center gap-3 rounded-lg bg-slate-50 px-4 py-3">
<span class="flex h-8 w-8 items-center justify-center rounded-full bg-indigo-50 text-sm font-semibold text-indigo-700">{{ $step->sort_order }}</span>
<div>
<div class="font-medium">{{ $step->name }}</div>