Fix: static path (META-INF/resources), settings @Transactional, search dropdown position, async follow + feed auto-refresh

This commit is contained in:
opencode
2026-07-15 10:46:22 +02:00
parent 292de62198
commit 2078a56fc2
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}