audiobookshelf/client/pages/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
..
_library Add infinite scroll + load-more to podcast "Latest" page 2026-06-29 16:30:19 -04:00