Adding ETA, confirmed time, and other ui improvements to transaction page.

This commit is contained in:
softsimon
2020-03-23 04:07:31 +07:00
parent dc8eae6b76
commit 39643ce0f8
10 changed files with 207 additions and 84 deletions

View File

@@ -18,7 +18,7 @@
<td>
{{ block.timestamp * 1000 | date:'yyyy-MM-dd HH:mm' }}
<div class="lg-inline">
<i>(<app-time-since [time]="block.timestamp"></app-time-since> ago)</i>
<i>(<app-time-since [time]="block.timestamp" [fastRender]="true"></app-time-since> ago)</i>
</div>
</td>
</tr>