add filter and badge for downloadCount (#62)

* Added the Download filter and download badge

* Update src/components/library/LibraryMangaGrid.tsx

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

* - corrected some spelling mistakes

Co-authored-by: Sascha Hahne <ntbm@users.noreply.github.com>
This commit is contained in:
abhijeetChawla
2021-11-07 15:59:48 +05:30
committed by GitHub
parent f816abfdc9
commit 42c5c3042d
5 changed files with 63 additions and 23 deletions

2
src/typings.d.ts vendored
View File

@@ -35,6 +35,7 @@ interface IMangaCard {
title: string
thumbnailUrl: string
unreadCount?: number
downloadCount?: number
}
interface IManga {
@@ -58,6 +59,7 @@ interface IManga {
freshData: boolean
unreadCount?: number
downloadCount?: number
}
interface IChapter {