From 1c3b22edecdccfbac1a940463446ca3c02413683 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Sun, 29 Mar 2026 21:48:33 +0200 Subject: [PATCH] feat: add keyframe graphs button --- .../editor/panels/timeline/timeline-toolbar.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps/web/src/components/editor/panels/timeline/timeline-toolbar.tsx b/apps/web/src/components/editor/panels/timeline/timeline-toolbar.tsx index e785d147..fc038d7a 100644 --- a/apps/web/src/components/editor/panels/timeline/timeline-toolbar.tsx +++ b/apps/web/src/components/editor/panels/timeline/timeline-toolbar.tsx @@ -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="Graph" + onClick={() => {}} + /> + );