mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 04:35:25 +03:00
Dim previews that have been reviewed
This commit is contained in:
parent
fc157e9422
commit
6ed3f53da5
@ -169,6 +169,9 @@ export default function PreviewThumbnailPlayer({
|
|||||||
max={100}
|
max={100}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
{!hover && review.has_been_reviewed && (
|
||||||
|
<div className="absolute left-0 top-0 bottom-0 right-0 bg-black bg-opacity-60" />
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user