thumbnail caching

This commit is contained in:
Aria Moradi
2021-01-29 14:19:24 +03:30
parent 345be95ce9
commit 9caae5f1e5
11 changed files with 279 additions and 84 deletions

View File

@@ -37,6 +37,7 @@ export default function MangaList(props: { popular: boolean }) {
return (
<MangaGrid
mangas={mangas}
setMangas={setMangas}
hasNextPage={hasNextPage}
lastPageNum={lastPageNum}
setLastPageNum={setLastPageNum}

View File

@@ -73,6 +73,7 @@ export default function SearchSingle() {
const mangaGrid = (
<MangaGrid
setMangas={setMangas}
mangas={mangas}
message={message}
hasNextPage={hasNextPage}