Suwayomi / Suwayomi-WebUI

Mozilla Public License 2.0
107 stars 50 forks source link

Feature/mark-chapters-as-read-based-on-tracker-history #708

Open taos15 opened 5 months ago

taos15 commented 5 months ago

This pull request includes the following changes:

taos15 commented 5 months ago

This PR implement feature request 699

taos15 commented 5 months ago

Since it check which tracker has the more chapter read, should the action be in the modal instead of the trackerCard? Like a button somewhere in the model (sync read)?

For the chapters, you mean work with the current chapter that the manga has and not try to pull the latest? I might have done without knowing, but I did not know I was fetching the chapters. My intent was to only fetch the trackers history (trackerBind), and use the current chapters list to comprare (I use the requestManager because I though it return it from cache, kid of a cache store).