n8n/packages/editor-ui/src
oleg f5ccb5fe33
fix(editor): Fix sessionId for manual chat trigger execution (#9187)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2024-04-23 09:20:51 +02:00
..
__tests__ refactor(core, editor): Remove legacy nodesAccess (no-changelog) (#9016) 2024-04-05 13:17:34 +02:00
api feat(editor): Refactor and unify executions views (no-changelog) (#8538) 2024-04-19 07:50:18 +02:00
assets/images feat(core): Introduce AWS secrets manager as external secrets store (#8982) 2024-03-28 10:15:58 +01:00
components fix(editor): Fix sessionId for manual chat trigger execution (#9187) 2024-04-23 09:20:51 +02:00
composables feat(editor): Refactor and unify executions views (no-changelog) (#8538) 2024-04-19 07:50:18 +02:00
event-bus
hooks refactor(core): Rename push sessionId to pushRef (#8905) 2024-04-03 13:43:14 +02:00
mixins feat(editor): Refactor and unify executions views (no-changelog) (#8538) 2024-04-19 07:50:18 +02:00
models fix: Set '@typescript-eslint/return-await' rule to 'always' for FE (no-changelog) (#8373) 2024-01-18 11:28:01 +02:00
plugins feat(editor): Refactor and unify executions views (no-changelog) (#8538) 2024-04-19 07:50:18 +02:00
rbac fix(editor): Remove isOwner from IUser interface (#8888) 2024-03-18 11:39:15 +01:00
stores feat(editor): Refactor and unify executions views (no-changelog) (#8538) 2024-04-19 07:50:18 +02:00
styles feat(editor): Refactor and unify executions views (no-changelog) (#8538) 2024-04-19 07:50:18 +02:00
types ci: Upgrade eslint, prettier, typescript, and some other dev tooling (no-changelog) (#8895) 2024-03-26 14:22:57 +01:00
utils feat(editor): Refactor and unify executions views (no-changelog) (#8538) 2024-04-19 07:50:18 +02:00
views feat(editor): Refactor and unify executions views (no-changelog) (#8538) 2024-04-19 07:50:18 +02:00
App.vue
constants.ts feat(editor): Refactor and unify executions views (no-changelog) (#8538) 2024-04-19 07:50:18 +02:00
init.ts refactor(editor): Do not make rest api calls for disabled features (no-changelog) (#9046) 2024-04-04 15:53:34 +02:00
Interface.ts feat(editor): Refactor and unify executions views (no-changelog) (#8538) 2024-04-19 07:50:18 +02:00
main.ts feat(editor): Migrate copyPaste mixin to composables (no-changelog) (#8179) 2023-12-29 12:13:24 +02:00
n8n-theme-variables.scss fix(editor): Fix opening of chat window when executing a child node (#8789) 2024-03-21 09:23:15 +01:00
n8n-theme.scss feat(editor): Refactor and unify executions views (no-changelog) (#8538) 2024-04-19 07:50:18 +02:00
permissions.ts fix(editor): Remove isOwner from IUser interface (#8888) 2024-03-18 11:39:15 +01:00
router.ts feat(editor): Refactor and unify executions views (no-changelog) (#8538) 2024-04-19 07:50:18 +02:00
shims-vue.d.ts
shims.d.ts