n8n/packages/editor-ui/src
Milorad FIlipović e0ec5a6aa9
fix(editor): Fix for execution retry dropdown not closing (#4575)
* 🐛 Fixing execution retry popup closing behavior
* 👌 Updating child component ref type casting
* 👌 Handling `undefined` possibility in action dropdown blur event
2022-11-14 09:35:16 +01:00
..
__tests__ fix(editor): Showing string numbers and null properly in JSON view (#4513) 2022-11-07 12:27:02 +01:00
api refactor(editor): Migrate part of the vuex store to pinia (#4484) 2022-11-04 14:04:31 +01:00
components fix(editor): Fix for execution retry dropdown not closing (#4575) 2022-11-14 09:35:16 +01:00
declarations refactor(editor): Encapsulate canvas actions (#4416) 2022-11-07 09:53:27 +01:00
event-bus feat(Code Node): create Code node (#3965) 2022-10-13 14:28:02 +02:00
plugins refactor(editor): Reintroduce item and items to CodeNodeEditor (#4553) 2022-11-10 16:29:41 +01:00
stores fix(editor): Use base path in workflow preview component URL (#4560) 2022-11-09 16:46:13 +01:00
views refactor(editor): Add Workflows view e2e tests (#4573) 2022-11-11 09:07:14 +01:00
App.vue fix(editor): Fix workflow back button navigation (#4546) 2022-11-09 09:31:23 +01:00
constants.ts refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
Interface.ts refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
main.ts refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01: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 refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01:00
router.ts refactor(editor): Finish pinia migration, remove all vuex dependancies (#4533) 2022-11-09 10:01:50 +01: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
typeGuards.ts fix(editor): Fix for oauth authorization (#4572) 2022-11-10 12:51:50 +01:00
utils.test.ts perf(editor): improve array intersection utility function (#4503) 2022-11-02 15:03:55 +01:00
utils.ts perf(editor): improve array intersection utility function (#4503) 2022-11-02 15:03:55 +01:00
vue-agile.d.ts Add Templates (#2720) 2022-02-28 10:57:44 +01:00