Skip to content

Commit

Permalink
add experimental functionality to new add pocket controls
Browse files Browse the repository at this point in the history
  • Loading branch information
tilthz committed Feb 3, 2016
1 parent 32618f3 commit 63f5b80
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/html/wallet/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ <h5>Mixer</h5>
</div>
<div class="row">
<div class="small-12 columns" ng-if="pocket.isAll" ng-controller="OverviewCtrl">
<div class="panel radius pocketoverview">NN BTC <span>XX€</span> in 3 pockets
<a class="button newpocket radius fa fa-plus"></a>
<div class="panel radius pocketoverview" ng-controller="SidebarCtrl">
NN BTC
<span>XX€</span>
in 3 pockets
<a class="button newpocket radius fa fa-plus" ng-click="newPocket()"></a>
<a class="button collapseoverview radius fa fa-arrow-up"></a>

</div>
Expand Down Expand Up @@ -90,8 +93,11 @@ <h5>
</div>
</li>
</ul>
<div class="panel radius pocketoverview">NN BTC <span>XX€</span> in 3 pockets
<a class="button newpocket radius fa fa-plus"></a>
<div class="panel radius pocketoverview" ng-controller="SidebarCtrl">
NN BTC
<span>XX€</span>
in 3 multisig funds
<a class="button newpocket radius fa fa-plus" ng-click="newMultiSig()"></a>
<a class="button collapseoverview radius fa fa-arrow-up"></a>

</div>
Expand Down

0 comments on commit 63f5b80

Please sign in to comment.