* 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>
* Added conditional unread badges
* Better spacing for unread badges
* Revert minHeight change as it is not relating to this feature
* Change to flexbox
* sidebar is working in the desktop mode
Still needs a few styling imporvements
* - made the color of the sidebar same as the Navbar
- increased font size in when using on a non-mobile device
* changed the main view padding to 64px
* Settings changed a few values to be based on the Theme object
* - Added ToolTip
- Fixed a Typo
- Renamed mobileDevice to isMobileWidth
- changed text property to Title in NavbarItem
* increased tooltip fontsize