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