Skip to content

Commit

Permalink
integration add warnings to states
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino committed Jan 23, 2019
1 parent 371fa8b commit 6017b16
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 4 deletions.
1 change: 1 addition & 0 deletions development/states/add-token.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
"amount": "0x0",
"memo": "",
"errors": {},
"warnings": {},
"maxModeOn": false,
"editingTransactionId": null
},
Expand Down
3 changes: 2 additions & 1 deletion development/states/confirm-new-ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@
"send": {
"fromDropdownOpen": false,
"toDropdownOpen": false,
"errors": {}
"errors": {},
"warnings": {}
},
"confirmTransaction": {
"txData": {},
Expand Down
1 change: 1 addition & 0 deletions development/states/confirm-sig-requests.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
"amount": "0x1bc16d674ec80000",
"memo": "",
"errors": {},
"warnings": {},
"maxModeOn": false,
"editingTransactionId": null
},
Expand Down
1 change: 1 addition & 0 deletions development/states/currency-localization.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"amount": "0x0",
"memo": "",
"errors": {},
"warnings": {},
"maxModeOn": false,
"editingTransactionId": null
},
Expand Down
3 changes: 2 additions & 1 deletion development/states/navigate-txs.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@
"send": {
"fromDropdownOpen": false,
"toDropdownOpen": false,
"errors": {}
"errors": {},
"warnings": {}
},
"confirmTransaction": {
"txData": {
Expand Down
4 changes: 3 additions & 1 deletion development/states/send-edit.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
"amount": "0x1bc16d674ec80000",
"memo": "",
"errors": {},
"warnings": {},
"maxModeOn": false,
"editingTransactionId": null
},
Expand Down Expand Up @@ -160,7 +161,8 @@
"send": {
"fromDropdownOpen": false,
"toDropdownOpen": false,
"errors": {}
"errors": {},
"warnings": {}
},
"confirmTransaction": {
"txData": {},
Expand Down
2 changes: 2 additions & 0 deletions development/states/send-new-ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"amount": "0x0",
"memo": "",
"errors": {},
"warnings": {},
"maxModeOn": false,
"editingTransactionId": null
},
Expand Down Expand Up @@ -140,6 +141,7 @@
"fromDropdownOpen": false,
"toDropdownOpen": false,
"errors": {},
"warnings": {},
"gasButtonGroupShown": true
},
"confirmTransaction": {
Expand Down
3 changes: 2 additions & 1 deletion development/states/tx-list-items.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@
"send": {
"fromDropdownOpen": false,
"toDropdownOpen": false,
"errors": {}
"errors": {},
"warnings": {}
},
"gas": {
"customData": {
Expand Down

0 comments on commit 6017b16

Please sign in to comment.