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

Commit

Permalink
Release: v3.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano committed Apr 30, 2017
1 parent fa8eb10 commit 3265101
Show file tree
Hide file tree
Showing 11 changed files with 88 additions and 230 deletions.
3 changes: 3 additions & 0 deletions app/styles/bootstrap/buttons.less
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ input[type="button"] {
}

.btn-file {
.btn;
.btn-block;
.btn-default;
position: relative;
overflow: hidden;
}
Expand Down
13 changes: 11 additions & 2 deletions app/styles/bootstrap/tables.less
Original file line number Diff line number Diff line change
Expand Up @@ -124,17 +124,26 @@ th {
border-bottom: 0;
th {
border-bottom: 1px solid @gray-lighter;
vertical-align: bottom;
}
td:first-child {
text-align: center;
font-family: @font-family-monospace;
}
tr:last-child td:first-child {
text-align: left;
}
tr:last-child,
tr:last-child:not(.mnemonic-custom-row),
tr:first-child {
background-color: white!important;
}
.mnemonic-custom-row {
input[type="text"] {
margin: -5px;
display: inline;
width: 70%;
max-width: 15rem;
}
}

}

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

Large diffs are not rendered by default.

13 changes: 0 additions & 13 deletions chrome-extension/cx-wallet.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,6 @@ <h3 class="text-success col-xs-12">{{twallet.balance }} ETH</h3>
<article class="col-sm-4">
<br />
<wallet-balance-drtv></wallet-balance-drtv>
<hr />
<h5 translate="sidebar_TransHistory"> Transaction History: </h5>
<ul class="account-info">
<li><a href="{{ajaxReq.blockExplorerAddr.replace('[[address]]', wallet.getAddressString())}}" target="_blank">{{ajaxReq.blockExplorerAddr.replace('[[address]]', wallet.getAddressString())}}</a></li>
</ul>
</article>

<section class="col-sm-8 view-wallet-content">
Expand Down Expand Up @@ -792,10 +787,6 @@ <h1 translate="NAV_SendEther"> Send Ether & Tokens </h1>
<section class="col-sm-4">
<wallet-balance-drtv></wallet-balance-drtv>
<hr />
<h5 translate="sidebar_TransHistory"> Transaction History: </h5>
<ul class="account-info" ng-show="ajaxReq.type != 'CUS'">
<li><a href="{{ajaxReq.blockExplorerAddr.replace('[[address]]', wallet.getAddressString())}}" target="_blank">{{ajaxReq.blockExplorerAddr.replace('[[address]]', wallet.getAddressString())}}</a></li>
</ul>
<div class="well">
<p translate="sidebar_donation"> MyEtherWallet is a free, open-source service dedicated to your privacy and security. The more donations we receive, the more time we spend creating new features, listening to your feedback, and giving you what you want. We are just two people trying to change the world. Help us?</p>
<a class="btn btn-primary btn-block" ng-click="onDonateClick()" translate="sidebar_donate">DONATE</a>
Expand Down Expand Up @@ -1203,10 +1194,6 @@ <h5 traslate="SWAP_unlock">Unlock your wallet to send ETH or Tokens directly fro
<section class="col-sm-4">
<wallet-balance-drtv></wallet-balance-drtv>
<hr />
<h5 translate="sidebar_TransHistory"> Transaction History: </h5>
<ul class="account-info" ng-show="ajaxReq.type != 'CUS'">
<li><a href="{{ajaxReq.blockExplorerAddr.replace('[[address]]', wallet.getAddressString())}}" target="_blank">{{ajaxReq.blockExplorerAddr.replace('[[address]]', wallet.getAddressString())}}</a></li>
</ul>
<div class="well">
<p translate="sidebar_donation"> MyEtherWallet is a free, open-source service dedicated to your privacy and security. The more donations we receive, the more time we spend creating new features, listening to your feedback, and giving you what you want. We are just two people trying to change the world. Help us?</p>
<a class="btn btn-primary btn-block" ng-click="onDonateClick()" translate="sidebar_donate">DONATE</a>
Expand Down
131 changes: 35 additions & 96 deletions chrome-extension/js/etherwallet-master.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/etherwallet-master.min.css

Large diffs are not rendered by default.

