implement clock face & dial

This commit is contained in:
Mononaut
2023-04-19 09:39:56 +09:00
parent f879a34021
commit 3ddd51d4cb
9 changed files with 205 additions and 73 deletions

View File

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