[accelerator] fix redirect url, fix UX

This commit is contained in:
nymkappa
2024-04-10 14:33:33 +09:00
parent 73f241e9c3
commit fb8808ea59
2 changed files with 17 additions and 3 deletions

View File

@@ -14,6 +14,7 @@
</div>
</div>
@if (!processingPayment) {
<div class="accelerate-cols">
<ng-container *ngIf="!isMobile">
<app-accelerate-fee-graph
@@ -306,5 +307,9 @@
<div class="skeleton-loader"></div>
<br>
</ng-template>
}
@else if (!showSuccess && !error) {
<div class="alert alert-info">Processing payment...</div>
}
<ng-template #acceleratedTo let-i i18n="accelerator.accelerated-to-description">If your tx is accelerated to ~{{ i | number : '1.0-0' }} sat/vB</ng-template>