Add new library sort options (#547)
- latest fetched chapter - latest uploaded chapter
This commit is contained in:
@@ -338,7 +338,13 @@ export type ChapterOptionsReducerAction =
|
||||
| { type: 'sortReverse' }
|
||||
| { type: 'showChapterNumber' };
|
||||
|
||||
export type LibrarySortMode = 'sortToRead' | 'sortAlph' | 'sortDateAdded' | 'sortLastRead';
|
||||
export type LibrarySortMode =
|
||||
| 'sortToRead'
|
||||
| 'sortAlph'
|
||||
| 'sortDateAdded'
|
||||
| 'sortLastRead'
|
||||
| 'sortLatestFetchedChapter'
|
||||
| 'sortLatestUploadedChapter';
|
||||
|
||||
enum GridLayout {
|
||||
Compact = 0,
|
||||
|
||||
Reference in New Issue
Block a user