diff --git a/ComfyUI_vibe/src/components.d.ts b/ComfyUI_vibe/src/components.d.ts index 247f7e18b..bd3c9d69a 100644 --- a/ComfyUI_vibe/src/components.d.ts +++ b/ComfyUI_vibe/src/components.d.ts @@ -30,8 +30,6 @@ 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 bb804cb93..e4e7b7a06 100644 --- a/ComfyUI_vibe/src/components/linear/LinearHistoryPanel.vue +++ b/ComfyUI_vibe/src/components/linear/LinearHistoryPanel.vue @@ -1,234 +1,215 @@