325b967945
- Constrain main content to max-w-5xl centered - Widen search input (w-72 md:w-80 lg:w-96) - Search dropdown: card with shadow, border, and primary-tinted hover - Branding: SVG music note icon + gradient text + tagline - Covers: 64px with front-250 thumbnail URL for faster loading - Badge colors per type (primary/secondary/accent/ghost) - Sticky table headers via table-pin-rows - SVG icons for Add/Remove/RSS/OPML buttons - Consistent hover transitions across tables
10 lines
308 B
HTML
10 lines
308 B
HTML
{#include layouts/base}
|
|
{#page-content}
|
|
<div class="w-full">
|
|
<h2 class="text-2xl font-bold mb-5">🎤 Tracked Artists</h2>
|
|
<div id="artist-list" hx-get="/api/artists/list" hx-trigger="load">
|
|
<span class="loading loading-spinner loading-lg block mx-auto my-12"></span>
|
|
</div>
|
|
</div>
|
|
{/page-content}
|