Merge pull request #5263 from mempool/simon/new-eta-label
New ETA label
This commit is contained in:
		
						commit
						2b21ddd0b2
					
				@ -284,7 +284,7 @@
 | 
			
		||||
                    <span class="checkout-text"><ng-container i18n="accelerator.confirmation-expected">Confirmation expected</ng-container> <app-time kind="within" [time]="eta.time" [fastRender]="false" [fixedRender]="true"></app-time></span>
 | 
			
		||||
                  } @else {
 | 
			
		||||
                    <span class="checkout-text">
 | 
			
		||||
                      <span i18n="accelerator.confirmation-expected-within-hours">Confirmation expected within several hours</span>
 | 
			
		||||
                      <span i18n="accelerator.confirmation-not-expected-soon">Confirmation not expected any time soon</span>
 | 
			
		||||
                    </span>
 | 
			
		||||
                  }
 | 
			
		||||
                </label>
 | 
			
		||||
 | 
			
		||||
@ -71,7 +71,7 @@
 | 
			
		||||
              <ng-container *ngIf="(ETA$ | async) as eta; else etaSkeleton">
 | 
			
		||||
                <span class="justify-content-end d-flex align-items-center">
 | 
			
		||||
                  @if (eta.blocks >= 7) {
 | 
			
		||||
                    <span i18n="transaction.eta.in-several-hours|Transaction ETA in several hours or more">In several hours (or more)</span>
 | 
			
		||||
                    <span i18n="transaction.eta.not-any-time-soon|Transaction ETA mot any time soon">Not any time soon</span>
 | 
			
		||||
                  } @else {
 | 
			
		||||
                    <app-time kind="until" [time]="eta.time" [fastRender]="false" [fixedRender]="true"></app-time>
 | 
			
		||||
                  }
 | 
			
		||||
 | 
			
		||||
@ -540,7 +540,7 @@
 | 
			
		||||
          <ng-container *ngIf="(ETA$ | async) as eta; else etaSkeleton">
 | 
			
		||||
            @if (eta.blocks >= 7) {
 | 
			
		||||
              <span [class]="(!tx?.acceleration && acceleratorAvailable && accelerateCtaType === 'button' && !showAccelerationSummary && eligibleForAcceleration) ? 'etaDeepMempool d-flex justify-content-end align-items-center' : ''">
 | 
			
		||||
                <span i18n="transaction.eta.in-several-hours|Transaction ETA in several hours or more">In several hours (or more)</span>
 | 
			
		||||
                <span i18n="transaction.eta.not-any-time-soon|Transaction ETA mot any time soon">Not any time soon</span>
 | 
			
		||||
                @if (!tx?.acceleration && acceleratorAvailable && accelerateCtaType === 'button' && !showAccelerationSummary && eligibleForAcceleration) {
 | 
			
		||||
                  <a class="btn btn-sm accelerateDeepMempool btn-small-height" i18n="transaction.accelerate|Accelerate button label" (click)="onAccelerateClicked()">Accelerate</a>
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user