n8n/packages/editor-ui/src
Omar Ajoue 37f787d7b2
Load node properties on demand (#1089)
*  Changed rest api endpoint to omit node properties by default.
 Created another endpoint to return all node information based on a list of names

* refactor: changed endpoint to POST instead of GET

* Changed properties to be optional for node description

* Removed eager loading for node properties.

All nodes will have their properties fetched when used in a workflow.
Works when opening an already saved workflow, creating a new one from
scratch or pasting JSON / URLs.

* Removing unnecessary dependency
2020-10-22 17:24:35 +02:00
..
assets Initial commit to release 2019-06-23 12:35:23 +02:00
components Load node properties on demand (#1089) 2020-10-22 17:24:35 +02:00
views Load node properties on demand (#1089) 2020-10-22 17:24:35 +02:00
App.vue Initial commit to release 2019-06-23 12:35:23 +02:00
constants.ts Improve data display for large amount of data 2020-05-24 00:57:40 +02:00
Interface.ts Load node properties on demand (#1089) 2020-10-22 17:24:35 +02:00
main.ts Fix issues with Dynamic title 2020-08-25 20:39:14 +02:00
n8n-theme-variables.scss Display output names on connections if there are any 2019-06-27 11:27:02 +02:00
n8n-theme.scss Fix issue that two finger swipe on mac did change page 2019-10-03 11:42:16 +02:00
router.ts 🐛 Fix editor-ui build 2020-07-14 23:36:05 +02: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 Load node properties on demand (#1089) 2020-10-22 17:24:35 +02:00