mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
add beta tag to cluster visualization
This commit is contained in:
parent
b5b04f699f
commit
9062a23a5d
4 changed files with 22 additions and 2 deletions
|
|
@ -97,7 +97,7 @@
|
|||
<br>
|
||||
<div class="subtitle-block">
|
||||
<div class="title">
|
||||
<h2 *ngIf="cpfpInfo?.cluster && cpfpMode === 'advanced'" i18n="transaction.cluster-mempool-chunking|Cluster Mempool Chunking">Cluster Mempool Chunking</h2>
|
||||
<h2 *ngIf="cpfpInfo?.cluster && cpfpMode === 'advanced'"><span i18n="transaction.cluster-mempool-chunking|Cluster Mempool Chunking">Cluster Mempool Chunking</span><span class="badge badge-pill badge-warning cpfp-beta" i18n="beta">beta</span></h2>
|
||||
<h2 *ngIf="!(cpfpInfo?.cluster && cpfpMode === 'advanced')" i18n="transaction.related-transactions|CPFP List">Related Transactions</h2>
|
||||
</div>
|
||||
<div class="title-buttons" *ngIf="cpfpInfo?.cluster">
|
||||
|
|
|
|||
|
|
@ -150,6 +150,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
.cpfp-beta {
|
||||
font-size: 10px;
|
||||
padding: 3px 5px;
|
||||
}
|
||||
|
||||
h2 .cpfp-beta {
|
||||
margin-left: 5px;
|
||||
vertical-align: super;
|
||||
}
|
||||
|
||||
.subtitle-block {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@
|
|||
<br>
|
||||
<div class="subtitle-block">
|
||||
<div class="title">
|
||||
<h2 *ngIf="cpfpInfo?.cluster && cpfpMode === 'advanced'" i18n="transaction.cluster-mempool-chunking|Cluster Mempool Chunking">Cluster Mempool Chunking</h2>
|
||||
<h2 *ngIf="cpfpInfo?.cluster && cpfpMode === 'advanced'"><span i18n="transaction.cluster-mempool-chunking|Cluster Mempool Chunking">Cluster Mempool Chunking</span><span class="badge badge-pill badge-warning cpfp-beta" i18n="beta">beta</span></h2>
|
||||
<h2 *ngIf="!(cpfpInfo?.cluster && cpfpMode === 'advanced')" i18n="transaction.related-transactions|CPFP List">Related Transactions</h2>
|
||||
</div>
|
||||
<div class="title-buttons" *ngIf="cpfpInfo?.cluster">
|
||||
|
|
|
|||
|
|
@ -206,6 +206,16 @@
|
|||
bottom: -13px;
|
||||
}
|
||||
|
||||
.cpfp-beta {
|
||||
font-size: 10px;
|
||||
padding: 3px 5px;
|
||||
}
|
||||
|
||||
h2 .cpfp-beta {
|
||||
margin-left: 5px;
|
||||
vertical-align: super;
|
||||
}
|
||||
|
||||
.subtitle-block {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue