Environment
User is logged in and has the "Filter Chapter Languages" set to anything other than 'All' or 'None'.
Steps to reproduce
1. Go to a genre page (eg. https://mangadex.org/genre/41 for Isekai)
2. Using the 'Sort by' dropdown, select "Last Updated"
3. Observe Title order
Expected...
Currently reading a chapter in long strip mode loads all the images in parallel. Instead the images should be loaded lazily as the viewer progresses down the page.
Support for the necessary tools/browser features is in the 73% range (https://caniuse.com/#feat=intersectionobserver). Here is a...