diff --git a/frontend/src/app/app.module.ts b/frontend/src/app/app.module.ts index 1b88951f4..8f8afd176 100644 --- a/frontend/src/app/app.module.ts +++ b/frontend/src/app/app.module.ts @@ -40,6 +40,7 @@ import { StatusViewComponent } from './components/status-view/status-view.compon import { MinerComponent } from './components/miner/miner.component'; import { SharedModule } from './shared/shared.module'; import { NgbTypeaheadModule } from '@ng-bootstrap/ng-bootstrap'; +import { FeesBoxComponent } from './components/fees-box/fees-box.component'; @NgModule({ declarations: [ @@ -70,6 +71,7 @@ import { NgbTypeaheadModule } from '@ng-bootstrap/ng-bootstrap'; AssetsComponent, MinerComponent, StatusViewComponent, + FeesBoxComponent, ], imports: [ BrowserModule, diff --git a/frontend/src/app/components/fees-box/fees-box.component.html b/frontend/src/app/components/fees-box/fees-box.component.html new file mode 100644 index 000000000..b93b16e70 --- /dev/null +++ b/frontend/src/app/components/fees-box/fees-box.component.html @@ -0,0 +1,19 @@ +
1 hour | +30 minutes | +Next block | +
{{ feeEstimations.fastestFee }} sat/vB ( |
+ {{ feeEstimations.halfHourFee }} sat/vB ( |
+ {{ feeEstimations.hourFee }} sat/vB ( |
+
+ | + | + |