fix: change start position of the start node (#4345)

This commit is contained in:
Bram Kn 2022-10-14 12:29:41 +02:00 committed by GitHub
parent 594a16161e
commit 719a82743b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 33 deletions

62
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "n8n",
"version": "0.197.1",
"version": "0.198.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "n8n",
"version": "0.197.1",
"version": "0.198.0",
"hasInstallScript": true,
"workspaces": [
"packages/*",
@ -43375,7 +43375,7 @@
},
"packages/cli": {
"name": "n8n",
"version": "0.197.1",
"version": "0.198.0",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@oclif/command": "^1.5.18",
@ -43421,10 +43421,10 @@
"lodash.split": "^4.4.2",
"lodash.unset": "^4.5.2",
"mysql2": "~2.3.0",
"n8n-core": "~0.137.0",
"n8n-editor-ui": "~0.163.1",
"n8n-nodes-base": "~0.195.1",
"n8n-workflow": "~0.119.0",
"n8n-core": "~0.138.0",
"n8n-editor-ui": "~0.164.0",
"n8n-nodes-base": "~0.196.0",
"n8n-workflow": "~0.120.0",
"nodemailer": "^6.7.1",
"oauth-1.0a": "^2.2.6",
"open": "^7.0.0",
@ -44571,7 +44571,7 @@
},
"packages/core": {
"name": "n8n-core",
"version": "0.137.0",
"version": "0.138.0",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"axios": "^0.21.1",
@ -44583,7 +44583,7 @@
"form-data": "^4.0.0",
"lodash.get": "^4.4.2",
"mime-types": "^2.1.27",
"n8n-workflow": "~0.119.0",
"n8n-workflow": "~0.120.0",
"oauth-1.0a": "^2.2.6",
"p-cancelable": "^2.0.0",
"qs": "^6.10.1",
@ -45639,7 +45639,7 @@
},
"packages/design-system": {
"name": "n8n-design-system",
"version": "0.37.0",
"version": "0.38.0",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"element-ui": "~2.15.7",
@ -45822,7 +45822,7 @@
},
"packages/editor-ui": {
"name": "n8n-editor-ui",
"version": "0.163.1",
"version": "0.164.0",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@codemirror/autocomplete": "^6.1.0",
@ -45854,8 +45854,8 @@
"lodash.set": "^4.3.2",
"luxon": "~2.3.0",
"monaco-editor": "^0.30.1",
"n8n-design-system": "~0.37.0",
"n8n-workflow": "~0.119.0",
"n8n-design-system": "~0.38.0",
"n8n-workflow": "~0.120.0",
"normalize-wheel": "^1.0.1",
"prismjs": "^1.17.1",
"quill": "2.0.0-dev.4",
@ -46331,7 +46331,7 @@
},
"packages/node-dev": {
"name": "n8n-node-dev",
"version": "0.76.0",
"version": "0.77.0",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@oclif/command": "^1.5.18",
@ -46339,8 +46339,8 @@
"change-case": "^4.1.1",
"fast-glob": "^3.2.5",
"inquirer": "^7.0.1",
"n8n-core": "~0.137.0",
"n8n-workflow": "~0.119.0",
"n8n-core": "~0.138.0",
"n8n-workflow": "~0.120.0",
"oauth-1.0a": "^2.2.6",
"replace-in-file": "^6.0.0",
"request": "^2.88.2",
@ -46362,7 +46362,7 @@
},
"packages/nodes-base": {
"name": "n8n-nodes-base",
"version": "0.195.1",
"version": "0.196.0",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@kafkajs/confluent-schema-registry": "1.0.6",
@ -46401,7 +46401,7 @@
"mqtt": "4.2.6",
"mssql": "^8.1.2",
"mysql2": "~2.3.0",
"n8n-core": "~0.137.0",
"n8n-core": "~0.138.0",
"node-html-markdown": "^1.1.3",
"node-ssh": "^12.0.0",
"nodemailer": "^6.7.1",
@ -46456,7 +46456,7 @@
"eslint-plugin-n8n-nodes-base": "^1.10.0",
"gulp": "^4.0.0",
"jest": "^27.4.7",
"n8n-workflow": "~0.119.0",
"n8n-workflow": "~0.120.0",
"ts-jest": "^27.1.3",
"tslint": "^6.1.2",
"typescript": "~4.8.0"
@ -47493,7 +47493,7 @@
},
"packages/workflow": {
"name": "n8n-workflow",
"version": "0.119.0",
"version": "0.120.0",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@n8n_io/riot-tmpl": "^1.0.1",
@ -72168,10 +72168,10 @@
"lodash.split": "^4.4.2",
"lodash.unset": "^4.5.2",
"mysql2": "~2.3.0",
"n8n-core": "~0.137.0",
"n8n-editor-ui": "~0.163.1",
"n8n-nodes-base": "~0.195.1",
"n8n-workflow": "~0.119.0",
"n8n-core": "~0.138.0",
"n8n-editor-ui": "~0.164.0",
"n8n-nodes-base": "~0.196.0",
"n8n-workflow": "~0.120.0",
"nodemailer": "^6.7.1",
"nodemon": "^2.0.2",
"oauth-1.0a": "^2.2.6",
@ -73061,7 +73061,7 @@
"jest": "^27.4.7",
"lodash.get": "^4.4.2",
"mime-types": "^2.1.27",
"n8n-workflow": "~0.119.0",
"n8n-workflow": "~0.120.0",
"oauth-1.0a": "^2.2.6",
"p-cancelable": "^2.0.0",
"qs": "^6.10.1",
@ -74054,8 +74054,8 @@
"lodash.set": "^4.3.2",
"luxon": "~2.3.0",
"monaco-editor": "^0.30.1",
"n8n-design-system": "~0.37.0",
"n8n-workflow": "~0.119.0",
"n8n-design-system": "~0.38.0",
"n8n-workflow": "~0.120.0",
"normalize-wheel": "^1.0.1",
"prismjs": "^1.17.1",
"quill": "2.0.0-dev.4",
@ -74411,8 +74411,8 @@
"change-case": "^4.1.1",
"fast-glob": "^3.2.5",
"inquirer": "^7.0.1",
"n8n-core": "~0.137.0",
"n8n-workflow": "~0.119.0",
"n8n-core": "~0.138.0",
"n8n-workflow": "~0.120.0",
"oauth-1.0a": "^2.2.6",
"replace-in-file": "^6.0.0",
"request": "^2.88.2",
@ -74491,8 +74491,8 @@
"mqtt": "4.2.6",
"mssql": "^8.1.2",
"mysql2": "~2.3.0",
"n8n-core": "~0.137.0",
"n8n-workflow": "~0.119.0",
"n8n-core": "~0.138.0",
"n8n-workflow": "~0.120.0",
"node-html-markdown": "^1.1.3",
"node-ssh": "^12.0.0",
"nodemailer": "^6.7.1",

View file

@ -28,8 +28,8 @@ const MIN_X_TO_SHOW_OUTPUT_LABEL = 90;
const MIN_Y_TO_SHOW_OUTPUT_LABEL = 100;
export const NODE_SIZE = 100;
export const DEFAULT_START_POSITION_X = 175;
export const DEFAULT_START_POSITION_Y = 235;
export const DEFAULT_START_POSITION_X = 180;
export const DEFAULT_START_POSITION_Y = 240;
export const HEADER_HEIGHT = 65;
export const SIDEBAR_WIDTH = 65;
export const SIDEBAR_WIDTH_EXPANDED = 200;