mirror of
https://github.com/mempool/mempool.git
synced 2026-08-20 13:28:00 +02:00
Acceleration preview loader
This commit is contained in:
parent
6d5a723ff4
commit
d3f7190b7f
1 changed files with 7 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
></app-accelerate-fee-graph>
|
||||
</ng-container>
|
||||
|
||||
<ng-container *ngIf="estimate">
|
||||
<ng-container *ngIf="estimate else loadingEstimate">
|
||||
<div [class]="{estimateDisabled: error}">
|
||||
|
||||
<div *ngIf="user && !estimate.hasAccess">
|
||||
|
|
@ -243,4 +243,9 @@
|
|||
|
||||
</div>
|
||||
</ng-container>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ng-template #loadingEstimate>
|
||||
<div class="skeleton-loader"></div>
|
||||
<br>
|
||||
</ng-template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue