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 538ae3b757
commit 7761e75d4c
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>