Skip to content
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

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

Merged
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
src/screens/Manga.tsx Outdated Show resolved Hide resolved
src/screens/Manga.tsx Outdated Show resolved Hide resolved
src/screens/Manga.tsx Outdated Show resolved Hide resolved
src/screens/Manga.tsx Outdated Show resolved Hide resolved
@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
ff2400t added a commit to ff2400t/Tachidesk-WebUI that referenced this pull request Nov 3, 2021
* Added the Floating action button to Resume to the last read chapter

- 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

* changed a Resume button to a React compnent

* Update src/screens/Manga.tsx

Co-authored-by: Sascha Hahne <ntbm@users.noreply.github.com>

* Update src/screens/Manga.tsx

Co-authored-by: Sascha Hahne <ntbm@users.noreply.github.com>

Co-authored-by: Sascha Hahne <ntbm@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants