n8n/packages/editor-ui/src/components
2024-02-15 11:35:50 +01:00
..
__tests__ refactor(editor): Refactor workflowHelpers mixin to composable (no-changelog) (#8600) 2024-02-12 10:45:05 +01:00
AssignmentCollection refactor(editor): Refactor workflowHelpers mixin to composable (no-changelog) (#8600) 2024-02-12 10:45:05 +01:00
banners refactor(core): Remove roleId indirection (no-changelog) (#8413) 2024-01-24 13:38:57 +01:00
BecomeTemplateCreatorCta feat: Add telemetry to become creator CTA (no-changelog) (#8429) 2024-01-25 10:24:13 +02:00
CodeNodeEditor refactor(editor): Refactor workflowHelpers mixin to composable (no-changelog) (#8600) 2024-02-12 10:45: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(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01: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 feat(editor): Migrate copyPaste mixin to composables (no-changelog) (#8179) 2023-12-29 12:13:24 +02:00
ExecutionsView refactor(editor): Refactor workflowHelpers mixin to composable (no-changelog) (#8600) 2024-02-12 10:45:05 +01:00
ExpandableInput refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
ExpressionEditorModal refactor(editor): Refactor workflowHelpers mixin to composable (no-changelog) (#8600) 2024-02-12 10:45:05 +01:00
FilterConditions refactor(editor): Refactor workflowHelpers mixin to composable (no-changelog) (#8600) 2024-02-12 10:45:05 +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): Add fullscreen view to code editor (#8084) 2024-01-04 17:23:24 +01:00
InlineExpressionEditor fix(HTTP Request Node): Handle special characters in pagination expressions + improve hint text (#8576) 2024-02-12 17:32:27 +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 fullscreen view to code editor (#8084) 2024-01-04 17:23:24 +01:00
JsonEditor feat(editor): Add fullscreen view to code editor (#8084) 2024-01-04 17:23:24 +01:00
layouts fix(editor): Fix workflows filter resetting (#8411) 2024-01-26 06:55:08 +01:00
MainHeader refactor(editor): Refactor workflowHelpers mixin to composable (no-changelog) (#8600) 2024-02-12 10:45:05 +01:00
Node feat(OpenAI Node): Overhaul (#8335) 2024-02-15 10:15:58 +02:00
ResourceLocator refactor(editor): Refactor workflowHelpers mixin to composable (no-changelog) (#8600) 2024-02-12 10:45:05 +01:00
ResourceMapper refactor(editor): Refactor workflowHelpers mixin to composable (no-changelog) (#8600) 2024-02-12 10:45:05 +01:00
RunDataAi feat(editor): Migrate copyPaste mixin to composables (no-changelog) (#8179) 2023-12-29 12:13:24 +02: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): Add fullscreen view to code editor (#8084) 2024-01-04 17:23:24 +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 refactor(editor): Refactor workflowHelpers mixin to composable (no-changelog) (#8600) 2024-02-12 10:45:05 +01: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): Bring active executions into executions controller (no-changelog) (#8371) 2024-01-23 09:48:50 +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 fix(editor): Debounce expression changes (#8629) 2024-02-14 15:23:11 +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
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 refactor(editor): Refactor workflowHelpers mixin to composable (no-changelog) (#8600) 2024-02-12 10:45:05 +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 refactor(core): Remove roleId indirection (no-changelog) (#8413) 2024-01-24 13:38:57 +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: Add telemetry event when users click on templates link (#8625) 2024-02-14 13:26:44 +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): Migrate debounce mixin to useDebounce composable (no-changelog) (#8244) 2024-01-08 14:00:49 +02:00
NDVFloatingNodes.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
Node.vue fix(HTTP Request Node): Handle special characters in pagination expressions + improve hint text (#8576) 2024-02-12 17:32:27 +01:00
NodeCredentials.vue refactor: Migrate genericHelpers mixin to composable (#8220) 2024-01-05 12:23:28 +01:00
NodeDetailsView.vue refactor(editor): Refactor workflowHelpers mixin to composable (no-changelog) (#8600) 2024-02-12 10:45:05 +01:00
NodeExecuteButton.vue refactor(editor): Refactor workflowHelpers mixin to composable (no-changelog) (#8600) 2024-02-12 10:45:05 +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): Add fullscreen view to code editor (#8084) 2024-01-04 17:23:24 +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 refactor(editor): Refactor workflowHelpers mixin to composable (no-changelog) (#8600) 2024-02-12 10:45:05 +01: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 refactor(editor): Refactor workflowHelpers mixin to composable (no-changelog) (#8600) 2024-02-12 10:45:05 +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: Add assignment component with drag and drop to Set node (#8283) 2024-02-06 18:34:34 +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 refactor(editor): Refactor workflowHelpers mixin to composable (no-changelog) (#8600) 2024-02-12 10:45:05 +01:00
ParameterInputWrapper.vue refactor(editor): Refactor workflowHelpers mixin to composable (no-changelog) (#8600) 2024-02-12 10:45:05 +01: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 refactor(editor): Refactor workflowHelpers mixin to composable (no-changelog) (#8600) 2024-02-12 10:45:05 +01: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 fix(editor): Show pin button on binary output but disable it with tooltip (#8388) 2024-01-26 06:54:49 +01: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 fix: Set '@typescript-eslint/return-await' rule to 'always' for FE (no-changelog) (#8373) 2024-01-18 11:28:01 +02: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 refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
RunDataSchemaItem.vue feat(editor): Migrate copyPaste mixin to composables (no-changelog) (#8179) 2023-12-29 12:13:24 +02:00
RunDataSearch.vue feat(editor): Migrate copyPaste mixin to composables (no-changelog) (#8179) 2023-12-29 12:13:24 +02:00
RunDataTable.vue refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +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 refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01: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 refactor(editor): Refactor workflowHelpers mixin to composable (no-changelog) (#8600) 2024-02-12 10:45:05 +01: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 fix: Fix resolving of expressions of deeply nested sub-nodes (#8612) 2024-02-14 10:42:55 +01: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 refactor(editor): Improve linting for component and prop names (no-changelog) (#8169) 2023-12-28 09:49:58 +01:00
WorkflowLMChat.vue refactor(editor): Refactor workflowHelpers mixin to composable (no-changelog) (#8600) 2024-02-12 10:45:05 +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