Visualize read chapters in the update list
This commit is contained in:
@@ -206,6 +206,9 @@ export const Updates: React.FC = () => {
|
|||||||
component={Link}
|
component={Link}
|
||||||
to={`/manga/${chapter.manga.id}/chapter/${chapter.sourceOrder}`}
|
to={`/manga/${chapter.manga.id}/chapter/${chapter.sourceOrder}`}
|
||||||
state={location.state}
|
state={location.state}
|
||||||
|
sx={{
|
||||||
|
color: (theme) => theme.palette.text[chapter.isRead ? 'disabled' : 'primary'],
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<CardContent
|
<CardContent
|
||||||
sx={{
|
sx={{
|
||||||
|
|||||||
Reference in New Issue
Block a user