Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/reader infinite scroll #865

Merged
merged 9 commits into from
Feb 3, 2025

Conversation

schroda
Copy link
Collaborator

@schroda schroda commented Jan 19, 2025

implements open task "infinite scroll" of #778

@schroda schroda force-pushed the feature/reader_infinite_scroll branch 3 times, most recently from 6bdaebc to ed52199 Compare January 22, 2025 03:52
@schroda schroda force-pushed the feature/reader_infinite_scroll branch 4 times, most recently from 168aaec to d2bdeec Compare February 2, 2025 00:54
@schroda schroda force-pushed the feature/reader_infinite_scroll branch from d2bdeec to 76361d4 Compare February 3, 2025 15:40
@schroda schroda marked this pull request as ready for review February 3, 2025 15:56
@schroda schroda closed this Feb 3, 2025
@schroda schroda reopened this Feb 3, 2025
In case many chapters are rendered, even just the HOC wrapper component re-render due to the context change increases the render time.

Thus, getting rid of these HOC wrapper re-renders by moving the context usage up to the ReaderViewer decreases the render time.
In case many chapters are rendered, even just the HOC wrapper component re-render due to the context change increases the render time.

Thus, getting rid of these HOC wrapper re-renders by moving the context usage up to the ReaderViewer decreases the render time.
@schroda schroda force-pushed the feature/reader_infinite_scroll branch from 76361d4 to b1852ea Compare February 3, 2025 16:13
@schroda schroda merged commit 2ec42d9 into Suwayomi:master Feb 3, 2025
1 check passed
@schroda schroda deleted the feature/reader_infinite_scroll branch February 3, 2025 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant