Adding ETA, confirmed time, and other ui improvements to transaction page.

This commit is contained in:
softsimon
2020-03-23 04:07:31 +07:00
parent 245af5fa8f
commit 93c5f0bd84
10 changed files with 207 additions and 84 deletions

View File

@@ -42,6 +42,7 @@ import { AudioService } from './services/audio.service';
import { FiatComponent } from './fiat/fiat.component';
import { MempoolBlockComponent } from './components/mempool-block/mempool-block.component';
import { FeeDistributionGraphComponent } from './components/fee-distribution-graph/fee-distribution-graph.component';
import { TimespanComponent } from './components/timespan/timespan.component';
@NgModule({
declarations: [
@@ -66,6 +67,7 @@ import { FeeDistributionGraphComponent } from './components/fee-distribution-gra
SearchFormComponent,
LatestBlocksComponent,
TimeSinceComponent,
TimespanComponent,
AddressLabelsComponent,
MempoolBlocksComponent,
QrcodeComponent,