Add camera previews back

This commit is contained in:
Nicolas Mowen 2025-10-16 07:41:49 -06:00
parent b52044aecc
commit db7eef27c9

View File

@ -774,9 +774,7 @@ export function RecordingView({
containerRef={mainLayoutRef} containerRef={mainLayoutRef}
/> />
</div> </div>
{isDesktop && {isDesktop && effectiveCameras.length > 1 && (
effectiveCameras.length > 1 &&
timelineType !== "detail" && (
<div <div
ref={previewRowRef} ref={previewRowRef}
className={cn( className={cn(
@ -785,6 +783,7 @@ export function RecordingView({
? "h-full w-72 flex-col" ? "h-full w-72 flex-col"
: `h-28 w-full`, : `h-28 w-full`,
previewRowOverflows ? "" : "items-center justify-center", previewRowOverflows ? "" : "items-center justify-center",
timelineType == "detail" && "mt-4",
)} )}
> >
<div className="w-2" /> <div className="w-2" />