Merge pull request #5420 from mempool/natsoni/add-tooltip-acc-fee
Add tooltip to acceleration fee
This commit is contained in:
		
						commit
						bfea19238b
					
				| @ -606,11 +606,11 @@ | |||||||
|   @if (!isLoadingTx) { |   @if (!isLoadingTx) { | ||||||
|     <tr> |     <tr> | ||||||
|       <td class="td-width" i18n="transaction.fee|Transaction fee">Fee</td> |       <td class="td-width" i18n="transaction.fee|Transaction fee">Fee</td> | ||||||
|       <td>{{ tx.fee | number }} <span class="symbol" i18n="shared.sat|sat">sat</span>  |       <td class="text-wrap">{{ tx.fee | number }} <span class="symbol" i18n="shared.sat|sat">sat</span>  | ||||||
|         @if (accelerationInfo?.bidBoost) { |         @if (accelerationInfo?.bidBoost) { | ||||||
|           <span class="oobFees"> +{{ accelerationInfo.bidBoost | number }} </span><span class="symbol" i18n="shared.sat|sat">sat</span> |           <span class="oobFees" i18n-ngbTooltip="Acceleration Fees" ngbTooltip="Acceleration fees paid out-of-band"> +{{ accelerationInfo.bidBoost | number }} </span><span class="symbol" i18n="shared.sat|sat">sat</span> | ||||||
|         } @else if (tx.feeDelta) { |         } @else if (tx.feeDelta) { | ||||||
|           <span class="oobFees"> +{{ tx.feeDelta | number }} </span><span class="symbol" i18n="shared.sat|sat">sat</span> |           <span class="oobFees" i18n-ngbTooltip="Acceleration Fees" ngbTooltip="Acceleration fees paid out-of-band"> +{{ tx.feeDelta | number }} </span><span class="symbol" i18n="shared.sat|sat">sat</span> | ||||||
|         } |         } | ||||||
|         <span class="fiat"><app-fiat [blockConversion]="tx.price" [value]="tx.fee + (accelerationInfo?.bidBoost || tx.feeDelta || 0)"></app-fiat></span> |         <span class="fiat"><app-fiat [blockConversion]="tx.price" [value]="tx.fee + (accelerationInfo?.bidBoost || tx.feeDelta || 0)"></app-fiat></span> | ||||||
|       </td> |       </td> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user