Static path, search dropdown, async follow

This commit is contained in:
2026-07-15 10:46:22 +02:00
committed by david.alvarez
parent 5861da89b3
commit d7d68b9ab0
14 changed files with 64 additions and 36 deletions
@@ -16,3 +16,10 @@
<p class="text-sm">Search for an artist above and click <strong>Follow</strong> to start tracking their release groups.</p>
</div>
{/if}
{#if autoRefresh?? && autoRefresh}
<div hx-get="/feed?offset=0"
hx-target="#feed-list"
hx-swap="innerHTML"
hx-trigger="load delay:3s"
class="hidden"></div>
{/if}
@@ -3,7 +3,7 @@
alt="cover"
loading="lazy"
class="w-16 h-16 rounded object-cover bg-base-200"
onerror="this.onerror=null;this.src='/static/img/no-cover.svg'"/>
onerror="this.onerror=null;this.src='/img/no-cover.svg'"/>
<div class="flex-1 min-w-0">
<div class="flex flex-wrap items-center gap-2">