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

Commit

Permalink
Release: v3.11.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano committed Feb 5, 2018
1 parent ba7a2e1 commit 856a2b6
Show file tree
Hide file tree
Showing 19 changed files with 309 additions and 136 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.11.3.2</p>
<p class="small visible-xs">3.11.3.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.11.3.2</p>
<p class="small visible-xs">3.11.3.3</p>
</a>
}
<div class="tagline">
<span class="hidden-xs">3.11.3.2</span>
<span class="hidden-xs">3.11.3.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
1 change: 0 additions & 1 deletion app/layouts/helpers.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

@@include( '../includes/header.tpl', { "site": "mew" } )

<section class="container" style="min-height: 50%" ng-controller='viewCtrl'>
Expand Down
10 changes: 0 additions & 10 deletions app/layouts/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

@@include( '../includes/header.tpl', { "site": "mew" } )

<section class="container" style="min-height: 50%" ng-controller='viewCtrl'>
Expand Down Expand Up @@ -32,15 +31,6 @@

@@include('../includes/alerts.tpl')


<!--
<section class="loading-wrap" ng-hide="1==1">
<div class="loading">
<img src="images/loading.gif" />
<h1> Loading... </h1>
</section>
-->

</section>

@@include( '../includes/footer.tpl', { "site": "mew" } )
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.11.3.2",
"version": "3.11.3.3",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
Expand Down
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.11.3.2",
"version": "3.11.3.3",
"description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.",
"author": "MyEtherWallet",
"license": "ISC",
Expand Down
3 changes: 2 additions & 1 deletion app/scripts/controllers/walletBalanceCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var walletBalanceCtrl = function($scope, $sce, $rootScope) {
type: "custom",
};

$scope.slide = 2;
$scope.slide = 1;

$scope.customTokenField = false;

Expand Down Expand Up @@ -96,4 +96,5 @@ var walletBalanceCtrl = function($scope, $sce, $rootScope) {
}

};

module.exports = walletBalanceCtrl;
40 changes: 18 additions & 22 deletions app/scripts/directives/balanceDrtv.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,29 +75,9 @@ <h5 class="swap__cta" ng-show="wallet.balance>=50">Time to beef up your security
</div>
</a>

<!-- Coinbase -->
<a href="https://buy.coinbase.com?code=a6e1bd98-6464-5552-84dd-b27f0388ac7d&address={{wallet.getChecksumAddressString()}}&crypto_currency=ETH&currency=USD"
ng-show="ajaxReq.type=='ETH' && slide==2"
class="block swap--usd"
target="_blank" rel="noopener noreferrer">
<div class="col-sm-7">
<p class="swap__subhead" ng-show="wallet.balance<=0">Aw...you don't have any ETH</p>
<p class="swap__subhead" ng-show="wallet.balance>0">It's now easier to get more ETH</p>
<h5 class="swap__cta">Buy ETH with USD</h5>
</div>
<div class="col-sm-5">
<img src="images/logo-coinbase.svg" width="64" height="auto" class="swap__logo">
<p class="swap-flag--price">1 ETH ≈ <br /> {{wallet.usdPrice}} USD</p>
</div>
</a>





<!-- Bity -->
<a ng-click="globalService.currentTab=globalService.tabs.swap.id"
ng-show="ajaxReq.type=='ETH' && slide==3"
ng-show="ajaxReq.type=='ETH' && slide==2"
class="block swap--btc"
target="_blank" rel="noopener noreferrer">
<div class="col-sm-7">
Expand All @@ -112,10 +92,26 @@ <h5 class="swap__cta">Swap BTC <-> ETH</h5>
</div>
</a>

<!-- Coinbase
<a href="#"
ng-show="ajaxReq.type=='ETH' && slide==2"
class="block swap--usd"
target="_blank" rel="noopener noreferrer">
<div class="col-sm-7">
<p class="swap__subhead" ng-show="wallet.balance<=0">Aw...you don't have any ETH</p>
<p class="swap__subhead" ng-show="wallet.balance>0">It's now easier to get more ETH</p>
<h5 class="swap__cta">Buy ETH with USD</h5>
</div>
<div class="col-sm-5">
<img src="images/logo-coinbase.svg" width="64" height="auto" class="swap__logo">
<p class="swap-flag--price">1 ETH ≈ <br /> {{wallet.usdPrice}} USD</p>
</div>
</a>
-->

<div class="swap__nav" ng-show="ajaxReq.type=='ETH'">
<a ng-click="slide=1"> &bull; </a>
<a ng-click="slide=2"> &bull; </a>
<a ng-click="slide=3"> &bull; </a>
</div>


