Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Release: v3.21.08
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Apr 24, 2018
1 parent 7dbc0dc commit 61f45bb
Show file tree
Hide file tree
Showing 22 changed files with 447 additions and 972 deletions.
6 changes: 3 additions & 3 deletions app/includes/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -98,18 +98,18 @@
@@if (site === 'mew' ) {
<a class="brand" href="/" aria-label="Go to homepage">
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.21.07</p>
<p class="small visible-xs">3.21.08</p>
</a>
}
@@if (site === 'cx' ) {
<a class="brand" href="/cx-wallet.html" aria-label="Go to homepage">
<img src="images/logo-myetherwalletcx.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.21.07</p>
<p class="small visible-xs">3.21.08</p>
</a>
}
<div class="tagline">
<span class="hidden-xs">3.21.07</span>
<span class="hidden-xs">3.21.08</span>
<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle btn btn-white" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
2 changes: 1 addition & 1 deletion app/includes/swap-stage-1.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
</li>
</ul>
</div>
<div class="col-xs-12 clearfix text-center" ng-if="isKyberSwap">
<div class="col-xs-12 clearfix text-center" ng-if="isKyberRateSwap">
<span> 1 {{swapOrder.fromCoin}} = {{kyber.kyberRates[swapOrder.fromCoin + "/" + swapOrder.toCoin] | number: 6}} {{swapOrder.toCoin}}</span><!-- todo: restrict the rate shown to token decimal is less than 6 -->
</div>
<div class="col-xs-12 clearfix text-center">
Expand Down
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet",
"version": "3.21.07",
"version": "3.21.08",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
Expand Down
220 changes: 117 additions & 103 deletions app/scripts/controllers/swapCtrl.js

Large diffs are not rendered by default.

0 comments on commit 61f45bb

Please sign in to comment.