Create indexing sticky notification that show indexing progress in all mining dashboard related pages
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<div *ngIf="this.indexingProgress$ | async as progress" class="sticky-loading">
|
||||
<span *ngIf="progress >= 0" class="mr-auto badge badge-pill badge-warning">Indexing blocks ({{ progress }}%)</span>
|
||||
</div>
|
||||
Reference in New Issue
Block a user