object path plotter per camera with time selection dropdown (#16676)

This commit is contained in:
Josh Hawkins
2025-02-18 20:55:16 -07:00
committed by GitHub
parent 7abf28bcbc
commit 2b3ab02ebf
7 changed files with 570 additions and 7 deletions
+3
View File
@@ -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}