n8n/packages/editor-ui/src
Alex Grozav f566569299
feat(editor): Add drag and drop from nodes panel (#3123)
*  Added support for drag and drop from nodes main panel.

 Added node draggable placeholder.

*  Added snapping to grid. Changed how draggable ghost follows the cursor.

* 💄 Changed node drag anchor position to be centered.

*  Added drag and drop animation. Added event cancellation when dropping node on main panel.

* ♻️ Simplified drag and drop code and cleaned up prop-drilling.

* 🐛 Added check for nodeTypeName in dataTransfer when draging and dropping nodes.

* 🐛 Ensured MS Edge compatibility. MS edge does not send datatransfer in ondragover event.

Co-authored-by: Mutasem <mutdmour@gmail.com>
2022-04-19 12:28:31 +02:00
..
api feat: Add User Management (#2636) 2022-03-14 14:46:32 +01:00
components feat(editor): Add drag and drop from nodes panel (#3123) 2022-04-19 12:28:31 +02:00
modules feat: Add User Management (#2636) 2022-03-14 14:46:32 +01:00
plugins Add autocompletion for i18n keys in script sections of Vue files (#3133) 2022-04-15 08:22:58 +02:00
views feat(editor): Add drag and drop from nodes panel (#3123) 2022-04-19 12:28:31 +02:00
App.vue fix(editor): Fix i18n issues (#3072) 2022-04-11 15:12:13 +02:00
constants.ts feat: Add User Management (#2636) 2022-03-14 14:46:32 +01:00
Interface.ts fix(editor): Fix i18n issues (#3072) 2022-04-11 15:12:13 +02:00
main.ts 🐛 Fix issue with running n8n under subfolder (#2816) 2022-02-24 17:17:24 +01:00
n8n-theme-variables.scss feat: Add User Management (#2636) 2022-03-14 14:46:32 +01:00
n8n-theme.scss fix(editor): Fix i18n issues (#3072) 2022-04-11 15:12:13 +02:00
public_path.js 🐛 Fix issue with running n8n under subfolder (#2816) 2022-02-24 17:17:24 +01:00
router.ts feat: Add User Management (#2636) 2022-03-14 14:46:32 +01:00
shims-tsx.d.ts Initial commit to release 2019-06-23 12:35:23 +02:00
shims-vue.d.ts Initial commit to release 2019-06-23 12:35:23 +02:00
store.ts fix(editor): Fix i18n issues (#3072) 2022-04-11 15:12:13 +02:00
vue-agile.d.ts Add Templates (#2720) 2022-02-28 10:57:44 +01:00