clock selected block arrow

This commit is contained in:
Mononaut
2023-05-04 17:50:27 -04:00
parent 07dddd857b
commit 9671259f5c
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[] = [];