@Gmaxz Like the option says, it's for showing all languages. I'll have to do a bit more work before adding an option to make it work based on the global chapter filter.
Minor update:
- Fixed some issues with chapter listing especially when showing all languages
- Made the collapse button more visible for all themes
- Removed the extra border
The idea is to make it show actual recommendations as well, yes, we just don't have the systems ready for it because that's far from trivial to create
I just didn't want to use @ and ping h
It's going to be fixed soon enough
That is what the data saver option we already have means, you just...
True, I didn't bother writing up docs for the response structures. If it's any consolation, I can't remember there being any other fields that could have multiple types (excluding null).
I quickly mocked this example yesterday so people could get an idea of how that would look. I really don't like it, the button would be way more distracting in the middle than in the corner.
As for reverting the whole thing back to how it was, the images being slightly off-center because of the...
You can change the settings, you know? The defaults shouldn't matter, you're not locked into using them. The data saver simply means the images are compressed.
Also, the 3 image preload default has not been accurate, it's been 10 images for logged-in users since like a year ago at least. I just...
@bigtiddyoneesan She's Naomi from the 07th Expansion visual novel Ciconia When They Cry
https://twitter.com/osakasat/status/1201971562515173376
I put her on to will the second episode into existence
@MavB_Ver That line is just a bit of a mistake with where I put the css border rule for the sidebar, I'll be fixing it.
@dane17eduard All three points you listed are intended behaviour for the recommendations. It doesn't really make sense for us to implement a different language filter for it...
We always preferred serving uncompressed images to begin with, but at some point, the strain on our web/image servers got so bad we didn't really have much of a choice other than to create the data saver mode and start using it by default. It wasn't until later that MDaH essentially solved the...
@Hobnobs Support problems would be the easiest to resolve in our discord server. I can't really figure out what could be the problem from just "nothing is loading".
The reader has been updated to use the v2 API. We initially pointed it towards our new separate API server, but that caused some unfortunate caching-related issues. As a result, we're still using the webserver for the API calls, leaving our dreams of a 502-less future looming yet ahead of us. In...
As a heads-up, the new API url is https://api.mangadex.org/v2/. The old webserver url is still up, but will be removed in about 3 weeks.
Incidentally, the v1 API can for now be found at https://api.mangadex.org/v1/, but I'm hoping to get rid of it as well alongside the removal of the webserver...
2021-01-11
- Added read to the chapter entities in /user/:id/followed-updates. These are based on the actual stored markers, so under certain conditions they may be false even though chapters may appear as read on the website, such as when a manga is followed as Completed.
- [Future breaking]...