n8n/packages/editor-ui/src/components
Milorad FIlipović 7ebf8f327a
fix(editor): Fix disappearing NDV header in code nodes (#7290)
Github issue / Community forum post (link here to close automatically):

---------

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2023-10-05 12:31:52 +02:00
..
__tests__ fix(editor): Display value of selected matching column in RMC (#7298) 2023-10-04 12:36:24 +02:00
banners feat(editor): Rework banners framework and add email confirmation banner (#7205) 2023-09-21 09:47:21 +02:00
CodeNodeEditor fix(editor): Fix SQL editor issue (#7236) 2023-09-22 14:17:54 +03:00
CredentialEdit fix(editor): No need to add click emitting click events, VUE delegates the handler to the root element of the component (#7182) 2023-09-15 11:22:30 +02:00
Error refactor(editor): Drop vue-typed-mixins (no-changelog) (#6257) 2023-05-16 11:43:46 +02:00
ExecutionsView feat(editor): Debug executions in the editor (#6834) 2023-08-25 09:39:14 +02:00
ExpandableInput feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
ExpressionEditorModal refactor: Clear unused ESLint directives from FE packages (no-changelog) (#6811) 2023-08-01 13:47:55 +02:00
forms feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
HtmlEditor feat(core): Add support for building LLM applications (#7235) 2023-10-02 17:33:43 +02:00
InlineExpressionEditor feat: External Secrets storage for credentials (#6477) 2023-08-25 10:33:46 +02:00
layouts feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
MainHeader feat(editor): Workflow history [WIP]- Add workflow history opening button to main header component (no-changelog) (#7310) 2023-10-04 16:45:18 +02:00
Node docs(editor): New Nodes Panel title for triggers (#7314) 2023-10-04 15:27:40 +02:00
ResourceLocator fix(editor): Fix RLC not loading when an expression can't resolve (#7295) 2023-10-04 16:01:44 +02:00
ResourceMapper fix(editor): Display value of selected matching column in RMC (#7298) 2023-10-04 12:36:24 +02:00
RunDataAi feat(core): Add support for building LLM applications (#7235) 2023-10-02 17:33:43 +02:00
SettingsLogStreaming fix(editor): Tweak hover area of workflow / cred cards (#7108) 2023-09-13 12:21:26 +02:00
SqlEditor fix(editor): Fix SQL editor issue (#7236) 2023-09-22 14:17:54 +03:00
TagsManager feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
transitions feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
WorkflowHistory feat(editor): Workflow history [WIP]- Add workflow history opening button to main header component (no-changelog) (#7310) 2023-10-04 16:45:18 +02:00
AboutModal.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
ActivationModal.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
Badge.vue fix: Remove tag animation (#6821) 2023-08-01 14:04:16 +02:00
Banner.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
BinaryDataDisplay.vue refactor(editor): Drop vue-typed-mixins (no-changelog) (#6257) 2023-05-16 11:43:46 +02:00
BinaryDataDisplayEmbed.vue refactor(editor): Drop vue-typed-mixins (no-changelog) (#6257) 2023-05-16 11:43:46 +02:00
BreakpointsObserver.vue refactor: Clear unused ESLint directives from FE packages (no-changelog) (#6811) 2023-08-01 13:47:55 +02:00
CanvasControls.vue feat(editor): Implement new banners framework (#6603) 2023-07-14 15:36:17 +02:00
ChangePasswordModal.vue feat(core): Add MFA (#4767) 2023-08-23 22:59:16 -04:00
ChatEmbedModal.vue feat(core): Add support for building LLM applications (#7235) 2023-10-02 17:33:43 +02:00
CollectionCard.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
CollectionParameter.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
CollectionsCarousel.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
CollectionWorkflowCard.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
CommunityPackageCard.vue refactor(editor): Turn showMessage mixin to composable (#6081) (#6244) 2023-05-15 19:41:13 +03:00
CommunityPackageInstallModal.vue fix(editor): Ensure community node install button tracks user agreement (#6976) 2023-08-22 15:58:23 +02:00
CommunityPackageManageConfirmModal.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
ContactPromptModal.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
CopyInput.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
CredentialCard.vue fix(editor): Tweak hover area of workflow / cred cards (#7108) 2023-09-13 12:21:26 +02:00
CredentialIcon.vue fix: Remove Vue.component usage and refactor plugins into Vue Plugins (no-changelog) (#6445) 2023-06-16 10:30:57 +03:00
CredentialsSelect.vue fix: Prevent workflow breaking when credential type is unknown (#6923) 2023-08-14 14:55:38 +02:00
CredentialsSelectModal.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
DebugPaywallModal.vue fix(editor): Add debug feature docs link (#7240) 2023-09-22 13:27:08 +02:00
DeleteUserModal.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
Draggable.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
DraggableTarget.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
DuplicateWorkflowDialog.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
EnterpriseEdition.ee.vue refactor(editor): Add infix to Pinia stores (no-changelog) (#6149) 2023-05-05 10:41:54 +02:00
ExecutionFilter.vue refactor: Clear unused ESLint directives from FE packages (no-changelog) (#6811) 2023-08-01 13:47:55 +02:00
ExecutionsList.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
ExecutionsUsage.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
ExecutionTime.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
ExpressionEdit.vue refactor: Clear unused ESLint directives from FE packages (no-changelog) (#6811) 2023-08-01 13:47:55 +02:00
ExpressionFunctionIcon.vue feat(editor): Inline expression editor (#4814) 2022-12-14 14:43:02 +01:00
ExpressionParameterInput.vue feat: External Secrets storage for credentials (#6477) 2023-08-25 10:33:46 +02:00
ExternalSecretsProviderCard.ee.vue feat: External Secrets storage for credentials (#6477) 2023-08-25 10:33:46 +02:00
ExternalSecretsProviderConnectionSwitch.ee.vue feat: External Secrets storage for credentials (#6477) 2023-08-25 10:33:46 +02:00
ExternalSecretsProviderImage.ee.vue feat: External Secrets storage for credentials (#6477) 2023-08-25 10:33:46 +02:00
ExternalSecretsProviderModal.ee.vue feat: External Secrets storage for credentials (#6477) 2023-08-25 10:33:46 +02:00
FeatureComingSoon.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
FixedCollectionParameter.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
GiftNotificationIcon.vue refactor(editor): Apply Prettier (no-changelog) (#4920) 2022-12-14 10:04:10 +01:00
GoBackButton.vue refactor(editor): Drop vue-typed-mixins (no-changelog) (#6257) 2023-05-16 11:43:46 +02:00
HoverableNodeIcon.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
ImportCurlModal.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
ImportParameter.vue refactor(editor): Turn showMessage mixin to composable (#6081) (#6244) 2023-05-15 19:41:13 +03:00
InlineNameEdit.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
InlineTextEdit.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
InputPanel.vue feat(core): Add support for building LLM applications (#7235) 2023-10-02 17:33:43 +02: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 fix: Fix tags overflow handler in workflows header (#6784) 2023-07-31 15:17:05 +03:00
InviteUsersModal.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
Logo.vue ci: Make builds release-channel aware. Add support for scheduled beta builds (#7323) 2023-10-03 20:49:04 +02:00
MainSidebar.vue ci: Make builds release-channel aware. Add support for scheduled beta builds (#7323) 2023-10-03 20:49:04 +02:00
MainSidebarSourceControl.vue fix(editor): Fix tooltip opening delay prop name (#6776) 2023-07-28 13:57:33 +03:00
MappingPill.vue ci: Enforce code formatting on editor-ui (no-changelog) (#5022) 2022-12-23 13:37:32 +01:00
MfaSetupModal.vue feat(core): Add MFA (#4767) 2023-08-23 22:59:16 -04:00
Modal.vue fix: Fix all modal sizes (#6820) 2023-08-01 13:52:33 +02:00
ModalDrawer.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
ModalRoot.vue refactor(editor): Add infix to Pinia stores (no-changelog) (#6149) 2023-05-05 10:41:54 +02:00
Modals.vue feat(core): Add support for building LLM applications (#7235) 2023-10-02 17:33:43 +02:00
MultipleParameter.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
NDVDraggablePanels.vue feat(core): Add support for building LLM applications (#7235) 2023-10-02 17:33:43 +02:00
Node.vue feat(core): Add support for building LLM applications (#7235) 2023-10-02 17:33:43 +02:00
NodeCredentials.vue fix: Prevent workflow breaking when credential type is unknown (#6923) 2023-08-14 14:55:38 +02:00
NodeDetailsView.vue feat(core): Add support for building LLM applications (#7235) 2023-10-02 17:33:43 +02:00
NodeExecuteButton.vue feat(core): Add support for building LLM applications (#7235) 2023-10-02 17:33:43 +02:00
NodeIcon.vue feat(core): Add support for building LLM applications (#7235) 2023-10-02 17:33:43 +02:00
NodeList.vue refactor(editor): Drop vue-typed-mixins (no-changelog) (#6257) 2023-05-16 11:43:46 +02:00
NodeSettings.vue fix(editor): Fix disappearing NDV header in code nodes (#7290) 2023-10-05 12:31:52 +02:00
NodeSettingsTabs.vue feat(core): Add support for building LLM applications (#7235) 2023-10-02 17:33:43 +02:00
NodeTitle.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
NodeWebhooks.vue refactor(editor): Drop vue-typed-mixins (no-changelog) (#6257) 2023-05-16 11:43:46 +02:00
OnboardingCallSignupModal.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
OutputPanel.vue feat(core): Add support for building LLM applications (#7235) 2023-10-02 17:33:43 +02:00
PageAlert.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +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 feat: Replace Vue.extend with defineComponent in editor-ui (no-changelog) (#6033) 2023-04-21 18:51:08 +03:00
ParameterInput.vue feat(core): Add support for building LLM applications (#7235) 2023-10-02 17:33:43 +02:00
ParameterInputExpanded.vue feat: External Secrets storage for credentials (#6477) 2023-08-25 10:33:46 +02:00
ParameterInputFull.vue fix(editor): Do not show mapping discoverability tooltip after dismiss (#6862) 2023-08-07 20:16:01 +02:00
ParameterInputHint.vue refactor(editor): Drop vue-typed-mixins (no-changelog) (#6257) 2023-05-16 11:43:46 +02:00
ParameterInputList.vue feat(core): Add support for building LLM applications (#7235) 2023-10-02 17:33:43 +02:00
ParameterInputWrapper.vue fix(editor): Testing flaky resource mapper feature in e2e tests (#7165) 2023-09-14 10:54:25 +02:00
ParameterIssues.vue fix: Load remote resources even if expressions in non requried parameters resolve (#6987) 2023-08-31 16:40:20 +02:00
ParameterOptions.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
PersonalizationModal.vue feat: Remove PostHog event calls (#6915) 2023-08-17 11:39:32 -04:00
PushConnectionTracker.vue refactor(editor): Drop vue-typed-mixins (no-changelog) (#6257) 2023-05-16 11:43:46 +02:00
RunData.vue feat(core): Add support for building LLM applications (#7235) 2023-10-02 17:33:43 +02:00
RunDataHtml.vue feat(editor): Removing ph-no-capture class from some elements (#6674) 2023-07-19 16:51:49 +02:00
RunDataJson.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
RunDataJsonActions.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
RunDataSchema.vue feat(editor): Ask AI in Code node (#6672) 2023-08-16 13:08:10 +02:00
RunDataSchemaItem.vue feat(editor): Removing ph-no-capture class from some elements (#6674) 2023-07-19 16:51:49 +02:00
RunDataTable.vue refactor: Clear unused ESLint directives from FE packages (no-changelog) (#6811) 2023-08-01 13:47:55 +02:00
RunInfo.vue refactor(editor): Drop vue-typed-mixins (no-changelog) (#6257) 2023-05-16 11:43:46 +02:00
SaveButton.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
ScopesNotice.vue fix: Prevent workflow breaking when credential type is unknown (#6923) 2023-08-14 14:55:38 +02:00
SettingsSidebar.vue feat: External Secrets storage for credentials (#6477) 2023-08-25 10:33:46 +02:00
ShortenName.vue feat: Replace Vue.extend with defineComponent in editor-ui (no-changelog) (#6033) 2023-04-21 18:51:08 +03:00
SourceControlPullModal.ee.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
SourceControlPushModal.ee.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
SSOLogin.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
Sticky.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
TagsContainer.vue fix: Remove tag animation (#6821) 2023-08-01 14:04:16 +02:00
TagsDropdown.vue fix(editor): Close tags dropdown when modal is opened (#6766) 2023-07-28 10:45:46 +02:00
Telemetry.vue feat: Remove vue-fragment (no-changelog) (#6456) 2023-06-16 14:25:12 +03:00
TemplateCard.vue fix(editor): Implement simple view for templates experiment (no-changelog) (#6637) 2023-07-11 12:16:48 +02:00
TemplateDetails.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +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): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
TemplateList.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
TextEdit.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
TimeAgo.vue refactor(editor): Add infix to Pinia stores (no-changelog) (#6149) 2023-05-05 10:41:54 +02:00
TitledList.vue feat: Replace Vue.extend with defineComponent in editor-ui (no-changelog) (#6033) 2023-04-21 18:51:08 +03:00
TriggerPanel.vue test: Add tests for parameter lag (#6942) 2023-08-29 14:00:17 +02:00
UpdatesPanel.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
ValueSurvey.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
VariableSelector.vue feat(core): Add support for building LLM applications (#7235) 2023-10-02 17:33:43 +02:00
VariableSelectorItem.vue feat(editor): Removing ph-no-capture class from some elements (#6674) 2023-07-19 16:51:49 +02:00
VariablesRow.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
VersionCard.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02: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
WorkflowActivator.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
WorkflowCard.vue fix(editor): Tweak hover area of workflow / cred cards (#7108) 2023-09-13 12:21:26 +02:00
WorkflowLMChat.vue feat(core): Add support for building LLM applications (#7235) 2023-10-02 17:33:43 +02:00
WorkflowPreview.vue feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
WorkflowSettings.vue fix: Account for nanoid workflow ids for subworkflow execute policy (#7094) 2023-09-13 09:56:58 +02:00
WorkflowShareModal.ee.vue fix: Fix saving workflow sharing (no-changelog) (#6828) 2023-08-02 14:17:14 +03:00