adding more after transactions list
This commit is contained in:
parent
1118183eca
commit
2780df44b9
3 changed files with 6 additions and 3 deletions
|
|
@ -17,5 +17,3 @@ src="img/icon-ledger-white.svg">
|
|||
|
||||
<img style="height:0.6em" class="animated flash infinite" ng-show="index.loadingWallet ||
|
||||
index.updatingTxHistory" src="img/icon-sync-white.svg">
|
||||
|
||||
<span class="size-12">{{index.txHistory.length + '/' + index.completeHistory.length}}</span>
|
||||
|
|
|
|||
|
|
@ -246,6 +246,11 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="text-gray text-center size-12 p10t" ng-if="index.historyShowMore">
|
||||
<span class="size-12">{{index.completeHistory.length - index.txHistory.length}}</span>
|
||||
<span class="size-12" translate> more</span> <i class="icon-arrow-down4"></i>
|
||||
</div>
|
||||
|
||||
<ion-infinite-scroll
|
||||
ng-if="index.historyShowMore"
|
||||
on-infinite="index.showMore()"
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ h4.title a {
|
|||
}
|
||||
|
||||
.walletHome h4.title {
|
||||
padding: 20px 0 10px 15px;
|
||||
padding: 0px 0 10px 15px;
|
||||
margin: 5px 0 5px 0;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue