audiobookshelf/client
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
..
assets Add base style for button for cursor:pointer, update default btn bg and confirm yes btn color 2025-03-25 17:47:11 -05:00
components Merge pull request #5089 from meek2100/pass_managers 2026-04-26 16:16:42 -05:00
cypress Fix LazySeriesCard component test 2025-07-07 16:49:20 -05:00
layouts Remove providers prefetch, refresh on custom provider add/remove 2025-10-19 11:47:17 +03:00
middleware Add:Series filters #712 2022-10-29 15:33:38 -05:00
mixins Fix item edit modal show next/prev arrows when opening from Files or Match context menu item #4718 2025-10-08 14:52:14 -05:00
pages Add infinite scroll + load-more to podcast "Latest" page 2026-06-29 16:30:19 -04:00
players Update comments on matroska 2026-04-10 16:42:39 -05:00
plugins Add Japanese language and Japan podcast search region 2026-04-25 15:56:16 +00:00
static Update material symbols icon font 2024-08-16 16:57:17 -05:00
store Remove custom providers from library fetch action 2025-10-19 11:40:40 +03:00
strings Translated using Weblate (Belarusian) 2026-05-15 18:13:27 +00:00
cypress.config.js Move test files to a separate directory 2024-04-30 11:30:00 +03:00
nuxt.config.js Implement new JWT auth 2025-06-29 17:22:58 -05:00
package-lock.json Version bump v2.35.1 2026-05-28 15:22:55 -05:00
package.json Version bump v2.35.1 2026-05-28 15:22:55 -05:00
postcss.config.js Use separate postcss.config and remove from nuxt.config, uninstall autoprefixer 2025-03-21 09:25:29 -05:00