18 changes: 0 additions & 18 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,6 @@ <h1 traslate="SWAP_unlock">Unlock your wallet to see your address</h1>
<article class="col-sm-4">
<br />
<wallet-balance-drtv></wallet-balance-drtv>
<hr />
<h5 translate="sidebar_TransHistory"> Transaction History: </h5>
<ul class="account-info">
<li><a href="{{ajaxReq.blockExplorerAddr.replace('[[address]]', wallet.getAddressString())}}" target="_blank">{{ajaxReq.blockExplorerAddr.replace('[[address]]', wallet.getAddressString())}}</a></li>
</ul>
</article>

<section class="col-sm-8 view-wallet-content">
Expand Down Expand Up @@ -401,11 +396,6 @@ <h1 translate="NAV_ViewWallet">View Wallet Details</h1>
<article class="col-sm-4">
<br />
<wallet-balance-drtv></wallet-balance-drtv>
<hr />
<h5 translate="sidebar_TransHistory"> Transaction History: </h5>
<ul class="account-info">
<li><a href="{{ajaxReq.blockExplorerAddr.replace('[[address]]', wallet.getAddressString())}}" target="_blank">{{ajaxReq.blockExplorerAddr.replace('[[address]]', wallet.getAddressString())}}</a></li>
</ul>
</article>

<section class="col-sm-8 view-wallet-content">
Expand Down Expand Up @@ -599,10 +589,6 @@ <h1 translate="NAV_SendEther"> Send Ether & Tokens </h1>
<section class="col-sm-4">
<wallet-balance-drtv></wallet-balance-drtv>
<hr />
<h5 translate="sidebar_TransHistory"> Transaction History: </h5>
<ul class="account-info" ng-show="ajaxReq.type != 'CUS'">
<li><a href="{{ajaxReq.blockExplorerAddr.replace('[[address]]', wallet.getAddressString())}}" target="_blank">{{ajaxReq.blockExplorerAddr.replace('[[address]]', wallet.getAddressString())}}</a></li>
</ul>
<div class="well">
<p translate="sidebar_donation"> MyEtherWallet is a free, open-source service dedicated to your privacy and security. The more donations we receive, the more time we spend creating new features, listening to your feedback, and giving you what you want. We are just two people trying to change the world. Help us?</p>
<a class="btn btn-primary btn-block" ng-click="onDonateClick()" translate="sidebar_donate">DONATE</a>
Expand Down Expand Up @@ -1009,10 +995,6 @@ <h5 traslate="SWAP_unlock">Unlock your wallet to send ETH or Tokens directly fro
<section class="col-sm-4">
<wallet-balance-drtv></wallet-balance-drtv>
<hr />
<h5 translate="sidebar_TransHistory"> Transaction History: </h5>
<ul class="account-info" ng-show="ajaxReq.type != 'CUS'">
<li><a href="{{ajaxReq.blockExplorerAddr.replace('[[address]]', wallet.getAddressString())}}" target="_blank">{{ajaxReq.blockExplorerAddr.replace('[[address]]', wallet.getAddressString())}}</a></li>
</ul>
<div class="well">
<p translate="sidebar_donation"> MyEtherWallet is a free, open-source service dedicated to your privacy and security. The more donations we receive, the more time we spend creating new features, listening to your feedback, and giving you what you want. We are just two people trying to change the world. Help us?</p>
<a class="btn btn-primary btn-block" ng-click="onDonateClick()" translate="sidebar_donate">DONATE</a>
Expand Down
131 changes: 35 additions & 96 deletions dist/js/etherwallet-master.js

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,9 @@ gulp.task('pushlive', ['getVersion'], function() {

// Prep & Release
// gulp prep
// gulp bump
// gulp zipit
// gulp bump or gulp zipit
// gulp commit
// git push
// git push --tags
// gulp pushlive ( git subtree push --prefix dist origin gh-pages )

gulp.task('watchJS', function() { gulp.watch(js_watchFolder, ['js'] ) })
Expand Down
Binary file modified releases/chrome-extension-v3.6.6.zip
Binary file not shown.
Binary file modified releases/dist-v3.6.6.zip
Binary file not shown.

0 comments on commit 3265101

Please sign in to comment.