-
"LAST_READ" and "LAST_UPDATED" sort type.
Library "LIST" view
"show_download_badges"
-
### You can now add/delete/modify/add-manga-to categories
- Make a GET request to `/api/v2/categories` to list all categories
- Make a POST request to `/api/v2/categories` in this format to add a ca…
-
When you create a category, it creates a new one with id of the largest non-deleted id + 1. However, this is incorrect behavior because it's possible to create a new category with an old id and that o…
-
Hi first thx for this great application. I searched for something like this for a long time ^^
The default for filter options is to filter out (screenshot) instead of being undefined could this be …
-
See comments in PR https://github.com/Ligerx/TachiWeb-React/pull/58
> If you wanna be super legit about Redux typing, it gets complicated
> https://blog.callstack.io/type-checking-react-and-redux-…
-
Installed react-redux 7.1.0-rc.1 for hooks. Need to update the version once a stable version is released.
Caused by PR https://github.com/Ligerx/TachiWeb-React/pull/58
-
related to https://github.com/Ligerx/TachiWeb-React/issues/50
Originally I based the redux top level connection from this article https://medium.com/@dan_abramov/smart-and-dumb-components-7ca2f9a7c…
-
-
First, architecturally, use selectors to pull data from the store instead of directly doing it from `mapStateToProps`
Then consider using something like [reselect for computed values](https://github.…
-
So in Tachiyomi (dev), I could install other manga sources in the app. Can I do in here too?