Merge pull request #5886 from gabrielbazan7/feat/placeholder
adding loading placeholders to avoid the screen resize in tab-home view
This commit is contained in:
commit
4fa427f2ab
6 changed files with 146 additions and 75 deletions
|
|
@ -8,7 +8,7 @@
|
|||
</i>
|
||||
<span class="wallet-name">{{wallet.name || wallet.id}}</span>
|
||||
<span class="item-note m10l" ng-if="!wallet.balanceHidden">
|
||||
{{wallet.status.availableBalanceStr}}
|
||||
{{wallet.status.availableBalanceStr || '...'}}
|
||||
</span>
|
||||
<span class="item-note m10l" ng-if="wallet.balanceHidden" translate>[Balance Hidden]</span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue