Feature/add retry button for failed image requests (#550)
* Improve img loading placeholder Prevent showing a loading placeholder in case the image is already cached. * Add failed img load retry button
This commit is contained in:
@@ -113,7 +113,7 @@ export const MangaCard = (props: IProps) => {
|
||||
handleSelection?.(id, !selected);
|
||||
}}
|
||||
to={mangaLinkTo}
|
||||
style={gridLayout === GridLayout.Comfortable ? { textDecoration: 'none' } : {}}
|
||||
style={{ textDecoration: 'none' }}
|
||||
>
|
||||
<Box
|
||||
sx={{
|
||||
|
||||
Reference in New Issue
Block a user