Visualize read chapters in the update list

This commit is contained in:
schroda
2023-12-18 23:03:29 +01:00
parent 953ebbe5a6
commit 663e20fff9

View File

@@ -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={{