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

@@ -135,7 +135,7 @@ export default function LivePlayer({
);
}
} else if (liveMode == "jsmpeg") {
if (cameraActive) {
if (cameraActive || !showStillWithoutActivity) {
player = (
<JSMpegPlayer
className="flex size-full justify-center overflow-hidden rounded-lg md:rounded-2xl"