Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Added the Floating action button to Resume to the last read chapter #59

Merged
merged 4 commits into from
Nov 2, 2021
Merged

Added the Floating action button to Resume to the last read chapter #59

merged 4 commits into from
Nov 2, 2021

Conversation

ff2400t
Copy link
Contributor

@ff2400t ff2400t commented Nov 2, 2021

  • When a chapter is marked as read/unread the lastPageRead is changed to 1,
  • fixed a bug which made the boolean expression appear in the ui
  • Migrated a file to mui v5 and also removed some unused Styles

- When a chapter is marked as read/unread the lastPageRead is changed to 1,
Also fixed a bug which made the boolean expression appear in the ui
Also removed some unused Styles

Added the Resume/Start Button
@ntbm
Copy link
Contributor

ntbm commented Nov 2, 2021

@AriaMoradi Are we now going with "exactly" where you left of aka chapters.sort((a, b) => a.lastReadAt - b.lastReadAt)[0]

@AriaMoradi
Copy link
Member

@AriaMoradi Are we now going with "exactly" where you left of aka chapters.sort((a, b) => a.lastReadAt - b.lastReadAt)[0]

Can be in another PR

ff2400t and others added 2 commits November 2, 2021 20:22
Co-authored-by: Sascha Hahne <ntbm@users.noreply.github.com>
Co-authored-by: Sascha Hahne <ntbm@users.noreply.github.com>
@AriaMoradi AriaMoradi merged commit f816abf into Suwayomi:master Nov 2, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants