From d84e982ff0f5fc5894b8031fa0e1530441ff56e3 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Tue, 23 Dec 2025 20:22:20 -0500 Subject: [PATCH] feat: re-enable VideoGen tool in toolbar and context menu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Re-enabled the video generation tool for testing with the new fal.ai MCP server backend. The tool was previously hidden while being developed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- src/ui/CustomContextMenu.tsx | 2 -- src/ui/CustomToolbar.tsx | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/ui/CustomContextMenu.tsx b/src/ui/CustomContextMenu.tsx index 39ab682..0395b4c 100644 --- a/src/ui/CustomContextMenu.tsx +++ b/src/ui/CustomContextMenu.tsx @@ -128,9 +128,7 @@ export function CustomContextMenu(props: TLUiContextMenuProps) { - {/* VideoGen - temporarily hidden until in better working state - */} {/* Drawfast - temporarily hidden until in better working state */} diff --git a/src/ui/CustomToolbar.tsx b/src/ui/CustomToolbar.tsx index 51bf27e..2bbc24e 100644 --- a/src/ui/CustomToolbar.tsx +++ b/src/ui/CustomToolbar.tsx @@ -757,7 +757,6 @@ export function CustomToolbar() { isSelected={tools["ImageGen"].id === editor.getCurrentToolId()} /> )} - {/* VideoGen - temporarily hidden until in better working state {tools["VideoGen"] && ( )} - */} {/* Terminal (Multmux) - temporarily hidden until in better working state {tools["Multmux"] && (