Skip to content

Commit

Permalink
Fabo/updated tendermint ui (#1619)
Browse files Browse the repository at this point in the history
* updated tendermint ui

* updated snapshots
  • Loading branch information
faboweb authored and fedekunze committed Nov 21, 2018
1 parent 0efaf64 commit 0bc545e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 18 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- [\#1497](https://github.com/cosmos/voyager/issues/1451) Using an html table for table validators component @jbibla
- [\#1496](https://github.com/cosmos/voyager/issues/1496) display validator pub_key instead of operator_address on livalidator and validator profile @jbibla
- made running a local node easier by reducing it to 2 commands and presetting an account. @faboweb
- [\#1504](https://github.com/cosmos/voyager/issues/1504) updates @tendermint/UI library to 0.4.1 @faboweb
- [\#1504](https://github.com/cosmos/voyager/issues/1504) updates @tendermint/UI library @faboweb
- [\#1504](https://github.com/cosmos/voyager/issues/1504) updates @tendermint/UI library to 0.4.3 @faboweb
- [\#1410](https://github.com/cosmos/voyager/issues/1410) removed end undelegations as not needed in the SDK anymore
- [\#1543](https://github.com/cosmos/voyager/issues/1543) updated unit tests to use `describe` and `it` instead of `test` @fedekunze
- [\#1377](https://github.com/cosmos/voyager/issues/1377) deleted AppFooter page @fedekunze
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"webpack-dev-server": "2.11.2"
},
"dependencies": {
"@tendermint/ui": "0.4.1",
"@tendermint/ui": "0.4.3",
"@vue/test-utils": "1.0.0-beta.11",
"autosize": "4.0.2",
"axios": "0.18.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,20 +141,14 @@ exports[`PageStaking has the expected html structure 1`] = `
</header>
<main class=\\"tm-part-main\\">
<div class=\\"tm-data-msg\\">
<div class=\\"tm-data-msg__icon\\">
<i class=\\"material-icons fa-spin\\">rotate_right</i>
</div>
<div class=\\"tm-data-msg__text\\">
<div class=\\"tm-data-msg__title\\">
<div>
<img src=\\"~assets/images/loader.svg\\" class=\\"tm-data-msg__icon\\">
<div class=\\"tm-data-msg__text\\">
<div slot=\\"title\\" class=\\"tm-data-msg__title\\">
Data is loading…
</div>
</div>
<div class=\\"tm-data-msg__subtitle\\">
<div>
Please wait a moment.
</div>
</div>
<div slot=\\"subtitle\\" class=\\"tm-data-msg__subtitle\\">
Please wait a moment.
</div>
</div>
</div>
</main>
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
node-fetch "^2.1.1"
url-template "^2.0.8"

"@tendermint/ui@0.4.1":
version "0.4.1"
resolved "https://registry.yarnpkg.com/@tendermint/ui/-/ui-0.4.1.tgz#d240999b5056d1e2c43b84c3266dd0aec1452389"
"@tendermint/ui@0.4.3":
version "0.4.3"
resolved "https://registry.yarnpkg.com/@tendermint/ui/-/ui-0.4.3.tgz#4507a9a3293c97f52d1ccf5cde53f977cdf31dd6"
dependencies:
axios "^0.18.0"
bignumber.js "^7.2.1"
Expand Down

0 comments on commit 0bc545e

Please sign in to comment.