From 136c9edfbe742796a14f9edaad3cc95aa71ba0e8 Mon Sep 17 00:00:00 2001 From: orkhanart <88044120+orkhanart@users.noreply.github.com> Date: Fri, 28 Nov 2025 18:14:26 -0800 Subject: [PATCH] feat(canvas): Implement top navigation bar with tabs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Logo with dropdown menu (New, Open, Save, Settings) - Home button for navigation - Tab-based workflow management with close/dirty indicators - New tab button - Right section with Share and Run buttons - Move Node_info docs into ComfyUI_vibe project 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../Node_info}/COMFYUI_NODES.md | 0 .../src/components/canvas/CanvasTabBar.vue | 412 +++++++++++++++++- 2 files changed, 409 insertions(+), 3 deletions(-) rename {Node_info => ComfyUI_vibe/Node_info}/COMFYUI_NODES.md (100%) diff --git a/Node_info/COMFYUI_NODES.md b/ComfyUI_vibe/Node_info/COMFYUI_NODES.md similarity index 100% rename from Node_info/COMFYUI_NODES.md rename to ComfyUI_vibe/Node_info/COMFYUI_NODES.md diff --git a/ComfyUI_vibe/src/components/canvas/CanvasTabBar.vue b/ComfyUI_vibe/src/components/canvas/CanvasTabBar.vue index 509f466d49..4dfd306483 100644 --- a/ComfyUI_vibe/src/components/canvas/CanvasTabBar.vue +++ b/ComfyUI_vibe/src/components/canvas/CanvasTabBar.vue @@ -1,10 +1,416 @@ + +