2 Commits

Author SHA1 Message Date
mrtear
6eae846dc8
feat(comix): Add rating score, NSFW toggle, and filter fix (#11682)
* bump

* refactor: fix **type** filter param to match api

* add configurable rating score display

* rearrange filter

* add preference to hide NSFW content
2025-11-22 22:18:48 +00:00
EgoMaw
7bf99f4bd0
Add Comix (#11658)
* Comix init

* Add genre, author and artist parsing

* add search and filters

* hardcode genres and themes

* Add the ability to retrieve chapter pages (#1)

Co-authored-by: EgoMaw <dev@egomaw.net>

* Add a pref for deduplicating chapters, cleanup code

* fix api path

* apparently sometimes the synopsis can be null, or an empty string

* changes according to feedback

* fix pagination, and dont call func inside map when not needed

* Fix chapter list parsing ignoring first page and remove unused fields from DTOs

* dont use custom Json instance

---------

Co-authored-by: Hiirbaf <42479509+Hiirbaf@users.noreply.github.com>
2025-11-22 22:18:45 +00:00