Our mempool and blockchain explorer for the Bitcoin community, focusing on the transaction fee market and multi-layer ecosystem, completely self-hosted without any trusted third-parties.
- + diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss index e538d724b..e1d6c829a 100644 --- a/frontend/src/app/components/about/about.component.scss +++ b/frontend/src/app/components/about/about.component.scss @@ -13,8 +13,8 @@ .image.not-rounded { border-radius: 0; - width: 74px; - height: 74px; + width: 60px; + height: 60px; } .intro { @@ -42,9 +42,11 @@ video { width: 640px; - height: 360px; max-width: 90%; margin-top: 0; + @media (min-width: 768px) { + height: 360px; + } } .social-icons { @@ -57,9 +59,13 @@ .enterprise-sponsor, .community-integrations-sponsor, .maintainers { - margin-top: 68px; + margin-top: 30px; margin-bottom: 68px; scroll-margin: 30px; + + @media (min-width: 768px) { + margin-top: 68px; + } } .maintainers { @@ -228,11 +234,11 @@ } .community-integrations-sponsor { - max-width: 965px; + max-width: 1110px; margin: auto; } .community-integrations-sponsor img.image { - width: 78px; - height: 78px; + width: 64px; + height: 64px; } diff --git a/frontend/src/app/components/about/about.component.ts b/frontend/src/app/components/about/about.component.ts index 0f71645d6..2bc42bde9 100644 --- a/frontend/src/app/components/about/about.component.ts +++ b/frontend/src/app/components/about/about.component.ts @@ -68,7 +68,7 @@ export class AboutComponent implements OnInit { tap(() => this.goToAnchor()) ); } - + ngAfterViewInit() { this.goToAnchor(); } @@ -90,4 +90,8 @@ export class AboutComponent implements OnInit { this.showNavigateToSponsor = true; } } + + showSubtitles(language) { + return ( this.locale.startsWith( language ) && !this.locale.startsWith('en') ); + } } diff --git a/frontend/src/app/components/blockchain-blocks/blockchain-blocks.component.html b/frontend/src/app/components/blockchain-blocks/blockchain-blocks.component.html index 8323cf8c6..6cdb895ff 100644 --- a/frontend/src/app/components/blockchain-blocks/blockchain-blocks.component.html +++ b/frontend/src/app/components/blockchain-blocks/blockchain-blocks.component.html @@ -6,7 +6,7 @@Height | -Adjusted | -Difficulty | -Change | +Height | +Adjusted | +Difficulty | +Change | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ diffChange.height - }} | -+ | + {{ diffChange.height }} + | +
|
{{ diffChange.difficultyShorten }} | @@ -23,8 +24,8 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- | + | + | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Addresses |
-
+
{{ poolStats.pool.addresses[0] }}
@@ -67,13 +67,13 @@
[attr.aria-expanded]="!gfg" aria-controls="collapseExample">
Show all ({{ poolStats.pool.addresses.length }})
-
- {{ poolStats.pool.addresses[0] | shortenString: 40 }}
+
+ {{ poolStats.pool.addresses[0] | shortenString: 30 }}
- {{
- address | shortenString: 40 }}
+ address | shortenString: 30 }} |
@@ -88,22 +88,25 @@
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Hashrate (24h) |
|
@@ -111,49 +114,46 @@
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- Hashrate (24h)
|
~ | -~ | -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Mined blocks |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- Mined blocks
| Timestamp | Mined | Coinbase tag | +Health | Reward | -Fees | +Fees | TXs | Size | @@ -234,10 +234,24 @@ {{ block.extras.coinbaseRaw | hex2ascii }} +
+ = 99"
+ [class.badge-warning]="block.extras.matchRate >= 75 && block.extras.matchRate < 99"
+ [class.badge-danger]="block.extras.matchRate < 75"
+ [routerLink]="block.extras.matchRate != null ? ['/block/' | relativeUrl, block.id] : null"
+ [state]="{ data: { block: block } }"
+ *ngIf="block.extras.matchRate != null; else nullHealth"
+ >{{ block.extras.matchRate }}%
+ |
|
- + |
|
@@ -364,24 +378,23 @@ | ||||||||||||||||||||||||||||||||||||||||||||||||
Hashrate (24h) |
|