Commit graph

170 commits

Author SHA1 Message Date
Mutasem f6ad3c4c08 prevent duplicate connections 2021-11-01 11:54:47 +01:00
Mutasem 3eb38c8178 fix drop position 2021-11-01 11:18:49 +01:00
Mutasem ff3a6a832a set values, increase grid size 2021-11-01 11:06:43 +01:00
Mutasem bb2f84ae54 update zoom level 2021-10-29 17:39:36 +02:00
Mutasem b9831428f4 update dot grid 2021-10-29 17:00:31 +02:00
Mutasem 36c9f7ab5b fix z-index bug 2021-10-29 13:09:13 +02:00
Mutasem 0d704d1975 add success z-index 2021-10-29 09:38:04 +02:00
Mutasem 3602b117d1 fix zoomout issue 2021-10-29 09:26:34 +02:00
Mutasem 196286dd9e fix parallaxing issue 2021-10-29 09:06:09 +02:00
Mutasem 5438342a35 add label offset 2021-10-28 18:06:15 +02:00
Mutasem cd9dab31b2 reset location 2021-10-28 17:23:47 +02:00
Mutasem c1a9e263e6 fix output label positions 2021-10-28 17:17:50 +02:00
Mutasem 2431b3ccbe increase spacing 2021-10-28 16:31:47 +02:00
Mutasem 74608b2f87 change background to dots 2021-10-28 15:40:57 +02:00
Mutasem bbbf800e3f fix looping behavior at close distance 2021-10-27 16:46:16 +02:00
Mutasem 4f7875ddb5 refactor js plumb 2021-10-27 16:29:56 +02:00
Mutasem 5065b392f6 fix gap 2021-10-26 16:33:24 +02:00
Mutasem c230c75d01 add offset for if/switch/merge 2021-10-26 14:16:09 +02:00
Mutasem 20caa30405 change connection type 2021-10-26 13:08:13 +02:00
Mutasem f8eb2dd090 fix delete bug 2021-10-26 12:50:32 +02:00
Mutasem 8de96a346c add enter delay 2021-10-26 12:41:54 +02:00
Mutasem ae04eb6150 select start node by default when opening new workflow 2021-10-25 17:25:10 +02:00
Mutasem a4b6dc4715 add custom flow chart type 2021-10-25 17:18:43 +02:00
Mutasem cfacc76b77 only one action at a time 2021-10-25 12:10:06 +02:00
Mutasem 8be32725a1 set position in switch 2021-10-25 11:03:40 +02:00
Mutasem b121f8e07e push nodes up / down in case of if node 2021-10-22 16:04:34 +02:00
Mutasem f646019e1e set endpoint styles 2021-10-22 12:28:38 +02:00
Mutasem efad3e32ca show arrow along with label 2021-10-21 18:42:50 +02:00
Mutasem 2e7425f79b update position handling 2021-10-21 17:02:40 +02:00
Mutasem 71c39b0422 fix insert behavior 2021-10-21 16:07:29 +02:00
Mutasem 615178dd8d set new insert position 2021-10-21 14:40:18 +02:00
Mutasem b3ecea0e8d rename const 2021-10-21 14:25:53 +02:00
Mutasem d0cb481e82 rename const 2021-10-21 14:23:44 +02:00
Mutasem d5198e3971 only delete target connection, add maximum to push nodes out 2021-10-21 14:23:15 +02:00
Mutasem 6ebef7aafa hide overlay on connection 2021-10-21 11:12:22 +02:00
Mutasem 3c7daae9b3 refactor a bunch 2021-10-20 17:20:15 +02:00
Mutasem ad7b3614b3 simply update label positions 2021-10-20 16:36:17 +02:00
Mutasem efbfca4421 merge fix 2021-10-20 16:04:54 +02:00
Mutasem 32e9c24e1d fix input output label positions 2021-10-20 15:58:42 +02:00
Mutasem d19b31670a bring back overrides 2021-10-20 15:28:43 +02:00
Mutasem 8d703a4b6c change flow state on drop 2021-10-20 15:27:12 +02:00
Mutasem 93937ed3c0 update default stem values 2021-10-20 12:40:50 +02:00
Mutasem 30ad6020bd add pushing nodes length 2021-10-19 11:24:36 +02:00
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
Ahsan Virani 421dd72224
Introduce telemetry (#2099)
* introduce analytics

* add user survey backend

* add user survey backend

* set answers on survey submit

Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>

* change name to personalization

* lint

Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>

* N8n 2495 add personalization modal (#2280)

* update modals

* add onboarding modal

* implement questions

* introduce analytics

* simplify impl

* implement survey handling

* add personalized cateogry

* update modal behavior

* add thank you view

* handle empty cases

* rename modal

* standarize modal names

* update image, add tags to headings

* remove unused file

* remove unused interfaces

* clean up footer spacing

* introduce analytics

* refactor to fix bug

* update endpoint

* set min height

* update stories

* update naming from questions to survey

* remove spacing after core categories

* fix bug in logic

* sort nodes

* rename types

* merge with be

* rename userSurvey

* clean up rest api

* use constants for keys

* use survey keys

* clean up types

* move personalization to its own file

Co-authored-by: ahsan-virani <ahsan.virani@gmail.com>

* Survey new options (#2300)

* split up options

* fix quotes

* remove unused import

* add user created workflow event (#2301)

* simplify env vars

* fix versionCli on FE

* update personalization env

* fix event User opened Credentials panel

* fix select modal spacing

* fix nodes panel event

* fix workflow id in workflow execute event

* improve telemetry error logging

* fix config and stop process events

* add flush call on n8n stop

* ready for release

* improve telemetry process exit

* fix merge

* improve n8n stop events

Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: Mutasem <mutdmour@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-10-19 05:57:49 +02:00
Mutasem 10b6291fa0 update font size/weight of labels 2021-10-18 18:21:41 +02:00