Fix routes for /mining - Share blockchain component instances - remove animations

This commit is contained in:
nymkappa
2022-02-17 17:10:20 +09:00
parent 4a9959d45f
commit 853552101c
8 changed files with 21 additions and 40 deletions

View File

@@ -1,8 +1,8 @@
<div class="text-center" class="blockchain-wrapper animate" #container [class]="stateService.blockShifted ? 'move-left' : ''">
<div class="text-center" class="blockchain-wrapper animate" #container>
<div class="position-container {{ network }}">
<span>
<app-mempool-blocks></app-mempool-blocks>
<app-blockchain-blocks [miningInfo]="miningInfo"></app-blockchain-blocks>
<app-blockchain-blocks [showMiningInfo]="showMiningInfo"></app-blockchain-blocks>
<div id="divider"></div>
</span>
</div>