-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] "Read Again" starts at end #206
Comments
Hey 👋 thanks for reporting this! What is the ideal behavior for this situation, in your opinion?
I wanted to double check because, depending on which is the ideal set of actions, this could affect things like getting the in progress media (which currently filters for media with |
I think Mostly so that in the future you can look and be like "i read this on X dates" etc |
I do like this functionality where you can see all the times you've completed a book like that, but it would require a surprising amount of changes to support. I'm going to branch that aspect off into a feature request, and lower the scope of this bug to just reset |
Fix for #206 🚧 Go to first page when clicking Read again Completed at does not get reset yet Run codegen
can you not make a new variable instead of changing the existing one? not sure if thatd be easier |
Yeah, I outlined basically that in the linked ticket I created for this functionality:
I maybe didn't explain it very well, but the idea would then be that completion status could be tracked by something like |
* 🚧 Start API for manually setting completion status Defines most of the API work towards #204 * 🐛 Fix Read again not starting from start Fix for #206 🚧 Go to first page when clicking Read again Completed at does not get reset yet Run codegen * ✨ Book completed toggle button Added a button to toggle the completed state for a book (#204) * Fix lint quickly * 🐛 Fix prefetch media handler The prefetchMedia function was storing the raw response as a Media object, which broke LOTS of things * 🐛 Fix prefetch series handler The prefetchSeries function was storing the raw response as a Series object * Adjust reset progress state
@jacobkossman This should be resolved once the next nightly build completes. If you still encounter the issue let me know, otherwise I'll close this as completed |
* 🚧 Start API for manually setting completion status Defines most of the API work towards stumpapp#204 * 🐛 Fix Read again not starting from start Fix for stumpapp#206 🚧 Go to first page when clicking Read again Completed at does not get reset yet Run codegen * ✨ Book completed toggle button Added a button to toggle the completed state for a book (stumpapp#204) * Fix lint quickly * 🐛 Fix prefetch media handler The prefetchMedia function was storing the raw response as a Media object, which broke LOTS of things * 🐛 Fix prefetch series handler The prefetchSeries function was storing the raw response as a Series object * Adjust reset progress state
Describe the bug
When you've finished reading, the "read again" button starts at the end of the book. This should be simple to just lop off the ?page= at the end of the URL.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should start on the first page
The text was updated successfully, but these errors were encountered: