Type toggle targets artist row

This commit is contained in:
2026-07-15 11:10:57 +02:00
parent 2a5a7e213a
commit 57802e97ec
3 changed files with 11 additions and 4 deletions
+5 -1
View File
@@ -39,7 +39,11 @@
</div>
{#else}
{#for artist in artists}
<div hx-get="/artists/{artist.mbid}/row" hx-trigger="revealed" hx-swap="innerHTML">
<div id="artist-{artist.mbid}"
hx-get="/artists/{artist.mbid}/row"
hx-trigger="revealed"
hx-target="this"
hx-swap="innerHTML">
<div class="loading loading-spinner loading-sm"></div>
</div>
{/for}