diff --git a/frontend/src/app/app.module.ts b/frontend/src/app/app.module.ts index 6052b4c68..5fe6b2636 100644 --- a/frontend/src/app/app.module.ts +++ b/frontend/src/app/app.module.ts @@ -3,7 +3,7 @@ import { NgModule } from '@angular/core'; import { HttpClientModule } from '@angular/common/http'; import { ReactiveFormsModule } from '@angular/forms'; import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; -import { NgbButtonsModule } from '@ng-bootstrap/ng-bootstrap'; +import { NgbButtonsModule, NgbTooltipModule } from '@ng-bootstrap/ng-bootstrap'; import { InfiniteScrollModule } from 'ngx-infinite-scroll'; import { AppRoutingModule } from './app-routing.module'; @@ -98,6 +98,7 @@ import { MinerComponent } from './pipes/miner/miner.component'; ReactiveFormsModule, BrowserAnimationsModule, NgbButtonsModule, + NgbTooltipModule, InfiniteScrollModule, ], providers: [ diff --git a/frontend/src/app/components/amount/amount.component.html b/frontend/src/app/components/amount/amount.component.html index 8f19fa758..d6ed80bd3 100644 --- a/frontend/src/app/components/amount/amount.component.html +++ b/frontend/src/app/components/amount/amount.component.html @@ -6,7 +6,9 @@ Confidential - {{ satoshis / 100000000 | number : digitsInfo }} L-BTC + {{ satoshis / 100000000 | number : digitsInfo }} + L-BTC tBTC + BTC diff --git a/frontend/src/app/components/block/block.component.html b/frontend/src/app/components/block/block.component.html index 6b2e4705c..e8dd0274c 100644 --- a/frontend/src/app/components/block/block.component.html +++ b/frontend/src/app/components/block/block.component.html @@ -16,7 +16,7 @@ {{ block.id | shortenString : 13 }} - Timestamp + Timestamp {{ block.timestamp * 1000 | date:'yyyy-MM-dd HH:mm' }}
@@ -39,7 +39,7 @@ - + @@ -57,7 +57,7 @@ - + diff --git a/frontend/src/app/components/master-page/master-page.component.html b/frontend/src/app/components/master-page/master-page.component.html index 5bcf92717..618e83a47 100644 --- a/frontend/src/app/components/master-page/master-page.component.html +++ b/frontend/src/app/components/master-page/master-page.component.html @@ -11,9 +11,9 @@ Toggle Dropdown diff --git a/frontend/src/app/components/search-form/search-form.component.html b/frontend/src/app/components/search-form/search-form.component.html index 3566a6336..7a8b40804 100644 --- a/frontend/src/app/components/search-form/search-form.component.html +++ b/frontend/src/app/components/search-form/search-form.component.html @@ -1,7 +1,7 @@
- +
diff --git a/frontend/src/app/pipes/miner/miner.component.html b/frontend/src/app/pipes/miner/miner.component.html index 895e36622..a214c1339 100644 --- a/frontend/src/app/pipes/miner/miner.component.html +++ b/frontend/src/app/pipes/miner/miner.component.html @@ -4,7 +4,7 @@ - {{ miner }} + {{ miner }} Unknown diff --git a/frontend/src/app/pipes/miner/miner.component.ts b/frontend/src/app/pipes/miner/miner.component.ts index 693812efe..54a77eff0 100644 --- a/frontend/src/app/pipes/miner/miner.component.ts +++ b/frontend/src/app/pipes/miner/miner.component.ts @@ -47,7 +47,7 @@ export class MinerComponent implements OnChanges { const coinbaseAscii = this.hex2ascii(this.coinbaseTransaction.vin[0].scriptsig); if (coinbaseAscii.indexOf(tag) > -1) { this.miner = pools.coinbase_tags[tag].name; - this.title = 'Identified by coinbase tag: ' + tag; + this.title = 'Identified by coinbase tag: \'' + tag + '\''; this.url = pools.coinbase_tags[tag].link; break; } diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index 5ae98698d..350461ed1 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -15,6 +15,15 @@ $link-decoration: none !default; $link-hover-color: darken($link-color, 15%) !default; $link-hover-decoration: underline !default; +$dropdown-bg: #1d1f31; +$dropdown-link-color: #fff; + +$dropdown-link-hover-color: #fff; +$dropdown-link-hover-bg: #11131f; + +$dropdown-link-active-color: #fff; +$dropdown-link-active-bg: #11131f; + @import "~bootstrap/scss/bootstrap"; @import '~tlite/tlite.css';
Median feeMedian fee ~{{ block.medianFee | number:'1.0-0' }} sat/vB ()
Total fees
Reward + fees: