Add ability to interact with review items in events list (#11562)

* Add ability to interact with review items

* Ignore on iOS

* Don't load metadata

* Bug fixes
This commit is contained in:
Nicolas Mowen
2024-05-27 16:12:57 -06:00
committed by GitHub
parent bfeb7b8a96
commit 5900a2a4ba
5 changed files with 161 additions and 8 deletions

View File

@@ -302,7 +302,10 @@ function PreviewVideoPlayer({
}}
>
{currentPreview != undefined && (
<source src={currentPreview.src} type={currentPreview.type} />
<source
src={`${baseUrl}${currentPreview.src.substring(1)}`}
type={currentPreview.type}
/>
)}
</video>
{cameraPreviews && !currentPreview && (