Address details pending -> unconfirmed
This commit is contained in:
		
							parent
							
								
									331b54fe89
								
							
						
					
					
						commit
						3b419be341
					
				| @ -198,21 +198,21 @@ | |||||||
| 
 | 
 | ||||||
| <ng-template #pendingBalanceRow> | <ng-template #pendingBalanceRow> | ||||||
|   <tr> |   <tr> | ||||||
|     <td i18n="address.pending" class="font-italic">pending</td> |     <td i18n="address.unconfirmed-balance" class="font-italic">unconfirmed balance</td> | ||||||
|     <td *ngIf="mempoolStats.funded_txo_sum !== undefined; else confidentialTd" class="font-italic"><app-amount [satoshis]="mempoolStats.balance" [noFiat]="true" [addPlus]="true"></app-amount> <span class="fiat"><app-fiat [value]="mempoolStats.balance"></app-fiat></span></td> |     <td *ngIf="mempoolStats.funded_txo_sum !== undefined; else confidentialTd" class="font-italic"><app-amount [satoshis]="mempoolStats.balance" [noFiat]="true" [addPlus]="true"></app-amount> <span class="fiat"><app-fiat [value]="mempoolStats.balance"></app-fiat></span></td> | ||||||
|   </tr> |   </tr> | ||||||
| </ng-template> | </ng-template> | ||||||
| 
 | 
 | ||||||
| <ng-template #utxoRow> | <ng-template #utxoRow> | ||||||
|   <tr> |   <tr> | ||||||
|     <td i18n="address.unspent_txos">Unspent TXOs</td> |     <td i18n="address.utxos" i18n-ngbTooltip="unspent-transaction-outputs" ngbTooltip="unspent transaction outputs">UTXOs</td> | ||||||
|     <td>{{ chainStats.utxos }}</td> |     <td>{{ chainStats.utxos }}</td> | ||||||
|   </tr> |   </tr> | ||||||
| </ng-template> | </ng-template> | ||||||
| 
 | 
 | ||||||
| <ng-template #pendingUtxoRow> | <ng-template #pendingUtxoRow> | ||||||
|   <tr> |   <tr> | ||||||
|     <td i18n="address.pending" class="font-italic">pending</td> |     <td i18n="address.unconfirmed-utxos" class="font-italic">unconfirmed UTXOs</td> | ||||||
|     <td class="font-italic">{{ mempoolStats.utxos > 0 ? '+' : ''}}{{ mempoolStats.utxos }}</td> |     <td class="font-italic">{{ mempoolStats.utxos > 0 ? '+' : ''}}{{ mempoolStats.utxos }}</td> | ||||||
|   </tr> |   </tr> | ||||||
| </ng-template> | </ng-template> | ||||||
|  | |||||||
| @ -76,10 +76,10 @@ h1 { | |||||||
|   top: 9px; |   top: 9px; | ||||||
|   position: relative; |   position: relative; | ||||||
| 	@media (min-width: 576px) { | 	@media (min-width: 576px) { | ||||||
|  |     max-width: calc(100% - 180px); | ||||||
|     top: 11px; |     top: 11px; | ||||||
| 	} | 	} | ||||||
|   @media (min-width: 768px) { |   @media (min-width: 768px) { | ||||||
|     max-width: calc(100% - 180px); |  | ||||||
|     top: 17px; |     top: 17px; | ||||||
|   } |   } | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user