Commit graph

658 commits

Author SHA1 Message Date
Mutasem 0dcd8a23a5 add pushing nodes length 2021-10-19 11:23:31 +02:00
Mutasem d5b14b2bdf hide output label 2021-10-19 11:20:04 +02:00
Mutasem ae831a3ade set radix 2021-10-19 10:18:22 +02:00
Mutasem 82d1afcd73 make it configurable 2021-10-19 10:16:52 +02:00
Mutasem c124fb62d2 add drop hover highlight 2021-10-19 10:04:25 +02:00
Mutasem 10b6291fa0 update font size/weight of labels 2021-10-18 18:21:41 +02:00
Mutasem f7ad5c0da8 hide labels on connectors 2021-10-18 18:17:13 +02:00
Mutasem 3cca56d2ee return if no connection 2021-10-18 18:01:17 +02:00
Mutasem cb95ab9109 hide arrows after 2021-10-18 17:26:21 +02:00
Mutasem ecc85a17a8 fix vertical position 2021-10-18 17:23:44 +02:00
Mutasem 9e144c891b hide arrow when items 2021-10-18 17:18:52 +02:00
Mutasem bf3782c715 fix spacing 2021-10-18 17:14:55 +02:00
Mutasem 9b7e69877a make note visible 2021-10-18 16:59:50 +02:00
Mutasem fa9baf1f9b update interface 2021-10-18 16:59:00 +02:00
Mutasem 3d6a47bc8d update button colors 2021-10-18 16:00:38 +02:00
Mutasem 571140deee support item labels and success path 2021-10-18 14:53:56 +02:00
Mutasem 0eae86874b remove console 2021-10-18 09:22:33 +02:00
Mutasem db66ad8f54 push nodes out 200 on insert 2021-10-15 17:42:12 +02:00
Mutasem edc5390089 use getter 2021-10-15 17:05:53 +02:00
Mutasem 80705f6bc8 refactor positioning 2021-10-15 17:01:20 +02:00
Mutasem 57dc5ca761 Merge branch 'master' of github.com:n8n-io/n8n into n8n-2349-connectors 2021-10-15 16:12:52 +02:00
Mutasem cb37490c02 update label location 2021-10-15 14:35:35 +02:00
Mutasem 9d50387eb4 update curviness 2021-10-15 11:10:23 +02:00
Jan Oberhauser 0b0ed01635 🔖 Release n8n-editor-ui@0.112.0 2021-10-15 00:03:05 +00:00
Mutasem Aldmour d49aa18717
🐛 Fix chrome autofill issue (#2294) 2021-10-13 16:39:05 -07:00
Jan Oberhauser f5ec78d77e 🔖 Release n8n-editor-ui@0.111.0 2021-10-13 22:40:35 +00:00
Jan Oberhauser 12c34db475 ⬆️ Set n8n-workflow@0.72.0 on n8n-editor-ui 2021-10-13 22:40:35 +00:00
Ben Hesseldieck 3137de2585
Change credentials structure (#2139)
*  change FE to handle new object type

* 🚸 improve UX of handling invalid credentials

* 🚧 WIP

* 🎨 fix typescript issues

* 🐘 add migrations for all supported dbs

* ✏️ add description to migrations

*  add credential update on import

*  resolve after merge issues

* 👕 fix lint issues

*  check credentials on workflow create/update

* update interface

* 👕 fix ts issues

*  adaption to new credentials UI

* 🐛 intialize cache on BE for credentials check

* 🐛 fix undefined oldCredentials

* 🐛 fix deleting credential

* 🐛 fix check for undefined keys

* 🐛 fix disabling edit in execution

* 🎨 just show credential name on execution view

* ✏️  remove TODO

*  implement review suggestions

*  add cache to getCredentialsByType

*  use getter instead of cache

* ✏️ fix variable name typo

* 🐘 include waiting nodes to migrations

* 🐛 fix reverting migrations command

*  update typeorm command

*  create db:revert command

* 👕 fix lint error

Co-authored-by: Mutasem <mutdmour@gmail.com>
2021-10-13 15:21:00 -07:00
Mutasem d3cf26c083 fix clicking bug 2021-10-13 17:56:24 +02:00
Mutasem ea376af13a add nodes 2021-10-13 17:25:49 +02:00
Mutasem a4ba7731ef add functionality 2021-10-13 16:08:45 +02:00
Mutasem 400a7a6455 hide by default 2021-10-13 16:02:36 +02:00
Mutasem a0ea038edf add connection actions 2021-10-13 16:01:59 +02:00
Mutasem 2c0d9406b4 update hover behavior not to cover overlays 2021-10-13 14:06:22 +02:00
Mutasem ba2d81d070 increase hover index 2021-10-13 14:05:26 +02:00
Mutasem 6be55c235a increase hoverable area 2021-10-13 13:23:48 +02:00
Mutasem 1461a50ee5 clean up impl 2021-10-13 13:02:11 +02:00
Mutasem 97280329b2 handle nodes moving 2021-10-13 12:45:41 +02:00
Mutasem 1c961d4b0b update connector styling 2021-10-13 10:00:36 +02:00
Mutasem c449879460 update connection style 2021-10-12 15:53:47 +02:00
Mutasem a1f440d9ab update connector styles 2021-10-12 13:39:27 +02:00
Mutasem Aldmour d1824b9dd0
🐛 Fix error when opening ftp/sftp credentials (#2298)
* n8n-2513 fix error when opening credentials

* clean up validation logic
2021-10-09 13:42:30 -05:00
Jan Oberhauser ef06c8704e 🔖 Release n8n-editor-ui@0.110.0 2021-10-07 23:07:34 +00:00
Jan Oberhauser b8a01daf08 ⬆️ Set n8n-workflow@0.71.0 on n8n-editor-ui 2021-10-07 23:07:34 +00:00
Mutasem Aldmour 1341958aae
Open new window when duplicating (#2237)
* update duplicate to open in new window

* remove active action
2021-10-07 14:59:00 -05:00
Mutasem Aldmour 857426a918
Add query param for templates (#2293) 2021-10-07 14:54:22 -05:00
Mutasem Aldmour e2daa523d4
🐛 Apply default save manual executions (#2286)
* revert savemanualexecution changes

* update toasts behavior to handle default case
2021-10-06 12:13:39 -05:00
Mutasem Aldmour 7159181345
Save on new workflow executions with webhook (#2231)
* save on new workflow executions

* only save if webhook node
2021-10-06 12:06:33 -05:00
Jan f7148bdd77
Display node-error only on executing nodes (#2274)
*  Dot not display errors on disconnected nodes

*  Fix some more inconsistencies
2021-10-06 19:02:31 +02:00
Mutasem Aldmour 582f9a1e61
🐛 Remove overlap on mobile between buttons (#2233)
* remove overlap on mobile between buttons

* update breakpoints
2021-10-05 13:33:25 -05:00