Expand Down
12 changes: 0 additions & 12 deletions app/scripts/nodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,6 @@ nodes.nodeList = {
'service': 'myetherapi.com',
'lib': new nodes.customNode('https://api.myetherapi.com/eth', '')
},
'eth_mycrypto': {
'name': 'ETH',
'blockExplorerTX': 'https://etherscan.io/tx/[[txHash]]',
'blockExplorerAddr': 'https://etherscan.io/address/[[address]]',
'type': nodes.nodeTypes.ETH,
'eip155': true,
'chainId': 1,
'tokenList': require('./tokens/ethTokens.json'),
'abiList': require('./abiDefinitions/ethAbi.json'),
'service': 'mycryptoapi.com',
'lib': new nodes.customNode('https://api.mycryptoapi.com/eth', '')
},
'eth_ethscan': {
'name': 'ETH',
'blockExplorerTX': 'https://etherscan.io/tx/[[txHash]]',
Expand Down
25 changes: 12 additions & 13 deletions app/styles/etherwallet-custom.less
Original file line number Diff line number Diff line change
Expand Up @@ -539,46 +539,45 @@ label small {
li:nth-child(1),
li:nth-child(2),
li:nth-child(3),
li:nth-child(4),
li:nth-child(5) {
li:nth-child(4){
border-left: 2px solid @brand-eth;
}
li:nth-child(6) {
li:nth-child(5) {
border-left: 2px solid @brand-etc;
}
li:nth-child(6),
li:nth-child(7),
li:nth-child(8),
li:nth-child(9),
li:nth-child(10),
li:nth-child(11),
li:nth-child(12) {
li:nth-child(11) {
border-left: 2px solid @brand-test;
}
li:nth-child(13) {
li:nth-child(12) {
border-left: 2px solid @brand-exp;
}
li:nth-child(14) {
li:nth-child(13) {
border-left: 2px solid @brand-ubq;
}
li:nth-child(15) {
li:nth-child(14) {
border-left: 2px solid @brand-poa;
}
li:nth-child(16) {
li:nth-child(15) {
border-left: 2px solid @brand-tomo;
}
li:nth-child(17) {
li:nth-child(16) {
border-left: 2px solid @brand-ella;
}
li:last-child {
border-left: 2px solid @gray-light;
}
li:nth-child(4),
li:nth-child(5),
li:nth-child(6),
li:nth-child(11),
li:nth-child(12),
li:nth-child(13),
li:nth-child(14),
li:nth-child(15),
li:nth-child(16) {
li:nth-child(15) {
border-bottom: 1px solid @gray-lighter;
}
}
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.11.3.2</p>
<p class="small visible-xs">3.11.3.3</p>
</a>

<div class="tagline">

<span class="hidden-xs">3.11.3.2</span>
<span class="hidden-xs">3.11.3.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 chrome-extension/helpers.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<!DOCTYPE html>
<html lang="en" ng-app="mewApp">
<head>
Expand Down Expand Up @@ -99,13 +98,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.11.3.2</p>
<p class="small visible-xs">3.11.3.3</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.11.3.2</span>
<span class="hidden-xs">3.11.3.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
154 changes: 130 additions & 24 deletions chrome-extension/js/etherwallet-master.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion chrome-extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet",
"version": "3.11.3.2",
"version": "3.11.3.3",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
Expand Down
2 changes: 1 addition & 1 deletion dist/css/etherwallet-master.min.css

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions dist/helpers.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<!DOCTYPE html>
<html lang="en" ng-app="mewApp">
<head>
Expand Down Expand Up @@ -99,13 +98,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.11.3.2</p>
<p class="small visible-xs">3.11.3.3</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.11.3.2</span>
<span class="hidden-xs">3.11.3.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
14 changes: 2 additions & 12 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<!DOCTYPE html>
<html lang="en" ng-app="mewApp">
<head>
Expand Down Expand Up @@ -99,13 +98,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.11.3.2</p>
<p class="small visible-xs">3.11.3.3</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.11.3.2</span>
<span class="hidden-xs">3.11.3.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 Expand Up @@ -6144,15 +6143,6 @@ <h1 translate="BULK_SuccessMsg">
</div>



<!--
<section class="loading-wrap" ng-hide="1==1">
<div class="loading">
<img src="images/loading.gif" />
<h1> Loading... </h1>
</section>
-->

</section>

<section class="pre-footer">
Expand Down
Loading

0 comments on commit 856a2b6

Please sign in to comment.