n8n/packages/editor-ui/src/components
Csaba Tuncsik 3e0c6cb3d2
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
refactor(editor): Move executions under projects (#11541)
2024-11-12 17:01:22 +01:00
..
__snapshots__ fix(editor): Fix collapsing nested items in expression modal schema view (#11645) 2024-11-11 16:45:27 +00:00
__tests__/utils refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
AskAssistant fix(editor): Ensure toasts show above modal overlays (#11410) 2024-10-25 16:56:47 +02:00
AssignmentCollection refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
banners refactor(editor): Rename design-system unit test files and snapshots (no-changelog) (#11539) 2024-11-05 14:20:02 +02:00
BecomeTemplateCreatorCta refactor(editor): Migrate n8nRootStore to use composition API (no-changelog) (#9770) 2024-06-18 13:15:12 -04:00
ButtonParameter feat(AI Transform Node): UX improvements (#11280) 2024-11-05 18:47:52 +00:00
canvas fix(editor): Show node executing status shortly before switching to success on new canvas (#11675) 2024-11-11 14:58:26 +02:00
CodeNodeEditor perf(editor): Add lint rules for optimization-friendly syntax (#11681) 2024-11-12 13:28:51 +01:00
ContextMenu feat(editor): Update element-plus to 2.4.3 (no-changelog) (#10281) 2024-08-21 10:42:08 +02:00
CredentialEdit fix: Credentials save button is hidden unless you make changes to the (#11492) 2024-11-11 08:53:07 +00: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): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
Error fix(editor): Show only error title and 'Open errored node' button; hide 'Ask Assistant' in root for sub-node errors (#11573) 2024-11-07 10:14:49 +01:00
executions refactor(editor): Move executions under projects (#11541) 2024-11-12 17:01:22 +01:00
ExpandableInput refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
ExpressionEditorModal feat(editor): Improve how we show default Agent prompt and Memory session parameters (#11491) 2024-11-12 11:33:20 +01:00
FilterConditions refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
forms refactor(editor): Convert some smaller components to composition api (no-changelog) (#11546) 2024-11-04 20:09:34 -05:00
HtmlEditor feat(editor): Enable drag and drop in code editors (Code/SQL/HTML) (#10888) 2024-09-25 14:25:26 +01:00
InlineExpressionEditor feat(editor): Improve how we show default Agent prompt and Memory session parameters (#11491) 2024-11-12 11:33:20 +01:00
InputTriple refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
JsEditor feat: Enable code capture in ai transform node (no-changelog) (#11241) 2024-10-14 14:53:16 +01:00
JsonEditor feat(n8n Form Page Node): New node (#10390) 2024-10-17 14:59:53 +01:00
layouts refactor(editor): Move executions under projects (#11541) 2024-11-12 17:01:22 +01:00
MainHeader refactor(editor): Rename design-system unit test files and snapshots (no-changelog) (#11539) 2024-11-05 14:20:02 +02:00
Node fix(editor): Fix duplicate chat trigger (#11693) 2024-11-12 13:45:18 +01:00
Projects refactor(editor): Move executions under projects (#11541) 2024-11-12 17:01:22 +01:00
PromptMfaCodeModal refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
ResourceLocator refactor(editor): Convert ResourceLocator to composition API (no-changelog) (#10526) 2024-08-29 17:01:43 +02:00
ResourceMapper refactor(editor): Migrate ParameterOptions to composition API (no-changelog) (#11501) 2024-11-01 16:11:54 +01:00
RunDataAi fix(editor): Fix run index input for RunData view in sub-nodes (#11538) 2024-11-05 16:47:45 +01:00
SettingsLogStreaming refactor(editor): Migrate EventDestinationSettingsModal.ee.vue to composition API (no-changelog) (#11584) 2024-11-06 19:34:21 +01: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): Fix hiding SQL query output when trying to select (#11649) 2024-11-11 17:14:53 +00:00
TagsManager refactor(editor): Convert TagsView to composition API (no-changelog) (#11566) 2024-11-05 13:16:03 -05:00
transitions feat(editor): Refactor several smaller components to composition API (no-changelog) (#10038) 2024-07-12 15:43:07 +02:00
Workers fix(editor): Fix sorting problem in older browsers that don't support toSorted (#11204) 2024-10-17 14:11:34 +02:00
WorkflowHistory refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
WorkflowLMChat fix(editor): Prevent NodeCreator from swallowing AskAssistant enter event (#11532) 2024-11-07 16:22:13 +01:00
WorkflowSelectorParameterInput refactor(editor): Correct some prop types (no-changelog) (#10907) 2024-09-23 09:19:37 +02:00
AboutModal.vue refactor(editor): Migrate AboutModal.vue to composition API (#10722) 2024-09-10 10:20:12 -04:00
ActivationModal.vue refactor(editor): Migrate ActivationModal.vue to composition API (#10723) 2024-09-10 10:19:50 -04:00
AiUpdatedCodeMessage.vue fix(editor): Fix xss issues in toast usages (#10733) 2024-09-09 13:26:21 +03:00
AnnotationTagsDropdown.ee.vue chore: Correct naming of annotation-related files (#10946) 2024-09-26 13:15:08 +02:00
Badge.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
Banner.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
BannersStack.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
BinaryDataDisplay.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
BinaryDataDisplayEmbed.vue fix(editor): Render image binary-data using img tags (#10829) 2024-09-16 15:17:33 +02:00
BreakpointsObserver.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
ButtonParameter.test.ts feat(AI Transform Node): UX improvements (#11280) 2024-11-05 18:47:52 +00:00
CanvasControls.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
ChangePasswordModal.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
ChangePasswordModal.vue refactor(core): Migrate Modal.vue to composition API (no-changelog) (#10792) 2024-09-12 16:41:21 +02:00
ChatEmbedModal.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
ChatEmbedModal.vue feat: Simplify n8n/chat build process (no-changelog) (#9952) 2024-07-05 15:44:19 +03:00
CollaborationPane.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
CollectionParameter.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
CollectionParameter.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
CollectionWorkflowCard.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
CommunityPackageCard.vue refactor(editor): Migrate components to composition API (#11497) 2024-11-04 17:00:06 -05:00
CommunityPackageInstallModal.test.ts refactor(editor): Rename design-system unit test files and snapshots (no-changelog) (#11539) 2024-11-05 14:20:02 +02:00
CommunityPackageInstallModal.vue refactor(editor): Migrate community nodes modals to composition api (no-changelog) (#10909) 2024-09-23 17:28:50 +02:00
CommunityPackageManageConfirmModal.vue refactor(editor): Migrate community nodes modals to composition api (no-changelog) (#10909) 2024-09-23 17:28:50 +02:00
CommunityPlusEnrollmentModal.test.ts feat: Opt in to additional features on community for existing users (#11166) 2024-10-09 13:21:34 +02:00
CommunityPlusEnrollmentModal.vue feat: Opt in to additional features on community for existing users (#11166) 2024-10-09 13:21:34 +02:00
ContactPromptModal.vue refactor(editor): Migrate small components to composition API (#11509) 2024-11-04 08:06:00 -05:00
CopyInput.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
CopyInput.vue refactor(editor): Correct some prop types (no-changelog) (#10907) 2024-09-23 09:19:37 +02:00
CredentialCard.test.ts fix(editor): Follow up fixes and improvements to viewer role (#10684) 2024-09-10 11:06:05 +02:00
CredentialCard.vue feat(editor): Add route for create / edit / share credentials (#11134) 2024-10-08 11:56:48 +02:00
CredentialIcon.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
CredentialIcon.vue fix(editor): Fix performance issue in credentials list (#10988) 2024-09-27 12:04:00 +02:00
CredentialsSelect.vue refactor(editor): Correct some prop types (no-changelog) (#10907) 2024-09-23 09:19:37 +02:00
CredentialsSelectModal.vue refactor(editor): Convert credential related components to composition API (no-changelog) (#10530) 2024-08-29 10:30:19 -04: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.test.ts test(editor): Increase test coverage for users settings page and modal (#10623) 2024-08-30 16:45:18 +02:00
DeleteUserModal.vue refactor(editor): Convert DeleteUserModal to composition api (no-changelog) (#10531) 2024-08-23 16:23:31 +03:00
Draggable.vue ci: Remove eslint-plugin-prettier again (no-changelog) (#10876) 2024-09-19 16:29:04 +02:00
DraggableTarget.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
DuplicateWorkflowDialog.vue refactor(editor): DuplicateWorkflowDialog.vue to script setup (#10902) 2024-09-23 09:49:48 -04:00
EnterpriseEdition.ee.vue refactor(editor): Convert some smaller components to composition api (no-changelog) (#11546) 2024-11-04 20:09:34 -05:00
ExpressionEditModal.test.ts fix(editor): Make expression edit modal read-only in executions view (#10806) 2024-09-13 15:27:55 +02:00
ExpressionEditModal.vue fix(editor): Fix collapsing nested items in expression modal schema view (#11645) 2024-11-11 16:45:27 +00:00
ExpressionEditorModalInput.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
ExpressionFunctionIcon.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
ExpressionParameterInput.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
ExpressionParameterInput.vue feat(editor): Enable drag and drop in code editors (Code/SQL/HTML) (#10888) 2024-09-25 14:25:26 +01:00
ExternalSecretsProviderCard.ee.vue refactor(editor): Add Infisical deprecation notice (#10191) 2024-07-26 14:38:41 +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 feat: Introduce Google Cloud Platform as external secrets provider (#10146) 2024-07-30 14:58:25 +02:00
ExternalSecretsProviderModal.ee.vue refactor(editor): Delete unused code (no-changelog) (#9866) 2024-06-26 11:45:41 +02:00
Feedback.test.ts refactor(editor): Rename design-system unit test files and snapshots (no-changelog) (#11539) 2024-11-05 14:20:02 +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.test.ts refactor(editor): Migrate FixedCollectionParameter to composition API (#11555) 2024-11-06 14:40:49 +00:00
FixedCollectionParameter.vue refactor(editor): Migrate FixedCollectionParameter to composition API (#11555) 2024-11-06 14:40:49 +00:00
GiftNotificationIcon.vue refactor(editor): Apply Prettier (no-changelog) (#4920) 2022-12-14 10:04:10 +01:00
GoBackButton.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
HtmlEditor.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
ImportCurlModal.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
ImportCurlParameter.vue feat(editor): Add support for unplugin-icons and auto-importing components (no-changelog) (#10055) 2024-07-23 13:30:29 +03:00
InlineNameEdit.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
InlineTextEdit.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
InputNodeSelect.vue fix(editor): Allow resources to move between personal and team projects (#10683) 2024-09-27 15:12:31 +02:00
InputPanel.test.ts test(editor): Add unit test for inputpanel component (#11644) 2024-11-11 16:19:50 +00:00
InputPanel.vue test(editor): Add unit test for inputpanel component (#11644) 2024-11-11 16:19:50 +00:00
IntersectionObserved.vue refactor(editor): Migrate small components to composition API (#11509) 2024-11-04 08:06:00 -05:00
IntersectionObserver.vue refactor(editor): Migrate small components to composition API (#11509) 2024-11-04 08:06:00 -05:00
InviteUsersModal.vue refactor(editor): Migrate components to composition API (#11497) 2024-11-04 17:00:06 -05:00
JsEditor.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
JsonEditor.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
KeyboardShortcutTooltip.vue feat: Add report bug buttons (#11304) 2024-10-21 13:32:37 +02:00
Logo.vue refactor(editor): Migrate small components to composition API (#11509) 2024-11-04 08:06:00 -05:00
MainSidebar.vue refactor(editor): Move executions under projects (#11541) 2024-11-12 17:01:22 +01:00
MainSidebarSourceControl.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
MainSidebarSourceControl.vue refactor(editor): Delete unused code (no-changelog) (#9866) 2024-06-26 11:45:41 +02:00
MappingPill.vue fix(editor): Replace v-html with custom directive to sanitize html (#10804) 2024-09-18 09:49:41 +03:00
MfaSetupModal.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
Modal.vue fix(editor): Ensure toasts show above modal overlays (#11410) 2024-10-25 16:56:47 +02:00
ModalDrawer.vue refactor(editor): Migrate small components to composition API (#11509) 2024-11-04 08:06:00 -05:00
ModalRoot.vue refactor(editor): Migrate small components to composition API (#11509) 2024-11-04 08:06:00 -05:00
Modals.vue refactor(editor): Migrate small components to composition API (#11509) 2024-11-04 08:06:00 -05:00
MultipleParameter.test.ts refactor(editor): Convert MultipleParameter to composition API (no-changelog) (#11568) 2024-11-05 19:23:45 +01:00
MultipleParameter.vue refactor(editor): Migrate FixedCollectionParameter to composition API (#11555) 2024-11-06 14:40:49 +00:00
NDVDraggablePanels.vue refactor(editor): Migrate ndv.store to composition API (#11574) 2024-11-08 08:11:36 -05:00
NDVFloatingNodes.vue fix(editor): Fix floating nodes sorting (no-changelog) (#11301) 2024-10-18 11:13:47 +02:00
NDVSubConnections.test.ts refactor(editor): Rename design-system unit test files and snapshots (no-changelog) (#11539) 2024-11-05 14:20:02 +02:00
NDVSubConnections.vue fix: Ensure NDV params don't get cut off early and scrolled to the top (#11252) 2024-10-21 13:34:57 +02:00
Node.vue fix(editor): Add optional chaining to nodeExecutionRunData in node execution status (no-changelog) (#11370) 2024-11-01 16:40:13 +02:00
NodeCredentials.vue fix(editor): Fix selected credential being overwritten in NDV (#11496) 2024-11-06 10:01:45 +00:00
NodeDetailsView.test.ts refactor(editor): RunData components to composition API (no-changelog) (#11545) 2024-11-07 09:29:02 -05:00
NodeDetailsView.vue refactor(editor): RunData components to composition API (no-changelog) (#11545) 2024-11-07 09:29:02 -05:00
NodeExecuteButton.vue refactor(editor): Migrate ndv.store to composition API (#11574) 2024-11-08 08:11:36 -05:00
NodeExecutionErrorMessage.vue fix(editor): Fix xss issues in toast usages (#10733) 2024-09-09 13:26:21 +03:00
NodeIcon.vue refactor(editor): Migrate components to composition API (#11497) 2024-11-04 17:00:06 -05:00
NodeList.vue refactor(editor): Migrate small components to composition API (#11509) 2024-11-04 08:06:00 -05:00
NodeSettings.vue feat(AI Transform Node): UX improvements (#11280) 2024-11-05 18:47:52 +00:00
NodeSettingsTabs.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
NodeTitle.test.ts fix(editor): Ensure Enter key on Cancel button correctly cancels node rename (#11563) 2024-11-05 17:39:55 +01:00
NodeTitle.vue fix(editor): Ensure Enter key on Cancel button correctly cancels node rename (#11563) 2024-11-05 17:39:55 +01:00
NodeViewUnfinishedWorkflowMessage.vue fix(editor): Fix notification rendering HTML as text (#10642) 2024-09-03 10:41:59 +02:00
NodeWebhooks.vue refactor(editor): Migrate NodeWebhooks to Composition API (no-changelog) (#10710) 2024-09-06 16:12:05 +03:00
NpsSurvey.vue fix(editor): Fixing XSS vulnerability in toast messages (#10329) 2024-08-08 16:28:51 +02:00
OutputPanel.vue refactor(editor): Migrate ndv.store to composition API (#11574) 2024-11-08 08:11:36 -05:00
PanelDragButton.vue refactor(editor): Migrate small components to composition API (#11509) 2024-11-04 08:06:00 -05:00
ParameterInput.test.ts refactor(editor): Migrate ndv.store to composition API (#11574) 2024-11-08 08:11:36 -05:00
ParameterInput.vue feat(editor): Improve how we show default Agent prompt and Memory session parameters (#11491) 2024-11-12 11:33:20 +01:00
ParameterInputExpanded.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
ParameterInputFull.vue feat(editor): Improve how we show default Agent prompt and Memory session parameters (#11491) 2024-11-12 11:33:20 +01:00
ParameterInputHint.vue fix(editor): Replace v-html with custom directive to sanitize html (#10804) 2024-09-18 09:49:41 +03:00
ParameterInputList.vue feat(editor): Improve how we show default Agent prompt and Memory session parameters (#11491) 2024-11-12 11:33:20 +01:00
ParameterInputWrapper.test.ts feat(editor): Implement new app layout (#10548) 2024-08-28 14:01:05 +02:00
ParameterInputWrapper.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
ParameterIssues.vue refactor(editor): Migrate small components to composition API (#11509) 2024-11-04 08:06:00 -05:00
ParameterOptions.test.ts feat(AI Transform Node): UX improvements (#11280) 2024-11-05 18:47:52 +00:00
ParameterOptions.vue feat(editor): Improve how we show default Agent prompt and Memory session parameters (#11491) 2024-11-12 11:33:20 +01:00
PersonalizationModal.test.ts feat(editor): Community+ enrollment (#10776) 2024-10-07 13:09:58 +02:00
PersonalizationModal.vue fix(editor): Open Community+ enrollment modal only for the instance owner (#11292) 2024-10-21 10:02:18 +02:00
PushConnectionTracker.vue refactor(editor): Convert some smaller components to composition api (no-changelog) (#11546) 2024-11-04 20:09:34 -05:00
ResourceMapper.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
RunData.test.ts refactor(editor): RunData components to composition API (no-changelog) (#11545) 2024-11-07 09:29:02 -05:00
RunData.vue test(editor): Add unit test for inputpanel component (#11644) 2024-11-11 16:19:50 +00:00
RunDataHtml.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
RunDataJson.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
RunDataJson.vue refactor(editor): Migrate components to composition API (#11497) 2024-11-04 17:00:06 -05:00
RunDataJsonActions.vue refactor(editor): Migrate components to composition API (#11497) 2024-11-04 17:00:06 -05:00
RunDataPinButton.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
RunDataPinButton.vue refactor(editor): RunData components to composition API (no-changelog) (#11545) 2024-11-07 09:29:02 -05:00
RunDataSchema.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
RunDataSchema.vue fix(editor): Fix collapsing nested items in expression modal schema view (#11645) 2024-11-11 16:45:27 +00:00
RunDataSchemaItem.vue fix(editor): Fix collapsing nested items in expression modal schema view (#11645) 2024-11-11 16:45:27 +00:00
RunDataSearch.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
RunDataSearch.vue fix: NDV search bugs (#11613) 2024-11-07 14:34:50 +02:00
RunDataTable.vue refactor(editor): RunData components to composition API (no-changelog) (#11545) 2024-11-07 09:29:02 -05:00
RunInfo.vue feat(editor): Separate node output execution tooltip from status icon (#11196) 2024-10-21 09:35:23 +02:00
SaveButton.vue refactor(editor): Correct some prop types (no-changelog) (#10907) 2024-09-23 09:19:37 +02:00
ScopesNotice.vue refactor(editor): Move a few components to script setup (no-changelog) (#10029) 2024-07-12 15:03:23 +02:00
SettingsSidebar.vue refactor: Clean up hooks and fake doors (no-changelog) (#11498) 2024-11-01 15:23:41 +01:00
ShortenName.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04: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.test.ts feat: Add tracking for node errors and update node graph (#11060) 2024-10-15 12:38:17 +02:00
SourceControlPushModal.ee.vue fix(editor): Fix source control push modal checkboxes (#10910) 2024-09-24 11:40:28 +02:00
SQLEditor.test.ts fix(editor): Fix hiding SQL query output when trying to select (#11649) 2024-11-11 17:14:53 +00:00
SSOLogin.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
SSOLogin.vue fix(editor): Allow SSO login focus outlines to draw fully (no-changelog) (#11195) 2024-10-10 12:25:45 +03:00
Sticky.vue fix(editor): Prevent deleting a sticky note while editing (no-changelog) (#11576) 2024-11-11 07:02:26 -05:00
TagsContainer.vue feat(core): Execution curation (#10342) 2024-09-02 15:20:08 +02:00
TagsDropdown.vue feat(editor): Make highlighted data pane floating (#10638) 2024-09-04 13:11:33 +02:00
Telemetry.vue fix: Ensure user id for early track events (#10885) 2024-09-23 14:13:06 +02:00
TemplateCard.vue refactor(editor): Migrate components to composition API (#11497) 2024-11-04 17:00:06 -05:00
TemplateDetails.vue refactor(editor): Migrate small components to composition API (#11509) 2024-11-04 08:06:00 -05:00
TemplateDetailsBlock.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
TemplateFilters.vue refactor(editor): Migrate components to composition API (#11497) 2024-11-04 17:00:06 -05:00
TemplateList.vue refactor: Move page components to composables (no-changelog) (#11494) 2024-11-01 14:11:42 +01:00
TemplatesInfoCard.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
TemplatesInfoCard.vue refactor(editor): Migrate components to composition API (#11497) 2024-11-04 17:00:06 -05:00
TemplatesInfoCarousel.vue refactor(editor): Migrate TemplatesWorkflowView.vue to composition API (#10918) 2024-09-23 11:33:25 -04:00
TextEdit.vue fix(editor): Prevent NodeCreator from swallowing AskAssistant enter event (#11532) 2024-11-07 16:22:13 +01:00
TextWithHIghlights.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02: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): Replace v-html with custom directive to sanitize html (#10804) 2024-09-18 09:49:41 +03:00
TriggerPanel.vue refactor(editor): Migrate TriggerPanel.vue to composition API (#11608) 2024-11-07 07:29:01 -05:00
UpdatesPanel.vue fix(editor): When cloud users click on "How to update your n8n version" auto-login them before redirecting to the dashboard (no-changelog) (#11467) 2024-11-01 11:01:54 -04:00
VariablesRow.test.ts refactor(editor): Rename design-system unit test files and snapshots (no-changelog) (#11539) 2024-11-05 14:20:02 +02:00
VariablesRow.vue fix(editor): Connect up new project viewer role to the FE (#9913) 2024-08-13 16:45:28 +03:00
VersionCard.vue fix(editor): Replace v-html with custom directive to sanitize html (#10804) 2024-09-18 09:49:41 +03: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 small components to composition API (#11509) 2024-11-04 08:06:00 -05:00
WorkflowActivationErrorMessage.vue fix(editor): Fix xss issues in toast usages (#10733) 2024-09-09 13:26:21 +03:00
WorkflowActivator.test.ts fix(editor): Change tooltip for workflow with execute workflow trigger (#11374) 2024-10-29 15:25:35 +01:00
WorkflowActivator.vue fix(editor): Change tooltip for workflow with execute workflow trigger (#11374) 2024-10-29 15:25:35 +01:00
WorkflowCard.test.ts fix(editor): Follow up fixes and improvements to viewer role (#10684) 2024-09-10 11:06:05 +02:00
WorkflowCard.vue fix(editor): Follow up fixes and improvements to viewer role (#10684) 2024-09-10 11:06:05 +02:00
WorkflowLMChatModal.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
WorkflowPreview.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
WorkflowPreview.vue fix(editor): Ensure toasts show above modal overlays (#11410) 2024-10-25 16:56:47 +02:00
WorkflowSettings.test.ts fix(editor): Fix default workflow settings (#11632) 2024-11-08 15:48:23 +01:00
WorkflowSettings.vue fix(editor): Fix default workflow settings (#11632) 2024-11-08 15:48:23 +01:00
WorkflowShareModal.ee.vue refactor(editor): Migrate WorkflowShareModal.ee.vue to composition API (#11605) 2024-11-07 07:28:27 -05:00
WorkflowTagsContainer.vue feat(core): Execution curation (#10342) 2024-09-02 15:20:08 +02:00
WorkflowTagsDropdown.vue feat(core): Execution curation (#10342) 2024-09-02 15:20:08 +02:00