feat: add keyframe graphs button
This commit is contained in:
parent
41562baeb5
commit
1c3b22edec
|
|
@ -34,6 +34,7 @@ import {
|
||||||
AlignLeftIcon,
|
AlignLeftIcon,
|
||||||
AlignRightIcon,
|
AlignRightIcon,
|
||||||
Layers01Icon,
|
Layers01Icon,
|
||||||
|
Chart03Icon,
|
||||||
} from "@hugeicons/core-free-icons";
|
} from "@hugeicons/core-free-icons";
|
||||||
import { HugeiconsIcon } from "@hugeicons/react";
|
import { HugeiconsIcon } from "@hugeicons/react";
|
||||||
|
|
||||||
|
|
@ -156,6 +157,14 @@ function ToolbarLeftSection() {
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|
||||||
|
<Tooltip>
|
||||||
|
<ToolbarButton
|
||||||
|
icon={<HugeiconsIcon icon={Chart03Icon} />}
|
||||||
|
tooltip="Graph"
|
||||||
|
onClick={() => {}}
|
||||||
|
/>
|
||||||
|
</Tooltip>
|
||||||
</TooltipProvider>
|
</TooltipProvider>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue