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:
chapterNumber and volumeNumber and title (eg. Senryuu Shoujo)
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.
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:
chapterNumber
andvolumeNumber
andtitle
(eg. Senryuu Shoujo)chapterNumber
andvolumeNumber
(eg. Mousou Telepathy)chapterNumber
andtitle
(eg. Urami Koi from Mangakakalot)volumeNumber
andtitle
(eg. Shingeki no Kyojin, Oneshot)chapterNumber
(eg. Urami Koi from Mangakakalot)volumeNumber
(eg. Devilman)title
(eg. …)