Skip to content

Commit

Permalink
Hide staking.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Braun authored and David Braun committed May 21, 2018
1 parent bef3449 commit bc063bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed

* Removed some defaults when building a release to reduce confusion.
* Staking hidden (see https://github.com/cosmos/voyager/issues/720).

## [0.6.0]

Expand Down
5 changes: 4 additions & 1 deletion app/src/renderer/components/common/AppMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ menu.app-menu
.app-menu-main
list-item(to="/" exact @click.native="close" title="Wallet")
list-item(to="/wallet/transactions" exact @click.native="close" title="Transactions" v-if="config.devMode")
list-item(to="/staking" exact @click.native="close" title="Staking" v-bind:class="{ 'active': isValidatorPage }" v-if="config.devMode")

// Hide staking for now (see https://github.com/cosmos/voyager/issues/720).
//- list-item(to="/staking" exact @click.native="close" title="Staking" v-bind:class="{ 'active': isValidatorPage }" v-if="config.devMode")
list-item(to="/proposals" exact @click.native="close" title="Proposals" v-if="config.devMode")
list-item(to="/blocks" exact @click.native="close" title="Blocks")
connectivity
Expand Down

0 comments on commit bc063bd

Please sign in to comment.