Match Analytics and Reports styling with shadow panels on the filter bar and audit table instead of bordered card wrappers. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<a href="{{ route('qms.audit.export', request()->query()) }}" class="btn-primary">Export CSV</a>
|
<a href="{{ route('qms.audit.export', request()->query()) }}" class="btn-primary">Export CSV</a>
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
<form method="GET" class="mb-4 flex flex-wrap gap-3">
|
<form method="GET" class="mb-4 flex flex-wrap gap-3 rounded-2xl bg-white p-4 shadow-sm">
|
||||||
<input type="search" name="q" value="{{ request('q') }}" placeholder="Search…" class="rounded-lg border-slate-300 text-sm">
|
<input type="search" name="q" value="{{ request('q') }}" placeholder="Search…" class="rounded-lg border-slate-300 text-sm">
|
||||||
<select name="action" class="rounded-lg border-slate-300 text-sm">
|
<select name="action" class="rounded-lg border-slate-300 text-sm">
|
||||||
<option value="">All actions</option>
|
<option value="">All actions</option>
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
</select>
|
</select>
|
||||||
<button type="submit" class="rounded-lg bg-slate-100 px-4 py-2 text-sm">Filter</button>
|
<button type="submit" class="rounded-lg bg-slate-100 px-4 py-2 text-sm">Filter</button>
|
||||||
</form>
|
</form>
|
||||||
<div class="overflow-hidden rounded-2xl border bg-white dark:border-slate-700 dark:bg-slate-900">
|
<div class="overflow-hidden rounded-2xl bg-white shadow-sm">
|
||||||
<table class="min-w-full divide-y divide-slate-200 text-sm">
|
<table class="min-w-full divide-y divide-slate-200 text-sm">
|
||||||
<thead class="bg-slate-50"><tr>
|
<thead class="bg-slate-50"><tr>
|
||||||
<th class="px-4 py-3 text-left text-xs font-semibold uppercase text-slate-500">Time</th>
|
<th class="px-4 py-3 text-left text-xs font-semibold uppercase text-slate-500">Time</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user