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

@@ -59,6 +59,10 @@ let routes: Routes = [
path: 'mempool-block/:id',
component: MempoolBlockComponent
},
{
path: 'mining',
component: MiningDashboardComponent,
},
],
},
{
@@ -73,10 +77,6 @@ let routes: Routes = [
path: 'mining/pools',
component: PoolRankingComponent,
},
{
path: 'mining',
component: MiningDashboardComponent,
},
{
path: 'mining/pool/:poolId',
component: PoolComponent,
@@ -159,6 +159,10 @@ let routes: Routes = [
path: 'mempool-block/:id',
component: MempoolBlockComponent
},
{
path: 'mining',
component: MiningDashboardComponent,
},
],
},
{
@@ -173,10 +177,6 @@ let routes: Routes = [
path: 'mining/pools',
component: PoolRankingComponent,
},
{
path: 'mining',
component: MiningDashboardComponent,
},
{
path: 'mining/pool/:poolId',
component: PoolComponent,
@@ -253,6 +253,10 @@ let routes: Routes = [
path: 'mempool-block/:id',
component: MempoolBlockComponent
},
{
path: 'mining',
component: MiningDashboardComponent,
},
],
},
{
@@ -267,10 +271,6 @@ let routes: Routes = [
path: 'mining/pools',
component: PoolRankingComponent,
},
{
path: 'mining',
component: MiningDashboardComponent,
},
{
path: 'mining/pool/:poolId',
component: PoolComponent,