revanced-website icon indicating copy to clipboard operation
revanced-website copied to clipboard

feat: patches infinite scroll

Open xafn opened this issue 3 years ago • 1 comments

The way that it is currently set up, if we have 1000 patches in the future, the page would be super slow on low-end devices.

xafn avatar Nov 28 '22 00:11 xafn

Not sure if we should add this unless the API gets pagination support, because we would have to redo it anyway. It is possible to implement it with SvelteStack Query's infinite query support when the API gets support for pagination.

Axelen123 avatar Nov 28 '22 10:11 Axelen123