clocktower top blocks & layout adjustment

This commit is contained in:
Mononaut
2023-04-19 00:21:02 +09:00
parent 3b459b6857
commit 61531171c9
18 changed files with 489 additions and 224 deletions

View File

@@ -24,6 +24,7 @@ export class BlockchainBlocksComponent implements OnInit, OnChanges, OnDestroy {
@Input() count: number = 8; // number of blocks in this chunk (dynamic blocks only)
@Input() loadingTip: boolean = false;
@Input() connected: boolean = true;
@Input() tiny: boolean = false;
specialBlocks = specialBlocks;
network = '';