n8n/packages/editor-ui/src/composables
Alex Grozav 4b0187e7e8
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
feat(editor): Add logic for renaming duplicate nodes in new canvas (no-changelog) (#11081)
2024-10-03 21:20:57 +03:00
..
__tests__ fix: Show result of waiting execution on canvas after execution complete (#10815) 2024-10-03 15:09:37 +03:00
useActiveNode.ts feat(editor): Migrate pinData mixin to usePinnedData composable (no-changelog) (#8207) 2024-01-04 11:22:56 +02:00
useAIAssistantHelpers.ts feat: Add more context to support chat (#11014) 2024-10-02 10:00:20 +02:00
useAutocompleteTelemetry.ts refactor(editor): Migrate n8nRootStore to use composition API (no-changelog) (#9770) 2024-06-18 13:15:12 -04:00
useBeforeUnload.ts refactor(editor): Enable collaboration features only in NodeView v2 (no-changelog) (#10756) 2024-09-11 14:22:55 +02:00
useCanvas.ts feat(editor): Add executing state and disable node run button while executing on new canvas (no-changelog) (#11079) 2024-10-03 15:29:41 +03:00
useCanvasMapping.spec.ts feat(editor): Improve sticky note experience on new canvas (no-changelog) (#11010) 2024-09-30 13:27:37 +03:00
useCanvasMapping.ts fix: Show result of waiting execution on canvas after execution complete (#10815) 2024-10-03 15:09:37 +03:00
useCanvasMouseSelect.ts refactor(editor): Migrate ui.store to use composition API (no-changelog) (#9892) 2024-07-03 15:11:40 -04:00
useCanvasNode.spec.ts fix(editor): Provide correct node output runData information in new canvas (no-changelog) (#10691) 2024-09-06 13:37:44 +03:00
useCanvasNode.ts fix(editor): Provide correct node output runData information in new canvas (no-changelog) (#10691) 2024-09-06 13:37:44 +03:00
useCanvasNodeHandle.ts feat(editor): Improve ai nodes, handles and connections design in new canvas (no-changelog) (#10969) 2024-09-30 14:29:30 +03:00
useCanvasOperations.ts feat(editor): Add logic for renaming duplicate nodes in new canvas (no-changelog) (#11081) 2024-10-03 21:20:57 +03:00
useCanvasPanning.ts refactor(editor): Migrate ui.store to use composition API (no-changelog) (#9892) 2024-07-03 15:11:40 -04:00
useClipboard.ts fix(editor): Prevent clipboard xss injection (#10894) 2024-09-20 12:51:18 +02:00
useContextMenu.ts fix(editor): Connect up new project viewer role to the FE (#9913) 2024-08-13 16:45:28 +03:00
useDataSchema.ts feat(editor): Show multiple nodes in input pane schema view (#9816) 2024-06-24 18:09:28 +02:00
useDebounce.ts refactor(editor): Fix type errors in ResourcesListLayout.vue (no-changelog) (#9461) 2024-05-20 09:01:38 -04:00
useDebugInfo.ts refactor(editor): Migrate settings.store to composition API (no-changelog) (#10022) 2024-07-19 08:35:36 -04:00
useDocumentTitle.ts feat(editor): Overhaul document title management (#10999) 2024-09-30 10:57:25 +02:00
useExecutionDebugging.ts fix(editor): Fixing XSS vulnerability in toast messages (#10329) 2024-08-08 16:28:51 +02:00
useExecutionHelpers.ts refactor(core): Separate execution startedAt from createdAt (#10810) 2024-09-27 13:32:12 +02:00
useExpressionEditor.ts ci: Setup biome and pre-commit hooks for formatting (no-changelog) (#10795) 2024-09-17 15:10:22 +03:00
useExternalHooks.ts refactor: Migrate externalHooks mixin to composables (no-changelog) (#7930) 2023-12-06 17:28:09 +02:00
useExternalSecretsProvider.ts fix(editor): Fix External secrets typecheck (no-changelog) (#9434) 2024-05-17 14:16:00 +03:00
useGlobalLinkActions.ts refactor(editor): Add types to global link actions event bus (no-changelog) (#10452) 2024-08-20 11:25:22 +03:00
useHistoryHelper.ts refactor(editor): Fix typescript issues in composables and misc files (no-changelog) (#9583) 2024-06-03 11:34:51 +02:00
useI18n.ts
useImportCurlCommand.ts feat: Add Ask AI to HTTP Request Node (#8917) 2024-05-02 13:52:15 +03:00
useKeybindings.spec.ts fix(editor): Prevent keyboard shortcuts when ndv is open in new canvas (no-changelog) (#10601) 2024-08-29 15:25:49 +03:00
useKeybindings.ts fix(editor): Prevent keyboard shortcuts when ndv is open in new canvas (no-changelog) (#10601) 2024-08-29 15:25:49 +03:00
useLoadingService.ts refactor: Migrate genericHelpers mixin to composable (#8220) 2024-01-05 12:23:28 +01:00
useMessage.ts fix(editor): Prevent clipboard XSS injection (#10805) 2024-09-16 08:36:40 +02:00
useNodeBase.ts refactor: Use NodeConnectionType consistently across the code base (no-changelog) (#10595) 2024-08-29 09:55:53 -04:00
useNodeConnections.ts feat(editor): Add plus handle design with ability to add connected nodes in new canvas (no-changelog) (#10097) 2024-07-18 19:01:14 +03:00
useNodeHelpers.ts refactor: Use NodeConnectionType consistently across the code base (no-changelog) (#10595) 2024-08-29 09:55:53 -04:00
useNodeSpecificationValues.ts
useNodeType.ts fix: Remove Request Options from sub nodes (no-changelog) (#9853) 2024-06-25 14:53:31 +03:00
usePinnedData.ts ci: Make pinning e2e test work locally (no-changelog) (#9954) 2024-07-05 16:52:12 +02:00
usePushConnection.ts fix: Show result of waiting execution on canvas after execution complete (#10815) 2024-10-03 15:09:37 +03:00
useRunWorkflow.ts fix: Show result of waiting execution on canvas after execution complete (#10815) 2024-10-03 15:09:37 +03:00
useStorage.test.ts
useStorage.ts
useTelemetry.ts
useToast.ts feat(core): Implement Dynamic Parameters within regular nodes used as AI Tools (#10862) 2024-10-02 13:31:22 +02:00
useUniqueNodeName.ts
useUserHelpers.ts refactor(editor): Migrate userHelpers mixin to composable (no-changelog) (#9737) 2024-06-15 09:41:23 -04:00
useWorkflowActivate.ts feat: Update NPS Value Survey (#9638) 2024-06-11 10:23:30 +02:00
useWorkflowHelpers.ts feat(editor): Overhaul document title management (#10999) 2024-09-30 10:57:25 +02:00