Add pagination to feed with Load more button using HTMX
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user