poketo / poketo-reader

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

Update chapter picker #9

Closed rosszurowski closed 6 years ago

rosszurowski commented 6 years ago

This PR adds new chapter picker to make chapter navigation easier. It adds volume numbers, chapter titles, and release dates to more easily find the chapter you're looking for. It's also the first step towards some more established manga reader features, like dedicated pages for series.

Test Cases

There's a lot of cases to defensively design/code for given the number of sources we're scraping from. Here's a few test cases:

rosszurowski commented 6 years ago

I think there's more work to do around making the chapter picker work well for long series, but I'll ship this for now and deal with that in a separate PR.