n8n/packages/editor-ui/src/components
2024-10-21 14:06:24 +03:00
..
__tests__ fix(editor): Fix pin data button disappearing after reload (#11198) 2024-10-21 12:05:05 +02:00
AskAssistant fix: Prevent copying workflow when copying outside of canvas (#10813) 2024-09-16 12:27:44 +02:00
AssignmentCollection feat(editor): Implement new app layout (#10548) 2024-08-28 14:01:05 +02:00
banners feat: Run mfa.beforeSetup hook before enabling MFA (#11116) 2024-10-17 19:47:10 +02:00
BecomeTemplateCreatorCta refactor(editor): Migrate n8nRootStore to use composition API (no-changelog) (#9770) 2024-06-18 13:15:12 -04:00
ButtonParameter refactor: Use Ask AI feature through AI services instead of hooks (#11027) 2024-10-09 11:24:33 -04:00
canvas fix(editor): Show placeholder nodes when no trigger nodes available on new canvas (no-changelog) (#11106) 2024-10-21 13:09:03 +03:00
CodeNodeEditor refactor: Use Ask AI feature through AI services instead of hooks (#11027) 2024-10-09 11:24:33 -04:00
ContextMenu feat(editor): Update element-plus to 2.4.3 (no-changelog) (#10281) 2024-08-21 10:42:08 +02:00
CredentialEdit feat: Add more context to support chat (#11014) 2024-10-02 10:00:20 +02: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(editor): Disable Ask AI button in deprecated nodes (no-changelog) (#11194) 2024-10-11 09:36:27 -04:00
executions feat: Add tracking for node errors and update node graph (#11060) 2024-10-15 12:38:17 +02:00
ExpandableInput refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
ExpressionEditorModal refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
FilterConditions fix(editor): Fix schema view pill highlighting (#10936) 2024-09-25 13:33:49 +01:00
forms fix(editor): Allow resources to move between personal and team projects (#10683) 2024-09-27 15:12:31 +02:00
HtmlEditor feat(editor): Enable drag and drop in code editors (Code/SQL/HTML) (#10888) 2024-09-25 14:25:26 +01:00
InlineExpressionEditor fix(editor): Color scheme for a markdown code blocks in dark mode (#11008) 2024-09-30 13:41:46 +02:00
InputTriple feat: Add assignment component with drag and drop to Set node (#8283) 2024-02-06 18:34:34 +01: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 feat: Add tracking for node errors and update node graph (#11060) 2024-10-15 12:38:17 +02:00
MainHeader feat(editor): Create call to action tooltip for trying the new canvas (no-changelog) (#11230) 2024-10-21 14:06:24 +03:00
Node fix(editor): Keep always focus on the first item on the node's search panel (#11193) 2024-10-17 21:51:35 +02:00
Projects fix(editor): Fix sorting problem in older browsers that don't support toSorted (#11204) 2024-10-17 14:11:34 +02: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): Correct some prop types (no-changelog) (#10907) 2024-09-23 09:19:37 +02:00
RunDataAi refactor(editor): Correct some prop types (no-changelog) (#10907) 2024-09-23 09:19:37 +02:00
SettingsLogStreaming refactor(core): Migrate Modal.vue to composition API (no-changelog) (#10792) 2024-09-12 16:41:21 +02: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 feat(editor): Enable drag and drop in code editors (Code/SQL/HTML) (#10888) 2024-09-25 14:25:26 +01:00
TagsManager chore: Correct naming of annotation-related files (#10946) 2024-09-26 13:15:08 +02: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): Standardize how we use defineEmits in components using the composition API (no-changelog) (#9934) 2024-07-04 10:30:51 +03:00
WorkflowLMChat fix(editor): Fix chat crashing when rendering output-parsed content (#11210) 2024-10-11 09:47:10 +02: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
AnnotationTagsContainer.ee.vue chore: Correct naming of annotation-related files (#10946) 2024-09-26 13:15:08 +02: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
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
CanvasControls.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
ChangePasswordModal.vue refactor(core): Migrate Modal.vue to composition API (no-changelog) (#10792) 2024-09-12 16:41:21 +02: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 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): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04: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): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04: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.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): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04: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 feat(editor): Enable drag and drop in code editors (Code/SQL/HTML) (#10888) 2024-09-25 14:25:26 +01:00
ExpressionFunctionIcon.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04: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
FeatureComingSoon.vue fix(editor): Replace v-html with custom directive to sanitize html (#10804) 2024-09-18 09:49:41 +03: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 refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
GiftNotificationIcon.vue
GoBackButton.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
HoverableNodeIcon.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04: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.vue fix: Show result of waiting execution on canvas after execution complete (#10815) 2024-10-03 15:09:37 +03:00
IntersectionObserved.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
IntersectionObserver.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
InviteUsersModal.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04: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): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
MainSidebar.vue refactor(editor): Migrate MainSidebar.vue to composition API (no-changelog) (#10538) 2024-09-01 14:03:10 -04: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 refactor(core): Migrate Modal.vue to composition API (no-changelog) (#10792) 2024-09-12 16:41:21 +02:00
ModalDrawer.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
ModalRoot.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
Modals.vue feat(editor): Community+ enrollment (#10776) 2024-10-07 13:09:58 +02:00
MultipleParameter.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
NDVDraggablePanels.vue feat(editor): Implement new app layout (#10548) 2024-08-28 14:01:05 +02:00
NDVFloatingNodes.vue fix(editor): Fix floating nodes sorting (no-changelog) (#11301) 2024-10-18 11:13:47 +02:00
NDVSubConnections.vue refactor: Use NodeConnectionType consistently across the code base (no-changelog) (#10595) 2024-08-29 09:55:53 -04:00
Node.vue feat(n8n Form Page Node): New node (#10390) 2024-10-17 14:59:53 +01:00
NodeCredentials.vue refactor(editor): Convert credential related components to composition API (no-changelog) (#10530) 2024-08-29 10:30:19 -04:00
NodeDetailsView.vue refactor(editor): Correct some prop types (no-changelog) (#10907) 2024-09-23 09:19:37 +02:00
NodeExecuteButton.vue fix: Show result of waiting execution on canvas after execution complete (#10815) 2024-10-03 15:09:37 +03:00
NodeExecutionErrorMessage.vue fix(editor): Fix xss issues in toast usages (#10733) 2024-09-09 13:26:21 +03:00
NodeIcon.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
NodeList.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
NodeSettings.vue fix(editor): Allow resources to move between personal and team projects (#10683) 2024-09-27 15:12:31 +02:00
NodeSettingsTabs.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
NodeTitle.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04: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 fix: Show result of waiting execution on canvas after execution complete (#10815) 2024-10-03 15:09:37 +03:00
PanelDragButton.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
ParameterInput.vue feat(n8n Form Page Node): New node (#10390) 2024-10-17 14:59:53 +01:00
ParameterInputExpanded.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
ParameterInputFull.vue fix(editor): Fix schema view pill highlighting (#10936) 2024-09-25 13:33:49 +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(n8n Form Page Node): New node (#10390) 2024-10-17 14:59:53 +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): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
ParameterOptions.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04: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 fix(editor): Replace v-html with custom directive to sanitize html (#10804) 2024-09-18 09:49:41 +03:00
RBAC.vue ci: Remove eslint-plugin-prettier again (no-changelog) (#10876) 2024-09-19 16:29:04 +02:00
RunData.vue fix(editor): Fix pin data button disappearing after reload (#11198) 2024-10-21 12:05:05 +02:00
RunDataHtml.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
RunDataJson.vue perf(editor): Use virtual scrolling in RunDataJson.vue (#10838) 2024-09-19 08:43:09 -04:00
RunDataJsonActions.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04: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 fix(editor): Fix schema view in AI tools (#11089) 2024-10-04 14:29:42 +02:00
RunDataSchemaItem.vue fix(editor): Truncate long data pill labels in schema view (#10427) 2024-08-15 14:54:54 +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 fix(editor): Fix DataTable markup (no-changelog) (#11205) 2024-10-10 14:58:46 +02: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(editor): SettingsSidebar.vue to script setup (no-changelog) (#10709) 2024-09-23 09:17:29 -04: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
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 refactor(editor): Convert Sticky component to Options API (no-changelog) (#10975) 2024-09-26 14:15:11 +02: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): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
TemplateDetails.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
TemplateDetailsBlock.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
TemplateFilters.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
TemplateList.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
TemplatesInfoCard.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
TemplatesInfoCarousel.vue refactor(editor): Migrate TemplatesWorkflowView.vue to composition API (#10918) 2024-09-23 11:33:25 -04:00
TextEdit.vue feat(editor): Implement new app layout (#10548) 2024-08-28 14:01:05 +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 fix(editor): Replace v-html with custom directive to sanitize html (#10804) 2024-09-18 09:49:41 +03:00
UpdatesPanel.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04: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
WorkerList.ee.vue feat(editor): Overhaul document title management (#10999) 2024-09-30 10:57:25 +02:00
WorkflowActivationErrorMessage.vue fix(editor): Fix xss issues in toast usages (#10733) 2024-09-09 13:26:21 +03:00
WorkflowActivator.vue fix(editor): Replace v-html with custom directive to sanitize html (#10804) 2024-09-18 09:49:41 +03: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
WorkflowPreview.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04:00
WorkflowSettings.spec.ts feat(editor): Implement new app layout (#10548) 2024-08-28 14:01:05 +02:00
WorkflowSettings.vue fix(editor): Replace v-html with custom directive to sanitize html (#10804) 2024-09-18 09:49:41 +03:00
WorkflowShareModal.ee.vue refactor(editor): Standardize components sections order (no-changelog) (#10540) 2024-08-24 09:24:08 -04: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