feat: add keyframe graphs button

This commit is contained in:
Maze Winther 2026-03-29 21:48:33 +02:00
parent 41562baeb5
commit 1c3b22edec
1 changed files with 9 additions and 0 deletions

View File

@ -34,6 +34,7 @@ import {
AlignLeftIcon,
AlignRightIcon,
Layers01Icon,
Chart03Icon,
} from "@hugeicons/core-free-icons";
import { HugeiconsIcon } from "@hugeicons/react";
@ -156,6 +157,14 @@ function ToolbarLeftSection() {
}
/>
</Tooltip>
<Tooltip>
<ToolbarButton
icon={<HugeiconsIcon icon={Chart03Icon} />}
tooltip="Graph"
onClick={() => {}}
/>
</Tooltip>
</TooltipProvider>
</div>
);