Bisq Pagination and tx type select history. Increased transactions per page.

This commit is contained in:
softsimon
2020-08-10 23:47:44 +07:00
parent 2aaa421b3a
commit 8f4e4a75fa
3 changed files with 71 additions and 29 deletions

View File

@@ -22,7 +22,7 @@
<th class="d-none d-md-block">Height</th>
</thead>
<tbody *ngIf="transactions.value; else loadingTmpl">
<tr *ngFor="let tx of transactions.value[0]; trackBy: trackByFn">
<tr *ngFor="let tx of transactions.value[0]">
<td><a [routerLink]="['/tx/' | relativeUrl, tx.id]" [state]="{ data: tx }">{{ tx.id | slice : 0 : 8 }}</a></td>
<td class="d-none d-md-block">
<app-bisq-icon class="mr-1" [txType]="tx.txType"></app-bisq-icon>