Split difficult adjustment table - Update indexing progress every 60sec

This commit is contained in:
nymkappa
2022-03-09 21:21:44 +01:00
parent 18f3018170
commit 609bb15b77
9 changed files with 171 additions and 82 deletions

View File

@@ -75,6 +75,7 @@ import { HashrateChartPoolsComponent } from './components/hashrates-chart-pools/
import { MiningStartComponent } from './components/mining-start/mining-start.component';
import { AmountShortenerPipe } from './shared/pipes/amount-shortener.pipe';
import { ShortenStringPipe } from './shared/pipes/shorten-string-pipe/shorten-string.pipe';
import { DifficultyAdjustmentsTable } from './components/difficulty-adjustments-table/difficulty-adjustments-table.components';
@NgModule({
declarations: [
@@ -131,6 +132,7 @@ import { ShortenStringPipe } from './shared/pipes/shorten-string-pipe/shorten-st
HashrateChartPoolsComponent,
MiningStartComponent,
AmountShortenerPipe,
DifficultyAdjustmentsTable,
],
imports: [
BrowserModule.withServerTransition({ appId: 'serverApp' }),