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

Commit

Permalink
Release: v3.10.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano committed Dec 20, 2017
1 parent 656ae15 commit 0e9b011
Show file tree
Hide file tree
Showing 15 changed files with 38 additions and 38 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.10.10.2</p>
<p class="small visible-xs">3.10.10.3</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.10.10.2</p>
<p class="small visible-xs">3.10.10.3</p>
</a>
}
<div class="tagline">
<span class="hidden-xs">3.10.10.2</span>
<span class="hidden-xs">3.10.10.3</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
5 changes: 2 additions & 3 deletions app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet",
"version": "3.10.10.2",
"version": "3.10.10.3",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
Expand All @@ -16,8 +16,7 @@
"default_popup": "browser_action/browser_action.html"
},
"permissions": [
"storage",
"clipboardWrite"
"storage"
],
"content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-uxI0oLy+6OpnvTApEkmCzuxkvu4J47b6yHCV93fjHN0=' 'sha256-0Gsidap6748RQlB69d8CLcBCD2A1kL9luXuhxAKpgXQ=' 'sha256-Z7zS8qcr4BZTeVyPP1sIfzQLoVSrzOW0qLHyZCds1WE='; object-src 'self'"
}
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet",
"version": "3.10.10.2",
"version": "3.10.10.3",
"description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.",
"author": "MyEtherWallet",
"license": "ISC",
Expand Down
30 changes: 15 additions & 15 deletions app/scripts/directives/balanceDrtv.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,21 +161,6 @@ <h5 translate="sidebar_TokenBal">Token Balances</h5>
</a>
</p>

<!-- Balances -->
<table class="account-info">
<tr ng-repeat="token in wallet.tokenObjs track by $index"
ng-show="token.balance!=0 || token.type!=='default' || tokenVisibility=='shown'">
<td class="mono wrap point">
<img src="images/icon-remove.svg" class="token-remove" title="Remove Token" ng-click="removeTokenFromLocal(token.symbol)" ng-show="token.type!=='default'" />
{{ token.getBalance() }}
</td>
<td>
{{ token.getSymbol() }}
</td>
</tr>
</table>


<!-- Buttons -->
<a class="btn btn-default btn-xs" ng-click="tokenVisibility='shown'" ng-show="tokenVisibility=='hidden' && globalService.tokensLoaded">
Show Tokens
Expand Down Expand Up @@ -221,6 +206,21 @@ <h6 class="u__protip">
<button class="btn btn-primary btn-xs" ng-click="saveTokenToLocal()" translate="x_Save">Save</button>

</div>

<!-- Balances -->
<table class="account-info">
<tr ng-repeat="token in wallet.tokenObjs track by $index"
ng-show="token.balance!=0 || token.type!=='default' || tokenVisibility=='shown'">
<td class="mono wrap point">
<img src="images/icon-remove.svg" class="token-remove" title="Remove Token" ng-click="removeTokenFromLocal(token.symbol)" ng-show="token.type!=='default'" />
{{ token.getBalance() }}
</td>
<td>
{{ token.getSymbol() }}
</td>
</tr>
</table>

</div>


Expand Down
2 changes: 2 additions & 0 deletions app/styles/etherwallet-custom.less
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,8 @@ input[type="password"]+.eye {
.token-balances {
margin-bottom: 15px;
font-size: 14px;
max-height: 60vh;
overflow: scroll;
}

h2 a.isActive {
Expand Down
2 changes: 1 addition & 1 deletion chrome-extension/css/etherwallet-master.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions chrome-extension/cx-wallet.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@

<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.10.10.2</p>
<p class="small visible-xs">3.10.10.3</p>
</a>

<div class="tagline">

<span class="hidden-xs">3.10.10.2</span>
<span class="hidden-xs">3.10.10.3</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
4 changes: 2 additions & 2 deletions chrome-extension/helpers.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@

<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.10.10.2</p>
<p class="small visible-xs">3.10.10.3</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.10.10.2</span>
<span class="hidden-xs">3.10.10.3</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 chrome-extension/js/etherwallet-master.js

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions chrome-extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet",
"version": "3.10.10.2",
"version": "3.10.10.3",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
Expand All @@ -16,8 +16,7 @@
"default_popup": "browser_action/browser_action.html"
},
"permissions": [
"storage",
"clipboardWrite"
"storage"
],
"content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-uxI0oLy+6OpnvTApEkmCzuxkvu4J47b6yHCV93fjHN0=' 'sha256-0Gsidap6748RQlB69d8CLcBCD2A1kL9luXuhxAKpgXQ=' 'sha256-Z7zS8qcr4BZTeVyPP1sIfzQLoVSrzOW0qLHyZCds1WE='; object-src 'self'"
}
2 changes: 1 addition & 1 deletion dist/css/etherwallet-master.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/helpers.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@

<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.10.10.2</p>
<p class="small visible-xs">3.10.10.3</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.10.10.2</span>
<span class="hidden-xs">3.10.10.3</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
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@

<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.10.10.2</p>
<p class="small visible-xs">3.10.10.3</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.10.10.2</span>
<span class="hidden-xs">3.10.10.3</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 dist/js/etherwallet-master.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet",
"version": "3.10.10.2",
"version": "3.10.10.3",
"description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.",
"author": "MyEtherWallet",
"license": "ISC",
Expand Down

0 comments on commit 0e9b011

Please sign in to comment.