diff --git a/ComfyUI_vibe/src/components.d.ts b/ComfyUI_vibe/src/components.d.ts index bd3c9d69a..247f7e18b 100644 --- a/ComfyUI_vibe/src/components.d.ts +++ b/ComfyUI_vibe/src/components.d.ts @@ -30,6 +30,8 @@ declare module 'vue' { LinearStepCard: typeof import('./components/linear/LinearStepCard.vue')['default'] LinearTemplateCard: typeof import('./components/linear/LinearTemplateCard.vue')['default'] LinearTemplateSelector: typeof import('./components/linear/LinearTemplateSelector.vue')['default'] + LinearTopBar: typeof import('./components/linear/LinearTopBar.vue')['default'] + LinearTopNavbar: typeof import('./components/linear/LinearTopNavbar.vue')['default'] LinearWorkflowSidebar: typeof import('./components/linear/LinearWorkflowSidebar.vue')['default'] LinearWorkspace: typeof import('./components/linear/LinearWorkspace.vue')['default'] ModelsTab: typeof import('./components/v2/workspace/ModelsTab.vue')['default'] diff --git a/ComfyUI_vibe/src/components/linear/LinearHistoryPanel.vue b/ComfyUI_vibe/src/components/linear/LinearHistoryPanel.vue index e4e7b7a06..bb804cb93 100644 --- a/ComfyUI_vibe/src/components/linear/LinearHistoryPanel.vue +++ b/ComfyUI_vibe/src/components/linear/LinearHistoryPanel.vue @@ -1,215 +1,234 @@