Valter Martinek

Results 4 comments of Valter Martinek

This is probably issue for WebUI, not server. Currently the information stored is index of page. This would require some changes. Or it could be implmented on client side with...

This can be observed on multiple MangaDex items, where there are multiple translation groups working on same Manga. For example https://mangadex.org/title/a96676e5-8ae2-425e-b549-7f15dd34a6d8/komi-san-wa-komyushou-desu. ![Komi-san_wa_Komyushou_Desu__-_Tachidesk](https://user-images.githubusercontent.com/226277/225014460-fcca9843-b209-495b-90fa-deebaef0f163.png) In my opinion, this should not be handled...

In WebUI I can imagine this as checkbox living under `Display` configuration tab. The place where sort and filter is setup.

So I figured out why this happen in our case. We use `beforeChange` and `afterChange` to disable clicking on items while swiping. In our case, when you swipe, sometimes `beforeChange`...