clock selected block arrow

This commit is contained in:
Mononaut
2023-05-04 17:50:27 -04:00
parent 83b9944b21
commit 4c3b120d4d
10 changed files with 41 additions and 4 deletions

View File

@@ -27,6 +27,7 @@ export class MempoolBlocksComponent implements OnInit, OnChanges, OnDestroy {
@Input() minimal: boolean = false;
@Input() blockWidth: number = 125;
@Input() count: number = null;
@Input() spotlight: number = 0;
specialBlocks = specialBlocks;
mempoolBlocks: MempoolBlock[] = [];