n8n/packages/editor-ui/src/components
Elias Meire b2f8ea7918
feat(editor): Add docs sidebar to credential modal (#9914)
Co-authored-by: Csaba Tuncsik <csaba@n8n.io>
2024-07-03 14:18:47 +02:00
..
__tests__ fix(editor): Improve text wrapping in schema view (#9888) 2024-07-01 11:03:04 +02:00
AIAssistantChat refactor(editor): Fix NodeView/Canvas related TS errors (#9581) 2024-06-03 16:33:20 +02:00
AssignmentCollection refactor(editor): Convert Draggable components to composition API (no-changelog) (#9889) 2024-07-02 20:55:19 +02:00
banners fix(editor): Optimizing main sidebar to have more space for Projects (#9686) 2024-06-25 11:14:02 +02: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 node enable/disable functionality in new canvas (no-changelog) (#9872) 2024-06-26 16:56:58 +03:00
CodeNodeEditor fix(editor): Enable expression preview in SQL node when looking at executions (#9733) 2024-06-27 17:07:29 +02:00
ContextMenu ci: Upgrade eslint, prettier, typescript, and some other dev tooling (no-changelog) (#8895) 2024-03-26 14:22:57 +01:00
CredentialEdit feat(editor): Add docs sidebar to credential modal (#9914) 2024-07-03 14:18:47 +02:00
CredentialPicker refactor(editor): Replace mixed style of defineProps with the new style (no-changelog) (#9787) 2024-06-18 09:55:10 +02:00
DropArea feat: Add assignment component with drag and drop to Set node (#8283) 2024-02-06 18:34:34 +01:00
Error fix: Error processing and output pane improvements (no-changelog) (#9626) 2024-06-27 13:22:07 +03:00
executions refactor(editor): Delete unused code (no-changelog) (#9866) 2024-06-26 11:45:41 +02:00
ExpandableInput refactor: Refactor input components to composition API (no-changelog) (#9744) 2024-06-18 15:04:08 +02:00
ExpressionEditorModal feat(editor): Show expression infobox on hover and cursor position (#9507) 2024-05-28 16:58:44 +02:00
FilterConditions refactor: Refactor input components to composition API (no-changelog) (#9744) 2024-06-18 15:04:08 +02:00
forms fix(editor): Move projects and rbac files (no-changelog) (#9651) 2024-06-06 15:30:17 +02:00
HtmlEditor fix(editor): Prevent updating node parameter value if it hasn't changed (#9535) 2024-05-29 16:13:54 +02:00
InlineExpressionEditor fix(editor): Enable expression preview in SQL node when looking at executions (#9733) 2024-06-27 17:07:29 +02:00
InputTriple feat: Add assignment component with drag and drop to Set node (#8283) 2024-02-06 18:34:34 +01:00
JsEditor fix(editor): Enable expression preview in SQL node when looking at executions (#9733) 2024-06-27 17:07:29 +02:00
JsonEditor fix(editor): Enable expression preview in SQL node when looking at executions (#9733) 2024-06-27 17:07:29 +02:00
layouts refactor: Migrate Pagination to composition API (no-changelog) (#9752) 2024-06-17 13:43:06 +03:00
MainHeader refactor(editor): Migrate tags.store to use composition API (no-changelog) (#9891) 2024-07-02 14:15:20 -04:00
Node refactor(editor): Delete unused code (no-changelog) (#9866) 2024-06-26 11:45:41 +02:00
Projects refactor(editor): Delete unused code (no-changelog) (#9866) 2024-06-26 11:45:41 +02: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): Fix remaining FE type check errors (no-changelog) (#9607) 2024-06-10 16:23:06 +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 fix(editor): Prevent updating node parameter value if it hasn't changed (#9535) 2024-05-29 16:13:54 +02: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 fix(editor): Fix workflow history TS errors (#9433) 2024-05-17 10:59:01 +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): Refactor BinaryDataDisplay components to Vue 3 syntax (no-changelog) (#9753) 2024-06-18 10:50:28 +02: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 refactor(editor): Migrate n8nRootStore to use composition API (no-changelog) (#9770) 2024-06-18 13:15:12 -04:00
CollectionParameter.vue refactor: Fix type issues for parameter input components (#9449) 2024-05-21 15:04:20 +02: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): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01: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: Refactor input components to composition API (no-changelog) (#9744) 2024-06-18 15:04:08 +02: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 fix(editor): Move projects and rbac files (no-changelog) (#9651) 2024-06-06 15:30:17 +02:00
Draggable.vue refactor(editor): Convert Draggable components to composition API (no-changelog) (#9889) 2024-07-02 20:55:19 +02:00
DraggableTarget.vue refactor(editor): Convert Draggable components to composition API (no-changelog) (#9889) 2024-07-02 20:55:19 +02: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
ExpressionParameterInput.vue refactor: Fix type issues for parameter input components (#9449) 2024-05-21 15:04:20 +02: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): Delete unused code (no-changelog) (#9866) 2024-06-26 11:45:41 +02: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 n8nRootStore to use composition API (no-changelog) (#9770) 2024-06-18 13:15:12 -04:00
Feedback.spec.ts feat: Add AI Error Debugging using OpenAI (#8805) 2024-03-13 16:48:00 +02:00
Feedback.vue feat(editor): Add docs sidebar to credential modal (#9914) 2024-07-03 14:18:47 +02:00
FixedCollectionParameter.vue fix(editor): Show error state correctly in options parameter with remote options (#9836) 2024-06-26 12:35:55 +02:00
GenerateCurlModal.vue feat: Add Ask AI to HTTP Request Node (#8917) 2024-05-02 13:52:15 +03:00
GiftNotificationIcon.vue
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 feat: Add Ask AI to HTTP Request Node (#8917) 2024-05-02 13:52:15 +03:00
ImportCurlParameter.vue refactor(editor): Replace mixed style of defineProps with the new style (no-changelog) (#9787) 2024-06-18 09:55:10 +02:00
InlineNameEdit.vue refactor(editor): Migrate InlineNameEdit & InlineTextEdit components to Vue 3 syntax (no-changelog) (#9755) 2024-06-20 10:38:08 +02:00
InlineTextEdit.vue refactor(editor): Migrate InlineNameEdit & InlineTextEdit components to Vue 3 syntax (no-changelog) (#9755) 2024-06-20 10:38:08 +02:00
InputNodeSelect.vue feat(editor): Show multiple nodes in input pane schema view (#9816) 2024-06-24 18:09:28 +02:00
InputPanel.vue feat(Merge Node): Overhaul, v3 (#9528) 2024-07-02 13:47:04 +03: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
MfaSetupModal.vue refactor(editor): Migrate MfaSetupModal.vue to use script setup (no-changelog) (#9765) 2024-06-17 04:52:38 -04:00
Modal.vue feat: Update NPS Value Survey (#9638) 2024-06-11 10:23:30 +02:00
ModalDrawer.vue refactor(editor): Fix typescript issues in components (no-changelog) (#9580) 2024-05-31 16:27:56 +02:00
ModalRoot.vue feat: Update NPS Value Survey (#9638) 2024-06-11 10:23:30 +02:00
Modals.vue feat(editor): Add move resources option to workflows and credentials on (#9654) 2024-06-11 14:21:16 +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 feat(editor): Show multiple nodes in input pane schema view (#9816) 2024-06-24 18:09:28 +02:00
NDVSubConnections.vue fix(editor): Node background for executing nodes in dark mode (#9682) 2024-06-10 16:02:47 +02:00
Node.vue feat(Merge Node): Overhaul, v3 (#9528) 2024-07-02 13:47:04 +03: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 fix(editor): Fix performance issues related to expressions and pinned data (#9882) 2024-06-27 18:50:09 +02:00
NodeExecuteButton.vue feat: Run once for each item tooltip (#9486) 2024-06-04 10:18:17 +03:00
NodeIcon.vue refactor(editor): Migrate n8nRootStore to use composition API (no-changelog) (#9770) 2024-06-18 13:15:12 -04: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): Fix remaining FE type check errors (no-changelog) (#9607) 2024-06-10 16:23:06 +03:00
NodeTitle.vue refactor(editor): Fix typescript issues in components (no-changelog) (#9580) 2024-05-31 16:27:56 +02: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
OnboardingCallSignupModal.vue refactor: Fix type issues for parameter input components (#9449) 2024-05-21 15:04:20 +02:00
OutputPanel.vue feat(editor): Overhaul input selector in NDV (#9520) 2024-05-31 18:04:57 +02:00
PageAlert.vue refactor: Fix type issues for parameter input components (#9449) 2024-05-21 15:04:20 +02:00
PageContentWrapper.vue
PanelDragButton.vue refactor(editor): Convert Draggable components to composition API (no-changelog) (#9889) 2024-07-02 20:55:19 +02:00
ParameterInput.vue fix(editor): Show error state correctly in options parameter with remote options (#9836) 2024-06-26 12:35:55 +02:00
ParameterInputExpanded.vue refactor: Refactor input components to composition API (no-changelog) (#9744) 2024-06-18 15:04:08 +02:00
ParameterInputFull.vue feat(editor): Remove Segment (#9878) 2024-06-28 10:52:36 +02: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): Delete unused code (no-changelog) (#9866) 2024-06-26 11:45:41 +02:00
ParameterInputWrapper.vue refactor: Refactor input components to composition API (no-changelog) (#9744) 2024-06-18 15:04:08 +02: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(editor): Migrate n8nRootStore to use composition API (no-changelog) (#9770) 2024-06-18 13:15:12 -04: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 feat(editor): Show multiple nodes in input pane schema view (#9816) 2024-06-24 18:09:28 +02:00
RunDataSchema.vue fix(editor): Improve text wrapping in schema view (#9888) 2024-07-01 11:03:04 +02:00
RunDataSchemaItem.vue fix(editor): Improve text wrapping in schema view (#9888) 2024-07-01 11:03:04 +02:00
RunDataSearch.vue feat(editor): Show multiple nodes in input pane schema view (#9816) 2024-06-24 18:09:28 +02: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 n8nRootStore to use composition API (no-changelog) (#9770) 2024-06-18 13:15:12 -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): Replace mixed style of defineProps with the new style (no-changelog) (#9787) 2024-06-18 09:55:10 +02: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 nodeBase mixin to composable (no-changelog) (#9742) 2024-06-18 16:35:26 +03: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
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 fix(editor): Fix type errors in TriggerPanel.vue (no-changelog) (#9578) 2024-05-31 17:22:27 +02: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): Replace mixed style of defineProps with the new style (no-changelog) (#9787) 2024-06-18 09:55:10 +02: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
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 fix(editor): Add telemetry to resource moving (#9720) 2024-06-14 10:49:48 +01:00
WorkflowLMChat.vue feat(editor): Chat Trigger tweaks (#9618) 2024-06-04 17:24:18 +02:00
WorkflowPreview.vue fix(editor): Color node connections correctly in execution preview for nodes that have pinned data (#9669) 2024-06-07 16:12:59 +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 fix(editor): Move projects and rbac files (no-changelog) (#9651) 2024-06-06 15:30:17 +02:00