n8n/packages/editor-ui/src/components
2024-07-11 17:05:51 +03:00
..
__tests__ feat(Chat Trigger Node): Add support for file uploads & harmonize public and development chat (#9802) 2024-07-09 13:45:41 +02:00
AssignmentCollection refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
banners refactor(editor): Migrate users.store to composition API (no-changelog) (#9960) 2024-07-08 10:21:03 -04:00
BecomeTemplateCreatorCta refactor(editor): Migrate n8nRootStore to use composition API (no-changelog) (#9770) 2024-06-18 13:15:12 -04:00
canvas feat(editor): Add ability to add a node between two nodes in new canvas (no-changelog) (#10006) 2024-07-11 17:05:51 +03:00
CodeNodeEditor refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
ContextMenu refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
CredentialEdit refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
CredentialPicker refactor(editor): Rename $emits to emits where we use defineEmits (no-changelog) (#9959) 2024-07-06 13:54:36 -04:00
DropArea refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
Error fix: Error processing and output pane improvements (no-changelog) (#9626) 2024-06-27 13:22:07 +03:00
executions refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
ExpandableInput refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
ExpressionEditorModal refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
FilterConditions refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
forms fix(editor): Move projects and rbac files (no-changelog) (#9651) 2024-06-06 15:30:17 +02:00
HtmlEditor refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
InlineExpressionEditor refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
InputTriple feat: Add assignment component with drag and drop to Set node (#8283) 2024-02-06 18:34:34 +01:00
JsEditor refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
JsonEditor refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
layouts refactor(editor): Upgrade frontend typing (no-changelog) (#9915) 2024-07-03 14:19:24 +02:00
MainHeader feat(editor): Add workflow action to switch between new and old canvas (no-changelog) (#9969) 2024-07-09 15:58:36 +03:00
Node refactor(core): Remove Ask AI HTTP request feature (no-changelog) (#9931) 2024-07-04 12:09:45 +02:00
Projects refactor(editor): Migrate users.store to composition API (no-changelog) (#9960) 2024-07-08 10:21:03 -04:00
ResourceLocator fix(editor): Fix new node credential creation via Resource Locator Component (#9896) 2024-07-01 14:48:39 +03:00
ResourceMapper refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
RunDataAi refactor(editor): Enable @typescript-eslint/no-base-to-string lint rule, fix errors (no-changelog) (#9783) 2024-06-18 15:04:29 +02:00
SettingsLogStreaming refactor(editor): Migrate n8nRootStore to use composition API (no-changelog) (#9770) 2024-06-18 13:15:12 -04:00
SetupWorkflowCredentialsButton fix: Adjust set up template button styles (no-changelog) (#8259) 2024-01-08 16:34:28 +02:00
SetupWorkflowCredentialsModal fix: Small ui fixes to workflow cred setup modal (no-changelog) (#8280) 2024-01-09 18:32:42 +02:00
SqlEditor refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
TagsManager refactor(editor): Migrate tags.store to use composition API (no-changelog) (#9891) 2024-07-02 14:15:20 -04:00
transitions feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
Workers refactor(editor): Replace mixed style of defineProps with the new style (no-changelog) (#9787) 2024-06-18 09:55:10 +02:00
WorkflowHistory refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
WorkflowLMChat feat(Chat Trigger Node): Add support for file uploads & harmonize public and development chat (#9802) 2024-07-09 13:45:41 +02:00
AboutModal.vue feat: Introduce debug info button (#9895) 2024-07-03 09:38:21 +02:00
ActivationModal.vue feat(editor): Refactor and unify executions views (no-changelog) (#8538) 2024-04-19 07:50:18 +02:00
Badge.vue fix: Remove tag animation (#6821) 2023-08-01 14:04:16 +02:00
Banner.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
BinaryDataDisplay.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
BinaryDataDisplayEmbed.vue refactor(editor): Refactor BinaryDataDisplay components to Vue 3 syntax (no-changelog) (#9753) 2024-06-18 10:50:28 +02:00
BreakpointsObserver.vue refactor(editor): Migrate BreakpointsObserver component to Vue 3 syntax (no-changelog) (#9758) 2024-06-18 10:13:11 +02:00
CanvasControls.vue feat(editor): Implement AI Assistant chat UI (#9300) 2024-05-07 15:43:19 +02:00
ChangePasswordModal.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
ChatEmbedModal.vue feat: Simplify n8n/chat build process (no-changelog) (#9952) 2024-07-05 15:44:19 +03:00
CollectionParameter.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
CollectionWorkflowCard.vue refactor: Migrate genericHelpers mixin to composable (#8220) 2024-01-05 12:23:28 +01:00
CommunityPackageCard.vue fix: Fix type errors in community nodes components (#9445) 2024-05-17 14:11:55 +02:00
CommunityPackageInstallModal.vue refactor(editor): Fix typescript issues in components (no-changelog) (#9580) 2024-05-31 16:27:56 +02:00
CommunityPackageManageConfirmModal.vue refactor(editor): Remove getters with arguments from communityNodes.store.ts (#9964) 2024-07-08 10:13:30 -04:00
ContactPromptModal.vue refactor(editor): Migrate n8nRootStore to use composition API (no-changelog) (#9770) 2024-06-18 13:15:12 -04:00
CopyInput.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
CredentialCard.test.ts refactor(editor): Delete unused code (no-changelog) (#9866) 2024-06-26 11:45:41 +02:00
CredentialCard.vue fix(editor): Add telemetry to resource moving (#9720) 2024-06-14 10:49:48 +01:00
CredentialIcon.vue refactor(editor): Migrate n8nRootStore to use composition API (no-changelog) (#9770) 2024-06-18 13:15:12 -04:00
CredentialsSelect.vue fix(editor): Fix most ts errors in credential components (no-changelog) (#9576) 2024-06-03 11:28:41 +03:00
CredentialsSelectModal.vue ci: Upgrade eslint, prettier, typescript, and some other dev tooling (no-changelog) (#8895) 2024-03-26 14:22:57 +01:00
DebugPaywallModal.vue refactor(editor): Delete some barrel files and reduce circular dependencies (no-changelog) (#7838) 2023-11-28 12:15:08 +01:00
DeleteUserModal.vue refactor(editor): Migrate users.store to composition API (no-changelog) (#9960) 2024-07-08 10:21:03 -04:00
Draggable.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
DraggableTarget.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
DuplicateWorkflowDialog.vue fix(editor): Update webhook paths when duplicating workflow (#9516) 2024-05-29 12:51:33 +02:00
EnterpriseEdition.ee.vue refactor: Fix Enteprise type errors (#9442) 2024-05-17 13:58:26 +02:00
ExpressionEdit.vue refactor: Fix type issues for parameter input components (#9449) 2024-05-21 15:04:20 +02:00
ExpressionFunctionIcon.vue feat(editor): Inline expression editor (#4814) 2022-12-14 14:43:02 +01:00
ExpressionParameterInput.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
ExternalSecretsProviderCard.ee.vue refactor(editor): Replace mixed style of defineProps with the new style (no-changelog) (#9787) 2024-06-18 09:55:10 +02:00
ExternalSecretsProviderConnectionSwitch.ee.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
ExternalSecretsProviderImage.ee.vue refactor(editor): Replace mixed style of defineProps with the new style (no-changelog) (#9787) 2024-06-18 09:55:10 +02:00
ExternalSecretsProviderModal.ee.vue refactor(editor): Delete unused code (no-changelog) (#9866) 2024-06-26 11:45:41 +02:00
FeatureComingSoon.vue refactor(editor): Migrate ui.store to use composition API (no-changelog) (#9892) 2024-07-03 15:11:40 -04:00
Feedback.spec.ts feat: Add AI Error Debugging using OpenAI (#8805) 2024-03-13 16:48:00 +02:00
Feedback.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
FixedCollectionParameter.vue fix(editor): Show error state correctly in options parameter with remote options (#9836) 2024-06-26 12:35:55 +02:00
GiftNotificationIcon.vue refactor(editor): Apply Prettier (no-changelog) (#4920) 2022-12-14 10:04:10 +01:00
GoBackButton.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
HoverableNodeIcon.vue refactor(editor): Migrate n8nRootStore to use composition API (no-changelog) (#9770) 2024-06-18 13:15:12 -04:00
ImportCurlModal.vue refactor(editor): Migrate ui.store to use composition API (no-changelog) (#9892) 2024-07-03 15:11:40 -04:00
ImportCurlParameter.vue refactor(core): Remove Ask AI HTTP request feature (no-changelog) (#9931) 2024-07-04 12:09:45 +02:00
InlineNameEdit.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
InlineTextEdit.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
InputNodeSelect.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
InputPanel.vue refactor(editor): Migrate ui.store to use composition API (no-changelog) (#9892) 2024-07-03 15:11:40 -04:00
IntersectionObserved.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
IntersectionObserver.vue refactor(editor): Fix typescript issues in components (no-changelog) (#9580) 2024-05-31 16:27:56 +02:00
InviteUsersModal.vue refactor(editor): Fix typescript issues in components (no-changelog) (#9580) 2024-05-31 16:27:56 +02:00
KeyboardShortcutTooltip.vue refactor(editor): Fix typescript issues in components (no-changelog) (#9580) 2024-05-31 16:27:56 +02:00
Logo.vue refactor(editor): Migrate n8nRootStore to use composition API (no-changelog) (#9770) 2024-06-18 13:15:12 -04:00
MainSidebar.vue fix(editor): Optimizing main sidebar to have more space for Projects (#9686) 2024-06-25 11:14:02 +02:00
MainSidebarSourceControl.vue refactor(editor): Delete unused code (no-changelog) (#9866) 2024-06-26 11:45:41 +02:00
MappingPill.vue ci: Enforce code formatting on editor-ui (no-changelog) (#5022) 2022-12-23 13:37:32 +01:00
MfaSetupModal.vue refactor(editor): Migrate users.store to composition API (no-changelog) (#9960) 2024-07-08 10:21:03 -04:00
Modal.vue refactor(editor): Migrate ui.store to use composition API (no-changelog) (#9892) 2024-07-03 15:11:40 -04:00
ModalDrawer.vue refactor(editor): Migrate ui.store to use composition API (no-changelog) (#9892) 2024-07-03 15:11:40 -04:00
ModalRoot.vue refactor(editor): Migrate ui.store to use composition API (no-changelog) (#9892) 2024-07-03 15:11:40 -04:00
Modals.vue feat(Chat Trigger Node): Add support for file uploads & harmonize public and development chat (#9802) 2024-07-09 13:45:41 +02:00
MultipleParameter.vue refactor: Fix type issues for parameter input components (#9449) 2024-05-21 15:04:20 +02:00
NDVDraggablePanels.vue refactor(editor): Convert Draggable components to composition API (no-changelog) (#9889) 2024-07-02 20:55:19 +02:00
NDVFloatingNodes.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
NDVSubConnections.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
Node.vue refactor(editor): Migrate ui.store to use composition API (no-changelog) (#9892) 2024-07-03 15:11:40 -04:00
NodeCredentials.vue fix(editor): Fix new node credential creation via Resource Locator Component (#9896) 2024-07-01 14:48:39 +03:00
NodeDetailsView.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
NodeExecuteButton.vue refactor(editor): Migrate ui.store to use composition API (no-changelog) (#9892) 2024-07-03 15:11:40 -04:00
NodeIcon.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
NodeList.vue refactor: Migrate genericHelpers mixin to composable (#8220) 2024-01-05 12:23:28 +01:00
NodeSettings.vue refactor(editor): Fix remaining FE type check errors (no-changelog) (#9607) 2024-06-10 16:23:06 +03:00
NodeSettingsTabs.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
NodeTitle.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
NodeWebhooks.vue feat(Webhook Node): Setting to enable multiple outputs/methods (#9086) 2024-04-24 08:46:16 +03:00
NpsSurvey.vue refactor: Remove unused lint directives (no-changelog) (#9842) 2024-06-24 12:13:18 +02:00
OutputPanel.vue refactor(editor): Migrate OutputPanel.vue to composition API (no-changelog) (#9958) 2024-07-08 11:19:27 -04:00
PageAlert.vue refactor: Fix type issues for parameter input components (#9449) 2024-05-21 15:04:20 +02:00
PageContentWrapper.vue feat: Replace Vue.extend with defineComponent in editor-ui (no-changelog) (#6033) 2023-04-21 18:51:08 +03:00
PanelDragButton.vue refactor(editor): Convert Draggable components to composition API (no-changelog) (#9889) 2024-07-02 20:55:19 +02:00
ParameterInput.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
ParameterInputExpanded.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
ParameterInputFull.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
ParameterInputHint.vue refactor: Refactor input components to composition API (no-changelog) (#9744) 2024-06-18 15:04:08 +02:00
ParameterInputList.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
ParameterInputWrapper.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
ParameterIssues.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
ParameterOptions.vue refactor: Fix type issues for parameter input components (#9449) 2024-05-21 15:04:20 +02:00
PersonalizationModal.vue refactor(core): Remove Onboarding call prompts (no-changelog) (#9933) 2024-07-04 13:51:26 +02:00
PushConnectionTracker.vue refactor(editor): Migrate n8nRootStore to use composition API (no-changelog) (#9770) 2024-06-18 13:15:12 -04:00
RBAC.vue refactor: Fix type issues for parameter input components (#9449) 2024-05-21 15:04:20 +02:00
RunData.vue feat(editor): Show multiple nodes in input pane schema view (#9816) 2024-06-24 18:09:28 +02:00
RunDataHtml.vue fix(editor): Fix rundata type errors (no-changelog) (#9443) 2024-05-21 13:19:56 +02:00
RunDataJson.vue feat(editor): Harmonize rendering of new-lines in RunData (#9614) 2024-06-10 15:24:17 +02:00
RunDataJsonActions.vue fix(editor): Fix rundata type errors (no-changelog) (#9443) 2024-05-21 13:19:56 +02:00
RunDataPinButton.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
RunDataSchema.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
RunDataSchemaItem.vue fix(editor): Improve text wrapping in schema view (#9888) 2024-07-01 11:03:04 +02:00
RunDataSearch.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
RunDataTable.vue refactor(editor): Convert Draggable components to composition API (no-changelog) (#9889) 2024-07-02 20:55:19 +02:00
RunInfo.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
SaveButton.vue fix(editor): Fix shortcut issue on save buttons (#9309) 2024-05-07 09:09:09 +02:00
ScopesNotice.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
SettingsSidebar.vue refactor(editor): Migrate ui.store to use composition API (no-changelog) (#9892) 2024-07-03 15:11:40 -04:00
ShortenName.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
SourceControlPullModal.ee.vue refactor(editor): Replace mixed style of defineProps with the new style (no-changelog) (#9787) 2024-06-18 09:55:10 +02:00
SourceControlPushModal.ee.vue refactor(editor): Migrate ui.store to use composition API (no-changelog) (#9892) 2024-07-03 15:11:40 -04:00
SSOLogin.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
Sticky.vue refactor(editor): Migrate ui.store to use composition API (no-changelog) (#9892) 2024-07-03 15:11:40 -04:00
TagsContainer.vue refactor(editor): Migrate tags.store to use composition API (no-changelog) (#9891) 2024-07-02 14:15:20 -04:00
TagsDropdown.vue refactor(editor): Migrate tags.store to use composition API (no-changelog) (#9891) 2024-07-02 14:15:20 -04:00
Telemetry.vue refactor(editor): Migrate n8nRootStore to use composition API (no-changelog) (#9770) 2024-06-18 13:15:12 -04:00
TemplateCard.vue refactor(editor): Fix TypeScript issues in template code (no-changelog) (#9574) 2024-05-31 15:07:49 +02:00
TemplateDetails.vue refactor(editor): Fix TypeScript issues in template code (no-changelog) (#9574) 2024-05-31 15:07:49 +02:00
TemplateDetailsBlock.vue feat: Replace Vue.extend with defineComponent in editor-ui (no-changelog) (#6033) 2023-04-21 18:51:08 +03:00
TemplateFilters.vue feat(editor): Add new /templates/search endpoint (#8227) 2024-01-15 16:19:24 -05:00
TemplateList.vue refactor(editor): Fix TypeScript issues in template code (no-changelog) (#9574) 2024-05-31 15:07:49 +02:00
TemplatesInfoCard.vue refactor(editor): Fix TypeScript issues in template code (no-changelog) (#9574) 2024-05-31 15:07:49 +02:00
TemplatesInfoCarousel.vue refactor(editor): Fix TypeScript issues in template code (no-changelog) (#9574) 2024-05-31 15:07:49 +02:00
TextEdit.vue ci: Upgrade eslint, prettier, typescript, and some other dev tooling (no-changelog) (#8895) 2024-03-26 14:22:57 +01:00
TextWithHighlights.vue refactor(editor): Replace mixed style of defineProps with the new style (no-changelog) (#9787) 2024-06-18 09:55:10 +02:00
TimeAgo.vue refactor(editor): Migrate n8nRootStore to use composition API (no-changelog) (#9770) 2024-06-18 13:15:12 -04:00
TitledList.vue fix(editor): Fix ts and eslint errors in various components (no-changelog) (#9592) 2024-06-03 11:04:13 +03:00
TriggerPanel.vue refactor(editor): Migrate ui.store to use composition API (no-changelog) (#9892) 2024-07-03 15:11:40 -04:00
UpdatesPanel.vue fix(editor): Move versions check to init function and refactor store (no-changelog) (#8067) 2023-12-20 12:49:40 +02:00
VariableSelector.vue refactor(editor): Migrate n8nRootStore to use composition API (no-changelog) (#9770) 2024-06-18 13:15:12 -04:00
VariableSelectorItem.vue ci: Upgrade eslint, prettier, typescript, and some other dev tooling (no-changelog) (#8895) 2024-03-26 14:22:57 +01:00
VariablesRow.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
VersionCard.vue refactor(editor): Migrate VersionCard.vue to use composition API (no-changelog) (#9799) 2024-06-19 12:36:38 -04:00
WarningTooltip.vue fix(editor): Resolve vue 3 related console-warnings (#6779) 2023-07-28 16:59:06 +02:00
WireMeUp.vue feat(editor): Add input panel to NDV (#3204) 2022-05-23 17:56:15 +02:00
WorkerList.ee.vue refactor(editor): Migrate n8nRootStore to use composition API (no-changelog) (#9770) 2024-06-18 13:15:12 -04:00
WorkflowActivator.vue refactor(editor): Convert workflowActivate mixin into a composable (no-changelog) (#9423) 2024-05-17 10:03:39 -04:00
WorkflowCard.test.ts refactor(editor): Delete unused code (no-changelog) (#9866) 2024-06-26 11:45:41 +02:00
WorkflowCard.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
WorkflowPreview.vue refactor(editor): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
WorkflowSettings.vue refactor(editor): Migrate n8nRootStore to use composition API (no-changelog) (#9770) 2024-06-18 13:15:12 -04:00
WorkflowShareModal.ee.vue refactor(editor): Upgrade frontend typing (no-changelog) (#9915) 2024-07-03 14:19:24 +02:00