Renaming minimum fee to rejecting.

Adding progressbar to mempool size.
refs #171
This commit is contained in:
softsimon
2021-01-12 20:45:41 +07:00
parent 46b7e6961e
commit ec845a6ac2
8 changed files with 42 additions and 21 deletions

View File

@@ -31,7 +31,7 @@
<tr>
<td i18n="mempool-block.size">Size</td>
<td>
<div class="progress position-relative">
<div class="progress">
<div class="progress-bar progress-mempool {{ (network$ | async) }}" role="progressbar" [ngStyle]="{'width': (mempoolBlock.blockVSize / 1000000) * 100 + '%' }"></div>
<div class="progress-text">{{ mempoolBlock.blockSize | bytes: 2 }}</div>
</div>