mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 21:25:24 +03:00
skeleton for timeline
This commit is contained in:
parent
cd1cf0188b
commit
10efb80be2
@ -870,6 +870,7 @@ function MotionReview({
|
||||
</div>
|
||||
</div>
|
||||
<div className="w-[55px] md:w-[100px] overflow-y-auto no-scrollbar">
|
||||
{motionData ? (
|
||||
<MotionReviewTimeline
|
||||
segmentDuration={segmentDuration}
|
||||
timestampSpread={15}
|
||||
@ -892,6 +893,9 @@ function MotionReview({
|
||||
}}
|
||||
dense={isMobile}
|
||||
/>
|
||||
) : (
|
||||
<Skeleton className="rounded-2xl size-full" />
|
||||
)}
|
||||
</div>
|
||||
|
||||
<VideoControls
|
||||
|
||||
Loading…
Reference in New Issue
Block a user