n8n/packages/editor-ui/src/composables
Csaba Tuncsik 55f2ffe256
fix(editor): Fix execution retry button (#10275)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2024-08-02 16:05:17 +02:00
..
__tests__ fix(editor): Fix execution retry button (#10275) 2024-08-02 16:05:17 +02:00
useActiveNode.ts feat(editor): Migrate pinData mixin to usePinnedData composable (no-changelog) (#8207) 2024-01-04 11:22:56 +02:00
useAutocompleteTelemetry.ts refactor(editor): Migrate n8nRootStore to use composition API (no-changelog) (#9770) 2024-06-18 13:15:12 -04:00
useCanvasMapping.spec.ts feat(editor): Implement custom edge to support loops (no-changelog) (#10171) 2024-07-24 15:47:18 +03:00
useCanvasMapping.ts feat(editor): Implement custom edge to support loops (no-changelog) (#10171) 2024-07-24 15:47:18 +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 feat(editor): Implement custom edge to support loops (no-changelog) (#10171) 2024-07-24 15:47:18 +03:00
useCanvasNode.ts feat(editor): Implement custom edge to support loops (no-changelog) (#10171) 2024-07-24 15:47:18 +03:00
useCanvasNodeHandle.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
useCanvasOperations.ts fix(editor): Add back prompt requesting to save unsaved changes (no-changelog) (#10190) 2024-07-25 18:44:26 +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): Fix copy to clipboard on insecure contexts (#8425) 2024-01-24 09:53:31 +01:00
useContextMenu.ts feat(editor): Add context menu to canvas v2 (no-changelog) (#10088) 2024-07-18 13:00:54 +02: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
useExecutionDebugging.ts refactor(editor): Migrate settings.store to composition API (no-changelog) (#10022) 2024-07-19 08:35:36 -04:00
useExecutionHelpers.ts fix(editor): Fix execution retry button (#10275) 2024-08-02 16:05:17 +02:00
useExpressionEditor.ts fix(editor): Allow $secrets to resolve on credentials (#10093) 2024-07-19 12:00:07 +02: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 feat: AI nodes usability fixes + Summarization Chain V2 (#7949) 2023-12-08 13:42:32 +01: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 feat(editor): Migrate Design System and Editor UI to Vue 3 (#6476) 2023-07-28 09:51:07 +02:00
useImportCurlCommand.ts feat: Add Ask AI to HTTP Request Node (#8917) 2024-05-02 13:52:15 +03:00
useKeybindings.ts feat(editor): Add context menu to canvas v2 (no-changelog) (#10088) 2024-07-18 13:00:54 +02:00
useLoadingService.ts refactor: Migrate genericHelpers mixin to composable (#8220) 2024-01-05 12:23:28 +01:00
useMessage.ts feat(editor): Add prompt to save when leaving with unsaved changes in new canvas (no-changelog) (#9967) 2024-07-08 15:57:42 +03:00
useNodeBase.ts refactor(editor): Migrate ui.store to use composition API (no-changelog) (#9892) 2024-07-03 15:11:40 -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 fix: Loop node no input data shown (#10224) 2024-07-31 16:11:42 +03:00
useNodeSpecificationValues.ts feat(editor): Implement Resource Mapper component (#6207) 2023-05-31 11:56:09 +02:00
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 refactor(editor): Migrate ui.store to use composition API (no-changelog) (#9892) 2024-07-03 15:11:40 -04:00
useRunWorkflow.ts feat(n8n Form Trigger Node): Improvements (#10092) 2024-07-29 15:58:03 +03:00
useStorage.test.ts fix(editor): Fix local storage flags defaulting to undefined string (#7603) 2023-11-07 10:06:08 +01:00
useStorage.ts fix(editor): Fix local storage flags defaulting to undefined string (#7603) 2023-11-07 10:06:08 +01:00
useTelemetry.ts refactor: Integrate consistent-type-imports in FE packages (no-changelog) (#6060) 2023-04-24 12:18:24 +02:00
useTitleChange.ts refactor(editor): Delete some barrel files and reduce circular dependencies (no-changelog) (#7838) 2023-11-28 12:15:08 +01:00
useToast.ts fix: Prevent errors processed by n8n to be flagged as internal (no-changelog) (#10023) 2024-07-12 11:13:17 +03:00
useUniqueNodeName.ts refactor(editor): Add infix to Pinia stores (no-changelog) (#6149) 2023-05-05 10:41:54 +02:00
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 fix(editor): Add back prompt requesting to save unsaved changes (no-changelog) (#10190) 2024-07-25 18:44:26 +03:00