n8n/packages/editor-ui/src/composables
2024-11-27 14:05:00 +02:00
..
__snapshots__ refactor(editor): Rename design-system unit test files and snapshots (no-changelog) (#11539) 2024-11-05 14:20:02 +02:00
useActiveNode.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
useActiveNode.ts
useAIAssistantHelpers.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
useAIAssistantHelpers.ts feat(editor): Send workflow context to assistant store (#11135) 2024-10-10 13:13:30 +02:00
useAutocompleteTelemetry.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
useAutocompleteTelemetry.ts
useBeforeUnload.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
useBeforeUnload.ts
useBugReporting.test.ts refactor(editor): Rename design-system unit test files and snapshots (no-changelog) (#11539) 2024-11-05 14:20:02 +02:00
useBugReporting.ts feat: Add report bug buttons (#11304) 2024-10-21 13:32:37 +02:00
useCanvas.ts fix(editor): Add missing trigger waiting tooltip on new canvas (#11918) 2024-11-27 14:05:00 +02:00
useCanvasMapping.test.ts refactor(editor): Rename design-system unit test files and snapshots (no-changelog) (#11539) 2024-11-05 14:20:02 +02:00
useCanvasMapping.ts fix(editor): Add missing trigger waiting tooltip on new canvas (#11918) 2024-11-27 14:05:00 +02:00
useCanvasMouseSelect.ts fix(editor): Ensure toasts show above modal overlays (#11410) 2024-10-25 16:56:47 +02:00
useCanvasNode.test.ts refactor(editor): Rename design-system unit test files and snapshots (no-changelog) (#11539) 2024-11-05 14:20:02 +02:00
useCanvasNode.ts fix(editor): Lower throttle time to only briefly show execution running status (no-changelog) (#11921) 2024-11-27 13:42:13 +02:00
useCanvasNodeHandle.ts feat(editor): Improve node and edge bring-to-front mechanism on new canvas (#11793) 2024-11-21 16:00:38 +02:00
useCanvasOperations.test.ts fix(editor): Fix reordered switch connections when copying nodes on new canvas (#11788) 2024-11-19 14:13:19 +02:00
useCanvasOperations.ts fix(editor): Use crypto.randomUUID() to initialize node id if missing on new canvas (#11873) 2024-11-26 14:39:52 +02:00
useCanvasPanning.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
useCanvasPanning.ts
useCanvasTraversal.test.ts feat(editor): Add selection navigation using the keyboard on new canvas (#11679) 2024-11-18 19:50:42 +02:00
useCanvasTraversal.ts feat(editor): Add selection navigation using the keyboard on new canvas (#11679) 2024-11-18 19:50:42 +02:00
useClipboard.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
useClipboard.ts fix(editor): Prevent NodeCreator from swallowing AskAssistant enter event (#11532) 2024-11-07 16:22:13 +01:00
useContextMenu.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
useContextMenu.ts
useDataSchema.test.ts fix(editor): Fix failing non-null assertion in useDataSchema:getNodeInputData (no-changelog) (#11807) 2024-11-20 15:30:12 +01:00
useDataSchema.ts fix(editor): Fix failing non-null assertion in useDataSchema:getNodeInputData (no-changelog) (#11807) 2024-11-20 15:30:12 +01:00
useDebounce.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
useDebounce.ts
useDebugInfo.test.ts refactor(editor): Rename design-system unit test files and snapshots (no-changelog) (#11539) 2024-11-05 14:20:02 +02:00
useDebugInfo.ts feat: Add report bug buttons (#11304) 2024-10-21 13:32:37 +02:00
useDocumentTitle.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
useDocumentTitle.ts feat(editor): Overhaul document title management (#10999) 2024-09-30 10:57:25 +02:00
useExecutionDebugging.test.ts refactor(editor): Rename design-system unit test files and snapshots (no-changelog) (#11539) 2024-11-05 14:20:02 +02:00
useExecutionDebugging.ts 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
useExecutionHelpers.test.ts feat(core): Improve debugging of sub-workflows (#11602) 2024-11-14 23:04:43 +01:00
useExecutionHelpers.ts feat(core): Improve debugging of sub-workflows (#11602) 2024-11-14 23:04:43 +01:00
useExpressionEditor.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
useExpressionEditor.ts fix: Ensure NDV params don't get cut off early and scrolled to the top (#11252) 2024-10-21 13:34:57 +02:00
useExternalHooks.ts
useExternalSecretsProvider.ts
useGlobalEntityCreation.test.ts feat(editor): Add universal Create Resource Menu (#11564) 2024-11-19 15:47:10 +01:00
useGlobalEntityCreation.ts feat(editor): Add universal Create Resource Menu (#11564) 2024-11-19 15:47:10 +01:00
useGlobalLinkActions.ts
useHistoryHelper.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
useHistoryHelper.ts
useI18n.ts
useImportCurlCommand.ts
useKeybindings.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
useKeybindings.ts fix(editor): Prevent NodeCreator from swallowing AskAssistant enter event (#11532) 2024-11-07 16:22:13 +01:00
useLoadingService.ts
useMessage.ts
useNodeBase.test.ts refactor(editor): Rename design-system unit test files and snapshots (no-changelog) (#11539) 2024-11-05 14:20:02 +02:00
useNodeBase.ts
useNodeConnections.test.ts refactor(editor): Rename design-system unit test files and snapshots (no-changelog) (#11539) 2024-11-05 14:20:02 +02:00
useNodeConnections.ts fix(editor): Allow connecting node to itself on new canvas (no-changelog) (#11143) 2024-10-08 11:15:36 +03:00
useNodeHelpers.test.ts fix(editor): Use crypto.randomUUID() to initialize node id if missing on new canvas (#11873) 2024-11-26 14:39:52 +02:00
useNodeHelpers.ts fix(editor): Use crypto.randomUUID() to initialize node id if missing on new canvas (#11873) 2024-11-26 14:39:52 +02:00
useNodeSpecificationValues.ts
useNodeType.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
useNodeType.ts
useNodeViewVersionSwitcher.test.ts feat(editor): Migrate existing users to new canvas and set new canvas as default (#11896) 2024-11-27 10:11:33 +02:00
useNodeViewVersionSwitcher.ts feat(editor): Migrate existing users to new canvas and set new canvas as default (#11896) 2024-11-27 10:11:33 +02:00
usePageRedirectionHelper.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
usePageRedirectionHelper.ts 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
usePinnedData.test.ts fix(editor): Enable pinning main output with error and always allow unpinning (#11452) 2024-11-07 08:32:43 +01:00
usePinnedData.ts fix(editor): Enable pinning main output with error and always allow unpinning (#11452) 2024-11-07 08:32:43 +01:00
usePushConnection.test.ts fix: Retain execution data between partial executions (new flow) (#11828) 2024-11-26 13:32:39 +01:00
usePushConnection.ts fix: Retain execution data between partial executions (new flow) (#11828) 2024-11-26 13:32:39 +01:00
useRunWorkflow.test.ts fix: Retain execution data between partial executions (new flow) (#11828) 2024-11-26 13:32:39 +01:00
useRunWorkflow.ts fix: Retain execution data between partial executions (new flow) (#11828) 2024-11-26 13:32:39 +01:00
useStorage.test.ts
useStorage.ts
useStyles.test.ts fix(editor): Turn NPS survey into a modal and make sure it shows above the Ask AI button (#11814) 2024-11-21 08:27:47 -05:00
useStyles.ts fix(editor): Turn NPS survey into a modal and make sure it shows above the Ask AI button (#11814) 2024-11-21 08:27:47 -05:00
useTelemetry.ts
useToast.test.ts fix(editor): Improve formatting of expired trial error message (#11708) 2024-11-14 12:19:12 +01:00
useToast.ts feat(editor): Redesign Canvas Chat (#11634) 2024-11-13 11:05:19 +01:00
useUniqueNodeName.test.ts refactor(editor): Move test files alongside tested files (no-changelog) (#11504) 2024-11-01 18:01:13 +02:00
useUniqueNodeName.ts
useUserHelpers.ts
useWorkflowActivate.ts
useWorkflowHelpers.test.ts refactor(editor): Rename design-system unit test files and snapshots (no-changelog) (#11539) 2024-11-05 14:20:02 +02:00
useWorkflowHelpers.ts fix(editor): Use crypto.randomUUID() to initialize node id if missing on new canvas (#11873) 2024-11-26 14:39:52 +02:00