✔️ Ready

pull/547/head
Rick Carlino 2017-11-30 10:06:02 -06:00
parent 9e2a229b0b
commit 1f2e7e002f
9 changed files with 19 additions and 17 deletions

View File

@ -52,7 +52,7 @@
"enzyme": "^3.1.0",
"enzyme-adapter-react-15": "^1.0.2",
"extract-text-webpack-plugin": "^3.0.1",
"farmbot": "5.0.2",
"farmbot": "5.0.3",
"farmbot-toastr": "^1.0.3",
"fastclick": "^1.0.6",
"file-loader": "^1.1.5",

View File

@ -10,7 +10,7 @@
"z": 0
}
},
"speed": 800,
"speed": 100,
"location": {
"args": {
"tool_id": __TOOL_ID__
@ -25,7 +25,7 @@
"x": 4,
"y": 5,
"z": 6,
"speed": 800
"speed": 100
}
},
{
@ -102,7 +102,7 @@
"z": 0
}
},
"speed": 800,
"speed": 100,
"location": {
"args": {
"x": 1,

View File

@ -37,7 +37,10 @@ export let bot: Everything["bot"] = {
"configuration": {},
"informational_settings": {
busy: false,
locked: false
locked: false,
commit: "---",
target: "---",
env: "---"
},
"user_env": {},
"process_info": {

View File

@ -59,7 +59,10 @@ export let initialState: BotState = {
configuration: {},
informational_settings: {
busy: false,
locked: false
locked: false,
commit: "---",
target: "---",
env: "---"
},
user_env: {},
process_info: {

View File

@ -23,8 +23,7 @@ describe("maybeTagSteps()", () => {
}
],
"args": {
"version": 4,
"label": "WIP"
"version": 4
},
"kind": "sequence"
},

View File

@ -12,7 +12,7 @@ describe("<TestButton/>", () => {
"name": "Goto 0, 0, 0",
"color": "gray",
"body": [],
"args": { "version": 4, "label": "WIP" },
"args": { "version": 4 },
"kind": "sequence"
},
"uuid": "Sequence.23.47"

View File

@ -40,10 +40,7 @@ describe("<InputDefault/>", () => {
"name": "Goto 0, 0, 0",
"color": "gray",
"body": [step],
"args": {
"version": 4,
"label": "WIP"
},
"args": { "version": 4 },
"kind": "sequence"
},
"uuid": "Sequence.74.145"

View File

@ -80,7 +80,7 @@ export class SequencesList extends
specialStatus: SpecialStatus.SAVED,
body: {
name: "new sequence " + (this.props.sequences.length),
args: { version: -999, label: "WIP" },
args: { version: -999 },
color: "gray",
kind: "sequence",
body: []

View File

@ -1996,9 +1996,9 @@ farmbot-toastr@^1.0.0, farmbot-toastr@^1.0.3:
farmbot-toastr "^1.0.0"
typescript "^2.3.4"
farmbot@5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/farmbot/-/farmbot-5.0.2.tgz#d6e86036489040b330407f880582664ff903a9d6"
farmbot@5.0.3:
version "5.0.3"
resolved "https://registry.yarnpkg.com/farmbot/-/farmbot-5.0.3.tgz#e6d0127257e74160db151eda8c202adf36ab8901"
dependencies:
mqtt "^2.13.1"
typescript "^2.4.2"