poketo / poketo-reader

Web app for reading and following manga series
https://poketo.app
MIT License
34 stars 10 forks source link

Speed up chapter picker for series with many chapters #48

Closed rosszurowski closed 5 years ago

rosszurowski commented 5 years ago

This PR introduces a scroll virtualization library to speed up rendering and scrolling performance for the chapter picker.

For long-running series like Bleach or One Piece with hundreds of chapters, it could take a few seconds for the chapter picker to appear as the browser rendered all ~800 rows. With this PR, the browser now only renders the ~20 visible rows at a given time.

Fixes #17

Todo

rosszurowski commented 5 years ago

Seems like the scroll panel jumpiness was just a bug in a beta version of iOS I was using…