From 0111f04db28543f5489f2c243050ad8072b86d74 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Wed, 24 Dec 2025 01:31:12 -0500 Subject: [PATCH] feat: enable all tools in context menu and toolbar for dev testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enabled: - Drawfast - Holon - Multmux/Terminal - MycroZineGenerator All tools now available in both the right-click context menu and the top toolbar for testing on the dev/staging branch. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- src/ui/CustomContextMenu.tsx | 8 +------- src/ui/CustomToolbar.tsx | 6 ------ 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/src/ui/CustomContextMenu.tsx b/src/ui/CustomContextMenu.tsx index 0395b4c..b3e1d26 100644 --- a/src/ui/CustomContextMenu.tsx +++ b/src/ui/CustomContextMenu.tsx @@ -129,25 +129,19 @@ export function CustomContextMenu(props: TLUiContextMenuProps) { - {/* Drawfast - temporarily hidden until in better working state - */} - {/* Holon - temporarily hidden until in better working state - */} - {/* Terminal (Multmux) - temporarily hidden until in better working state - */} - {/* MycroZineGenerator temporarily disabled for debugging */} + diff --git a/src/ui/CustomToolbar.tsx b/src/ui/CustomToolbar.tsx index 2bbc24e..5856732 100644 --- a/src/ui/CustomToolbar.tsx +++ b/src/ui/CustomToolbar.tsx @@ -695,7 +695,6 @@ export function CustomToolbar() { isSelected={tools["Markdown"].id === editor.getCurrentToolId()} /> )} - {/* MycroZine Generator temporarily disabled for debugging {tools["MycroZineGenerator"] && ( )} - */} {tools["Prompt"] && ( )} - {/* Holon - temporarily hidden until in better working state {tools["Holon"] && ( )} - */} {tools["FathomMeetings"] && ( )} - {/* Terminal (Multmux) - temporarily hidden until in better working state {tools["Multmux"] && ( )} - */} {tools["Map"] && (