n8n/packages/editor-ui/src
Milorad FIlipović 658e886861
fix(editor): Remove filter that prevented showing running executions (#4470)
 Removed filter that stopped showing running executions if workflow is not saving manual executions
2022-10-28 16:04:31 +02:00
..
__tests__ feat: add support for unit testing using vitest in editor-ui (#4184) 2022-09-28 11:26:20 +03:00
api feat(editor): implement executions preview via the new executions tab in node view (#4311) 2022-10-26 10:02:56 +02:00
components fix(editor): Remove filter that prevented showing running executions (#4470) 2022-10-28 16:04:31 +02:00
declarations feat(editor-ui): JSON mapping (#4270) 2022-10-06 15:03:55 +02:00
event-bus feat(Code Node): create Code node (#3965) 2022-10-13 14:28:02 +02:00
modules fix(editor): fix for executions view auto-refresh and new workflow saving (#4462) 2022-10-28 09:54:01 +02:00
plugins fix(editor): curb item method linting in single-item mode in CodeNodeEditor linter (#4455) 2022-10-27 12:18:02 +02:00
views refactor(editor): highlight error when jstoolkit objects are not deleted (#4451) 2022-10-27 09:39:39 +02:00
App.vue feat(editor): implement executions preview via the new executions tab in node view (#4311) 2022-10-26 10:02:56 +02:00
constants.ts feat(editor): implement executions preview via the new executions tab in node view (#4311) 2022-10-26 10:02:56 +02:00
Interface.ts feat(core, editor): introduce workflow caller policy (#4368) 2022-10-26 14:59:54 +02:00
main.ts feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
n8n-theme-variables.scss feat(editor, core, cli): implement new workflow experience (#4358) 2022-10-18 14:23:22 +02:00
n8n-theme.scss feat(editor): Main navigation redesign (#4144) 2022-09-26 15:25:19 +02:00
pairedItemUtils.ts feat(editor): update expressions display (#4171) 2022-10-12 14:06:28 +02:00
permissions.ts feat(editor): create new workflows page (#4267) 2022-10-18 16:28:21 +03:00
router.ts fix(editor): redirect old path /workflow (#4469) 2022-10-28 12:16:43 +02:00
shims-element-ui.d.ts feat: migrate editor-ui to Vite.js and various DX improvements (N8N-2277) (#4061) 2022-09-23 17:14:28 +03:00
shims-vue.d.ts refactor(editor): Implemented NodeIcon design system component (#3727) 2022-08-01 22:35:45 +02:00
shims.d.ts fix(editor): fix BASE_PATH for Vite dev mode (#4342) 2022-10-14 10:05:25 +02:00
store.ts feat(editor): implement executions preview via the new executions tab in node view (#4311) 2022-10-26 10:02:56 +02:00
typeGuards.ts feat(editor): update expressions display (#4171) 2022-10-12 14:06:28 +02:00
utils.ts feat(editor-ui): JSON mapping (#4270) 2022-10-06 15:03:55 +02:00
vue-agile.d.ts Add Templates (#2720) 2022-02-28 10:57:44 +01:00