Add pagination to feed with Load more button using HTMX

This commit is contained in:
2026-07-06 11:51:46 +02:00
parent 969fc673bc
commit bef4f7ba1d
5 changed files with 62 additions and 38 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
</a>
</div>
</div>
<div id="feed-entries" hx-get="/api/artists/feed-table" hx-trigger="load">
<div id="feed-entries" hx-get="/api/artists/feed-table" hx-trigger="load" style="display:flex;flex-direction:column;gap:2.5rem">
<div style="display:flex;justify-content:center;padding:4rem 0">
<span class="loading loading-spinner loading-lg"></span>
</div>