-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(feat): show # of new unread chapters in manga list view
- so one can tell at a glance if there's a chapter they haven't read without having to tap into the manga - highlight # of new unread chapters in white - make Manga component an observer so changes to the chapter list actually update the view - continue showing "Today" or "Yesterday" if it's in the latest section - this # replaces that only if it's available, which, for most cases, means only for favorites, as those are the only ones persisted - but if one tapped into a latest, it would start showing # there as well - increase the font size a bit since # isn't uppercased and therefore is harder to see than a "TODAY"
- Loading branch information
Showing
3 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters