Revert "Strip all custom CSS, use plain daisyUI classes only"

This reverts commit e2bd237a7b.
This commit is contained in:
2026-07-03 12:18:52 +02:00
parent e2bd237a7b
commit e9be57bde0
6 changed files with 131 additions and 75 deletions
+16 -7
View File
@@ -1,15 +1,24 @@
{#include layouts/base}
{#page-content}
<div>
<div class="flex items-center justify-between mb-4">
<h2 class="text-2xl font-bold">Releases</h2>
<div class="flex gap-2">
<a href="/feed/rss.xml" class="btn btn-primary btn-sm">RSS Feed</a>
<a href="/feed/opml" class="btn btn-ghost btn-sm">OPML</a>
<div class="w-full">
<div style="display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:0.75rem">
<h2 style="font-size:1.5rem;font-weight:700">📡 Releases</h2>
<div style="display:flex;gap:0.5rem">
<a href="/feed/rss.xml" class="btn btn-primary btn-sm gap-2">
<svg class="icon-sm" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 11a9 9 0 019 9"/><path d="M4 4a16 16 0 0116 16"/>
<circle cx="5" cy="19" r="1"/>
</svg>
RSS Feed
</a>
<a href="/feed/opml" class="btn btn-ghost btn-sm gap-2">
<svg class="icon-sm" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
OPML
</a>
</div>
</div>
<div id="feed-entries" hx-get="/api/artists/feed-table" hx-trigger="load">
<div class="flex justify-center py-16">
<div style="display:flex;justify-content:center;padding:4rem 0">
<span class="loading loading-spinner loading-lg"></span>
</div>
</div>