diff --git a/frontend/src/app/components/accelerate-preview/accelerate-fee-graph.component.scss b/frontend/src/app/components/accelerate-preview/accelerate-fee-graph.component.scss index cd48f42fa..919fdec4a 100644 --- a/frontend/src/app/components/accelerate-preview/accelerate-fee-graph.component.scss +++ b/frontend/src/app/components/accelerate-preview/accelerate-fee-graph.component.scss @@ -4,7 +4,6 @@ width: 120px; margin-left: 4em; margin-right: 1.5em; - padding-bottom: 63px; .column { width: 100%; diff --git a/frontend/src/app/components/accelerate-preview/accelerate-preview.component.html b/frontend/src/app/components/accelerate-preview/accelerate-preview.component.html index 436dd138e..92dc8d0f8 100644 --- a/frontend/src/app/components/accelerate-preview/accelerate-preview.component.html +++ b/frontend/src/app/components/accelerate-preview/accelerate-preview.component.html @@ -32,56 +32,56 @@
| Virtual size | -- | |
| - Size in vbytes of this transaction (including unconfirmed ancestors) - | -||
| In-band fees | -- {{ estimate.txSummary.effectiveFee | number : '1.0-0' }} sats - | -|
| - Fees already paid by this transaction (including unconfirmed ancestors) - | -||
| Virtual size | ++ | |
| + Size in vbytes of this transaction (including unconfirmed ancestors) + | +||
| In-band fees | ++ {{ estimate.txSummary.effectiveFee | number : '1.0-0' }} sats + | +|
| + Fees already paid by this transaction (including unconfirmed ancestors) + | +||
| Next block market rate |
@@ -123,25 +123,24 @@
|
|||
| Mempool Acceleratorâ„¢ fees | -||||
| - Accelerator Service Fee - | -- +{{ estimate.mempoolBaseFee | number }} - | -
- sats
- |
- ||
| Mempool Acceleratorâ„¢ fees | +||||
| + Accelerator Service Fee + | ++ +{{ estimate.mempoolBaseFee | number }} + | +
+ sats
+ |
+ ||
| Transaction Size Surcharge | @@ -153,13 +152,13 @@||||
| - Estimated acceleration cost + Estimated acceleration cost ~{{ estimate.targetFeeRate | number : '1.0-0' }} sat/vB |
@@ -171,18 +170,13 @@
|
|||
|
- |
- ||||
| - Maximum acceleration cost + Maximum acceleration cost | @@ -192,20 +186,15 @@ |
sats
- |
||
|
- |
- ||||
| Available balance | {{ estimate.userBalance | number }} @@ -218,23 +207,21 @@ | |||
| - | - | - Sign In - | -||
| - | - | - Accelerate on mempool.space + |
+
+ @if (isLoggedIn()) {
+ @if (user && estimate.hasAccess) {
+
+ }
+ } @else if (stateService.isMempoolSpaceBuild) {
+ Sign In
+ } @else {
+ Accelerate on mempool.space
+ }
+
|
|