n8n/packages/editor-ui/src/components
Giulio Andreini 264f918d97
fix(editor): Nodes connectors improvements (#8945)
Co-authored-by: Elias Meire <elias@meire.dev>
2024-03-26 09:54:04 +01:00
..
__tests__ refactor(core): Unify failed and error execution status (no-changelog) (#8943) 2024-03-25 17:52:07 +01:00
AssignmentCollection feat(editor): Help users discover expressions when using drag n drop (#8869) 2024-03-13 12:57:08 +01:00
banners fix(editor): Remove isOwner from IUser interface (#8888) 2024-03-18 11:39:15 +01:00
BecomeTemplateCreatorCta feat: Add telemetry to become creator CTA (no-changelog) (#8429) 2024-01-25 10:24:13 +02:00
CodeNodeEditor feat(editor): Add sections to autocomplete dropdown (#8720) 2024-03-07 17:01:05 +01:00
ContextMenu refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
CredentialEdit refactor: Remove node access control (#8730) 2024-03-04 16:11:35 +00:00
CredentialPicker feat: Enable cred setup for workflows created from templates (no-changelog) (#8240) 2024-01-05 18:07:57 +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(editor): Fix error message color in output panel for dark mode (no-changelog) (#8950) 2024-03-22 09:18:27 +01:00
ExecutionsView refactor(core): Unify failed and error execution status (no-changelog) (#8943) 2024-03-25 17:52:07 +01:00
ExpandableInput refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
ExpressionEditorModal feat(editor): Refactor expression editors and mixins to composition API (#8894) 2024-03-15 18:40:37 +01:00
FilterConditions fix: Improve filter component error handling (#8832) 2024-03-08 10:10:32 +01:00
forms refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
HtmlEditor feat(editor): Refactor expression editors and mixins to composition API (#8894) 2024-03-15 18:40:37 +01:00
InlineExpressionEditor feat(editor): Refactor expression editors and mixins to composition API (#8894) 2024-03-15 18:40:37 +01:00
InputTriple feat: Add assignment component with drag and drop to Set node (#8283) 2024-02-06 18:34:34 +01:00
JsEditor feat(editor): Add sections to autocomplete dropdown (#8720) 2024-03-07 17:01:05 +01:00
JsonEditor feat(editor): Add sections to autocomplete dropdown (#8720) 2024-03-07 17:01:05 +01:00
layouts fix(editor): Fix workflows filter resetting (#8411) 2024-01-26 06:55:08 +01:00
MainHeader fix(editor): Remove isOwner from IUser interface (#8888) 2024-03-18 11:39:15 +01:00
Node feat(OpenAI Node): Overhaul (#8335) 2024-02-15 10:15:58 +02:00
ResourceLocator feat(editor): Migrate workflowRun mixin to useRunWorkflow composable (no-changelog) (#8711) 2024-02-27 11:39:45 +02:00
ResourceMapper refactor(editor): Refactor workflowHelpers mixin to composable (no-changelog) (#8600) 2024-02-12 10:45:05 +01:00
RunDataAi refactor: Update Langchain to 0.1.41 & add support for Claude 3 (#8825) 2024-03-07 11:36:36 +01:00
SettingsLogStreaming refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +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 feat(editor): Refactor expression editors and mixins to composition API (#8894) 2024-03-15 18:40:37 +01:00
SuggestedTemplates fix: Stop showing fake door templates when user clicks on "use template" (no-changelog) (#8219) 2024-01-03 17:04:30 -05:00
TagsManager refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
transitions feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
Workers feat(editor): Migrate copyPaste mixin to composables (no-changelog) (#8179) 2023-12-29 12:13:24 +02:00
WorkflowHistory refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
AboutModal.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
ActivationModal.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01: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): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
BinaryDataDisplayEmbed.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
BreakpointsObserver.vue feat(editor): Migrate debounce mixin to useDebounce composable (no-changelog) (#8244) 2024-01-08 14:00:49 +02:00
CanvasControls.vue feat(editor): Migrate deviceSupportHelpers mixin to useDeviceSupport composable (no-changelog) (#8289) 2024-01-10 16:42:01 +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): Do not use CodeNodeEditor anywhere except the Code node (no-changelog) (#8636) 2024-02-15 11:35:50 +01:00
CollectionParameter.vue refactor: Add lint rule for unsafe property access with lodash get/set (no-changelog) (#8587) 2024-02-08 15:32:04 +01:00
CollectionWorkflowCard.vue refactor: Migrate genericHelpers mixin to composable (#8220) 2024-01-05 12:23:28 +01:00
CommunityPackageCard.vue fix(editor): Fix invisible community package update button (#8406) 2024-01-22 10:33:08 +01:00
CommunityPackageInstallModal.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01: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): Refactor workflowHelpers mixin to composable (no-changelog) (#8600) 2024-02-12 10:45:05 +01:00
CopyInput.vue feat(editor): Migrate copyPaste mixin to composables (no-changelog) (#8179) 2023-12-29 12:13:24 +02:00
CredentialCard.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
CredentialIcon.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
CredentialsSelect.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
CredentialsSelectModal.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +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): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
Draggable.vue feat: Add assignment component with drag and drop to Set node (#8283) 2024-02-06 18:34:34 +01:00
DraggableTarget.vue feat: Add assignment component with drag and drop to Set node (#8283) 2024-02-06 18:34:34 +01:00
DuplicateWorkflowDialog.vue feat(editor): Migrate workflowRun mixin to useRunWorkflow composable (no-changelog) (#8711) 2024-02-27 11:39:45 +02:00
EnterpriseEdition.ee.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
ExecutionFilter.vue feat(editor): Migrate debounce mixin to useDebounce composable (no-changelog) (#8244) 2024-01-08 14:00:49 +02:00
ExecutionsList.vue refactor(core): Unify failed and error execution status (no-changelog) (#8943) 2024-03-25 17:52:07 +01:00
ExecutionsUsage.vue refactor(editor): Delete some barrel files and reduce circular dependencies (no-changelog) (#7838) 2023-11-28 12:15:08 +01:00
ExecutionTime.vue refactor: Migrate genericHelpers mixin to composable (#8220) 2024-01-05 12:23:28 +01:00
ExpressionEdit.vue feat(editor): Migrate debounce mixin to useDebounce composable (no-changelog) (#8244) 2024-01-08 14:00:49 +02:00
ExpressionFunctionIcon.vue feat(editor): Inline expression editor (#4814) 2022-12-14 14:43:02 +01:00
ExpressionParameterInput.vue feat(editor): Refactor expression editors and mixins to composition API (#8894) 2024-03-15 18:40:37 +01:00
ExternalSecretsProviderCard.ee.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
ExternalSecretsProviderConnectionSwitch.ee.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
ExternalSecretsProviderImage.ee.vue feat: External Secrets storage for credentials (#6477) 2023-08-25 10:33:46 +02:00
ExternalSecretsProviderModal.ee.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
FeatureComingSoon.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
Feedback.spec.ts feat: Add AI Error Debugging using OpenAI (#8805) 2024-03-13 16:48:00 +02:00
Feedback.vue feat: Add AI Error Debugging using OpenAI (#8805) 2024-03-13 16:48:00 +02:00
FixedCollectionParameter.vue refactor: Add lint rule for unsafe property access with lodash get/set (no-changelog) (#8587) 2024-02-08 15:32:04 +01: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: Run lintfix (no-changelog) (#7537) 2023-10-27 14:15:02 +02:00
ImportCurlModal.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
ImportParameter.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
InlineNameEdit.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
InlineTextEdit.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
InputPanel.vue feat: No expression error when node hasn’t executed (#8448) 2024-02-27 10:29:16 +01: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 fix(editor): Remove isOwner from IUser interface (#8888) 2024-03-18 11:39:15 +01:00
KeyboardShortcutTooltip.vue feat(editor): Add node context menu (#7620) 2023-11-20 14:37:12 +01:00
Logo.vue refactor(editor): Delete some barrel files and reduce circular dependencies (no-changelog) (#7838) 2023-11-28 12:15:08 +01:00
MainSidebar.vue feat: Fetch user cloud role and pass it on in website links (#8942) 2024-03-22 11:33:39 +01:00
MainSidebarSourceControl.vue fix(editor): Replace isInstanceOwner checks with scopes where applicable (#7858) 2023-12-04 10:02:54 +01:00
MappingPill.vue ci: Enforce code formatting on editor-ui (no-changelog) (#5022) 2022-12-23 13:37:32 +01:00
MfaSetupModal.vue feat(editor): Migrate copyPaste mixin to composables (no-changelog) (#8179) 2023-12-29 12:13:24 +02:00
Modal.vue feat: Enable cred setup for workflows created from templates (no-changelog) (#8240) 2024-01-05 18:07:57 +02:00
ModalDrawer.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
ModalRoot.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
Modals.vue test: Add e2e tests for cred setup on workflow editor (no-changelog) (#8245) 2024-01-08 11:35:18 +02:00
MultipleParameter.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
NDVDraggablePanels.vue feat(editor): AI Floating Nodes (#8703) 2024-02-23 13:34:32 +01:00
NDVFloatingNodes.vue feat(editor): AI Floating Nodes (#8703) 2024-02-23 13:34:32 +01:00
NDVSubConnections.vue fix(editor): Remove NDVSubConnections component console.log (no-changelog) (#8737) 2024-02-26 10:22:51 +01:00
Node.vue fix(editor): Nodes connectors improvements (#8945) 2024-03-26 09:54:04 +01:00
NodeCredentials.vue refactor: Migrate genericHelpers mixin to composable (#8220) 2024-01-05 12:23:28 +01:00
NodeDetailsView.vue feat(editor): Migrate workflowRun mixin to useRunWorkflow composable (no-changelog) (#8711) 2024-02-27 11:39:45 +02:00
NodeExecuteButton.vue fix(editor): Fix opening of chat window when executing a child node (#8789) 2024-03-21 09:23:15 +01:00
NodeIcon.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
NodeList.vue refactor: Migrate genericHelpers mixin to composable (#8220) 2024-01-05 12:23:28 +01:00
NodeSettings.vue feat(editor): AI Floating Nodes (#8703) 2024-02-23 13:34:32 +01:00
NodeSettingsTabs.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
NodeTitle.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
NodeWebhooks.vue feat(editor): Migrate workflowRun mixin to useRunWorkflow composable (no-changelog) (#8711) 2024-02-27 11:39:45 +02:00
OnboardingCallSignupModal.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
OutputPanel.vue refactor: Migrate genericHelpers mixin to composable (#8220) 2024-01-05 12:23:28 +01:00
PageAlert.vue refactor(editor): Delete some barrel files and reduce circular dependencies (no-changelog) (#7838) 2023-11-28 12:15:08 +01: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): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
ParameterInput.vue feat(editor): Refactor expression editors and mixins to composition API (#8894) 2024-03-15 18:40:37 +01:00
ParameterInputExpanded.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
ParameterInputFull.vue feat(editor): Add missing extension methods for expressions (#8845) 2024-03-20 12:05:54 +01:00
ParameterInputHint.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
ParameterInputList.vue feat(editor): Migrate workflowRun mixin to useRunWorkflow composable (no-changelog) (#8711) 2024-02-27 11:39:45 +02:00
ParameterInputWrapper.vue feat(editor): Migrate workflowRun mixin to useRunWorkflow composable (no-changelog) (#8711) 2024-02-27 11:39:45 +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(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
PersonalizationModal.vue feat: Track self serve trial (no-changelog) (#8801) 2024-03-06 10:29:47 +00:00
PushConnectionTracker.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
RBAC.vue feat(editor): Add routing middleware, permission checks, RBAC store, RBAC component (#7702) 2023-11-23 13:22:47 +02:00
RunData.vue feat(editor): Improve errors in output panel (#8644) 2024-03-07 18:08:01 +02:00
RunDataHtml.vue fix(editor): Sanitize HTML binary-data before rendering in the UI (#7400) 2023-10-11 12:09:19 +02:00
RunDataJson.vue feat(editor): Help users discover expressions when using drag n drop (#8869) 2024-03-13 12:57:08 +01:00
RunDataJsonActions.vue refactor: Migrate genericHelpers mixin to composable (#8220) 2024-01-05 12:23:28 +01:00
RunDataPinButton.vue fix(editor): Show pin button on binary output but disable it with tooltip (#8388) 2024-01-26 06:54:49 +01:00
RunDataSchema.vue feat(editor): Help users discover expressions when using drag n drop (#8869) 2024-03-13 12:57:08 +01:00
RunDataSchemaItem.vue feat(editor): Help users discover expressions when using drag n drop (#8869) 2024-03-13 12:57:08 +01:00
RunDataSearch.vue feat(editor): Migrate copyPaste mixin to composables (no-changelog) (#8179) 2023-12-29 12:13:24 +02:00
RunDataTable.vue feat(editor): Help users discover expressions when using drag n drop (#8869) 2024-03-13 12:57:08 +01: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 refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01: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 fix(editor): Use web native <a> element in nav menus (#8385) 2024-01-19 12:52:39 +02: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): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
SourceControlPushModal.ee.vue fix(editor): Add proper scroll to Environments push modal (#8883) 2024-03-14 09:26:04 +00: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): Refactor workflowHelpers mixin to composable (no-changelog) (#8600) 2024-02-12 10:45:05 +01:00
TagsContainer.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
TagsDropdown.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
Telemetry.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
TemplateCard.vue refactor: Migrate genericHelpers mixin to composable (#8220) 2024-01-05 12:23:28 +01:00
TemplateDetails.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01: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 feat(editor): Add new /templates/search endpoint (#8227) 2024-01-15 16:19:24 -05:00
TemplatesInfoCard.vue refactor: Migrate genericHelpers mixin to composable (#8220) 2024-01-05 12:23:28 +01:00
TemplatesInfoCarousel.vue refactor: Migrate genericHelpers mixin to composable (#8220) 2024-01-05 12:23:28 +01:00
TextEdit.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
TextWithHighlights.vue fix(editor): Avoid sanitizing output to search node data (#8126) 2023-12-22 15:03:40 +01:00
TimeAgo.vue refactor(editor): Delete some barrel files and reduce circular dependencies (no-changelog) (#7838) 2023-11-28 12:15:08 +01:00
TitledList.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
TriggerPanel.vue feat(editor): Migrate workflowRun mixin to useRunWorkflow composable (no-changelog) (#8711) 2024-02-27 11:39:45 +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
ValueSurvey.vue refactor(editor): Refactor workflowHelpers mixin to composable (no-changelog) (#8600) 2024-02-12 10:45:05 +01:00
VariableSelector.vue feat(editor): Migrate workflowRun mixin to useRunWorkflow composable (no-changelog) (#8711) 2024-02-27 11:39:45 +02:00
VariableSelectorItem.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
VariablesRow.vue feat(editor): Migrate copyPaste mixin to composables (no-changelog) (#8179) 2023-12-29 12:13:24 +02:00
VersionCard.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01: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: Migrate genericHelpers mixin to composable (#8220) 2024-01-05 12:23:28 +01:00
WorkflowActivator.vue fix: Set '@typescript-eslint/return-await' rule to 'always' for FE (no-changelog) (#8373) 2024-01-18 11:28:01 +02:00
WorkflowCard.vue fix(editor): Fix workflow card open action (#8839) 2024-03-12 11:32:34 +01:00
WorkflowLMChat.vue fix(editor): Fix opening of chat window when executing a child node (#8789) 2024-03-21 09:23:15 +01:00
WorkflowPreview.vue fix(editor): Vertically center workflow preview loading state (#8231) 2024-01-05 09:04:39 -05:00
WorkflowSettings.vue refactor: Migrate genericHelpers mixin to composable (#8220) 2024-01-05 12:23:28 +01:00
WorkflowShareModal.ee.vue fix: Set '@typescript-eslint/return-await' rule to 'always' for FE (no-changelog) (#8373) 2024-01-18 11:28:01 +02:00