aleksilassila / reiverr

Reiverr is a clean combined interface for Jellyfin, TMDB, Radarr and Sonarr, as well as a replacement to Overseerr
GNU Affero General Public License v3.0
1.35k stars 40 forks source link

Pagination / Infinite Scrolling / Optimize big libraries #146

Open Pukabyte opened 2 months ago

Pukabyte commented 2 months ago

on the latest 2.0.0.5, I get an error on my web browser. Page becomes unresponsive when trying to navigate though the different pages

aleksilassila commented 2 months ago

What's the browser, and can you provide the error that occurred

Pukabyte commented 2 months ago

Google Chrome: image

Pukabyte commented 2 months ago

Movies also fail to start as well

Pukabyte commented 2 months ago

Great work by the way! much better than jellyfin haha

aleksilassila commented 2 months ago

Thanks! Is you jellyfin library by any chance really big, like thousands of items? Or radarr or sonarr as well?

Pukabyte commented 2 months ago

yea there's a couple thousand movies, and couple hundred tv shows

Phelra commented 2 months ago

In the pull request I submitted, there is a feature that is similar to this type of problems. If you want to use it or improve it.

You can find it in my "feat/multi-languages" fork, commit "feat: Implement infinite scroll in LibraryPage".