revanced-website
revanced-website copied to clipboard
feat: patches infinite scroll
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.
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.