audiobookshelf/client/pages/library/_library
wakamex fd64902be1 Add infinite scroll + load-more to podcast "Latest" page
The Latest episodes page loaded only the first 50 recent episodes
(page 0) and stopped: no pagination, no scroll handler, and it read a
`total` the server never returns. Older episodes were unreachable
without drilling into each podcast.

It now appends subsequent pages as you scroll near the bottom (and via
a "Load more" button), stopping when a page returns fewer than the page
size. The server endpoint already supports limit+page; no API change.

Fixes #3343

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-29 16:30:19 -04:00
..
bookshelf Move authors to lazyBookshelf 2024-10-06 18:25:08 +03:00
podcast Add infinite scroll + load-more to podcast "Latest" page 2026-06-29 16:30:19 -04:00
series Fix:Access series that are in multiple libraries and user does not have access to all #1899, new libraries/series endpoint 2023-07-07 17:59:17 -05:00
index.vue Update:Personalized API endpoint include query string to add rssFeed to entities 2022-12-31 14:31:38 -06:00
narrators.vue Update narrator name to be clickable to filter by narrator 2025-07-02 17:30:00 -05:00
search.vue Add support for searching podcast episode titles #3301 2025-05-15 17:16:15 -05:00
stats.vue Fix manage, chapters edit tracks and library stats page not setting the current library properly #4170 2025-03-30 17:27:36 -05:00