wallet sidebar for mobile
This commit is contained in:
parent
443f5aff2e
commit
c87f8a1911
7 changed files with 129 additions and 152 deletions
17
index.html
17
index.html
|
|
@ -60,18 +60,13 @@
|
|||
<section class="left-small">
|
||||
<a class="left-off-canvas-toggle menu-icon" ><span></span></a>
|
||||
</section>
|
||||
<section class="right-small text-center top-balance" ng-if="$root.wallet && $root.wallet.isComplete() && !$root.wallet.isLocked" >
|
||||
<span ng-if="$root.updatingBalance">
|
||||
<i class="fi-bitcoin-circle icon-rotate spinner"></i>
|
||||
</span>
|
||||
<span class="size-14" ng-if="!$root.updatingBalance">
|
||||
{{$root.wallet.balanceInfo.totalBalance || 0}} {{$root.wallet.settings.unitName}}
|
||||
</span>
|
||||
<section class="right-small" >
|
||||
<a class="right-off-canvas-toggle p10"><i class="icon-wallet size-21"></i></a>
|
||||
</section>
|
||||
|
||||
<section class="middle tab-bar-section">
|
||||
<h1 class="title ellipsis">
|
||||
{{$root.wallet.getName()}}
|
||||
<h1 class="title">
|
||||
<img src="img/logo-negative-beta.svg" alt="Copay" width="60">
|
||||
</h1>
|
||||
</section>
|
||||
</nav>
|
||||
|
|
@ -80,6 +75,10 @@
|
|||
<div ng-include="'views/includes/sidebar-mobile.html'"></div>
|
||||
</aside>
|
||||
|
||||
<aside class="right-off-canvas-menu" ng-if="$root.iden">
|
||||
<div ng-include="'views/includes/walletbar-mobile.html'"></div>
|
||||
</aside>
|
||||
|
||||
<div notifications="right top"></div>
|
||||
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue