merge block-audit and block pages

This commit is contained in:
Mononaut
2022-11-23 19:07:17 +09:00
parent 276470474d
commit 5fc3b8b70c
16 changed files with 353 additions and 590 deletions

View File

@@ -19,6 +19,7 @@ export class BlockOverviewGraphComponent implements AfterViewInit, OnDestroy, On
@Input() flip = true;
@Input() disableSpinner = false;
@Input() mirrorTxid: string | void;
@Input() unavailable: boolean = false;
@Output() txClickEvent = new EventEmitter<TransactionStripped>();
@Output() txHoverEvent = new EventEmitter<string>();
@Output() readyEvent = new EventEmitter();