mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 09:02:15 +03:00
object path plotter per camera with time selection dropdown (#16676)
This commit is contained in:
@@ -30,6 +30,7 @@ import SummaryTimeline from "@/components/timeline/SummaryTimeline";
|
||||
import { isMobile } from "react-device-detect";
|
||||
import IconPicker, { IconElement } from "@/components/icons/IconPicker";
|
||||
import { useTimelineZoom } from "@/hooks/use-timeline-zoom";
|
||||
import ObjectPathPlotter from "@/components/overlay/detail/ObjectPathPlotter";
|
||||
|
||||
// Color data
|
||||
const colors = [
|
||||
@@ -224,6 +225,8 @@ function UIPlayground() {
|
||||
<div className="no-scrollbar mr-5 mt-4 flex-1 content-start gap-2 overflow-y-auto">
|
||||
<Heading as="h2">UI Playground</Heading>
|
||||
|
||||
<ObjectPathPlotter />
|
||||
|
||||
<IconPicker
|
||||
selectedIcon={selectedIcon}
|
||||
setSelectedIcon={setSelectedIcon}
|
||||
|
||||
Reference in New Issue
Block a user