diff --git a/ComfyUI_vibe/src/components.d.ts b/ComfyUI_vibe/src/components.d.ts index 22181b20c..bd3c9d69a 100644 --- a/ComfyUI_vibe/src/components.d.ts +++ b/ComfyUI_vibe/src/components.d.ts @@ -21,6 +21,17 @@ declare module 'vue' { LibraryNodesSection: typeof import('./components/v1/sidebar/LibraryNodesSection.vue')['default'] LibrarySidebar: typeof import('./components/v2/canvas/LibrarySidebar.vue')['default'] LibraryWorkflowsSection: typeof import('./components/v1/sidebar/LibraryWorkflowsSection.vue')['default'] + LinearCreationPanel: typeof import('./components/linear/LinearCreationPanel.vue')['default'] + LinearHistoryPanel: typeof import('./components/linear/LinearHistoryPanel.vue')['default'] + LinearIconSidebar: typeof import('./components/linear/LinearIconSidebar.vue')['default'] + LinearInputPanel: typeof import('./components/linear/LinearInputPanel.vue')['default'] + LinearOutputGallery: typeof import('./components/linear/LinearOutputGallery.vue')['default'] + LinearParameterPanel: typeof import('./components/linear/LinearParameterPanel.vue')['default'] + LinearStepCard: typeof import('./components/linear/LinearStepCard.vue')['default'] + LinearTemplateCard: typeof import('./components/linear/LinearTemplateCard.vue')['default'] + LinearTemplateSelector: typeof import('./components/linear/LinearTemplateSelector.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'] NodeHeader: typeof import('./components/v2/nodes/NodeHeader.vue')['default'] NodePropertiesPanel: typeof import('./components/v2/canvas/NodePropertiesPanel.vue')['default'] diff --git a/ComfyUI_vibe/src/components/linear/LinearCreationPanel.vue b/ComfyUI_vibe/src/components/linear/LinearCreationPanel.vue new file mode 100644 index 000000000..38efc64ae --- /dev/null +++ b/ComfyUI_vibe/src/components/linear/LinearCreationPanel.vue @@ -0,0 +1,469 @@ + + +