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:
Matias Alejo Garcia 2017-04-20 20:13:08 +02:00 committed by GitHub
commit 4fa427f2ab
6 changed files with 146 additions and 75 deletions

View file

@ -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>