forked from Github/frigate
Timeline handlebar changes (#10170)
* auto scrolling handlebar with preview time * tablets can show 2 columns on the event view grid * font sizes * hide minimap when previewing
This commit is contained in:
@@ -33,7 +33,7 @@ import { useSwipeable } from "react-swipeable";
|
||||
type PreviewPlayerProps = {
|
||||
review: ReviewSegment;
|
||||
allPreviews?: Preview[];
|
||||
onTimeUpdate?: (time: number | undefined) => void;
|
||||
onTimeUpdate?: React.Dispatch<React.SetStateAction<number | undefined>>;
|
||||
setReviewed: (reviewId: string) => void;
|
||||
markAboveReviewed: () => void;
|
||||
onClick: (reviewId: string, ctrl: boolean) => void;
|
||||
|
||||
Reference in New Issue
Block a user