mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-07 18:01:42 +00:00
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> |
||
|---|---|---|
| .. | ||
| assets | ||
| components | ||
| cypress | ||
| layouts | ||
| middleware | ||
| mixins | ||
| pages | ||
| players | ||
| plugins | ||
| static | ||
| store | ||
| strings | ||
| cypress.config.js | ||
| nuxt.config.js | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||