Skip to content

Commit

Permalink
Rework staking accounts layout (#2031)
Browse files Browse the repository at this point in the history
* Rework staking accounts layout

* Optimize sort, simple substract

* Unneeded ?.

* Remove AddressCard

* Bump API
  • Loading branch information
jacogr authored Dec 11, 2019
1 parent cce3f07 commit 2452634
Show file tree
Hide file tree
Showing 12 changed files with 402 additions and 691 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"packages/*"
],
"resolutions": {
"@polkadot/api": "^0.99.0-beta.13",
"@polkadot/api-contract": "^0.99.0-beta.13",
"@polkadot/api": "^0.99.0-beta.15",
"@polkadot/api-contract": "^0.99.0-beta.15",
"@polkadot/keyring": "^1.7.1",
"@polkadot/types": "^0.99.0-beta.13",
"@polkadot/types": "^0.99.0-beta.15",
"@polkadot/util": "^1.7.1",
"@polkadot/util-crypto": "^1.7.1",
"babel-core": "^7.0.0-bridge.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.7.5",
"@polkadot/api-contract": "^0.99.0-beta.13",
"@polkadot/api-contract": "^0.99.0-beta.15",
"@polkadot/react-components": "^0.38.0-beta.60"
}
}
Loading

0 comments on commit 2452634

Please sign in to comment.