Display network logo in the top bar.

Allow search for block height.
Hide empty bisq blocks.
This commit is contained in:
softsimon
2020-07-13 23:22:24 +07:00
parent 432fb9cd66
commit 87abfc38cb
9 changed files with 38 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
<div class="container-xl">
<h1 style="float: left;">Bisq Address</h1>
<h1 style="float: left;">Address</h1>
<a [routerLink]="['/address/' | relativeUrl, addressString]" style="line-height: 56px; margin-left: 10px;">
<span class="d-inline d-lg-none">{{ addressString | shortenString : 24 }}</span>
<span class="d-none d-lg-inline">{{ addressString }}</span>