Fixes layouts and improves appearance of balance page.
This commit is contained in:
parent
326ce26126
commit
2d04eb4335
9 changed files with 111 additions and 56 deletions
|
|
@ -80,8 +80,9 @@
|
|||
Incomplete
|
||||
</span>
|
||||
<span ng-if="wallet.isComplete()">
|
||||
<span ng-if="!wallet.balanceHidden">{{wallet.status.totalBalanceStr}}</span>
|
||||
<img ng-if="!wallet.balanceHidden && (status.totalBalanceSat != status.spendableAmount)" class="tab-home__wallet__icon" src="img/icon-important.svg"/>
|
||||
<span ng-if="!wallet.balanceHidden">{{wallet.status.totalBalanceStr}}
|
||||
<i ng-if="!wallet.balanceHidden && (status.totalBalanceSat != status.spendableAmount)" class="tab-home__wallet__status-icon ion-ios-timer-outline"></i>
|
||||
</span>
|
||||
<span ng-if="wallet.balanceHidden" translate>[Balance Hidden]</span>
|
||||
<span class="tab-home__wallet__multisig-number" ng-if="wallet.n > 1">
|
||||
{{wallet.m}}-of-{{wallet.n}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue