Merge branch 'master' into info-icon-audit
This commit is contained in:
		
						commit
						746b44d973
					
				| @ -3,8 +3,8 @@ const fs = require('fs'); | |||||||
| let PROXY_CONFIG = require('./proxy.conf'); | let PROXY_CONFIG = require('./proxy.conf'); | ||||||
| 
 | 
 | ||||||
| PROXY_CONFIG.forEach(entry => { | PROXY_CONFIG.forEach(entry => { | ||||||
|   entry.target = entry.target.replace("mempool.space", "mempool-staging.tk7.mempool.space"); |   entry.target = entry.target.replace("mempool.space", "mempool-staging.fra.mempool.space"); | ||||||
|   entry.target = entry.target.replace("liquid.network", "liquid-staging.tk7.mempool.space"); |   entry.target = entry.target.replace("liquid.network", "liquid-staging.fra.mempool.space"); | ||||||
|   entry.target = entry.target.replace("bisq.markets", "bisq-staging.fra.mempool.space"); |   entry.target = entry.target.replace("bisq.markets", "bisq-staging.fra.mempool.space"); | ||||||
| }); | }); | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -206,13 +206,13 @@ | |||||||
|   <div class="box" *ngIf="!error && webGlEnabled && showAudit"> |   <div class="box" *ngIf="!error && webGlEnabled && showAudit"> | ||||||
|     <div class="nav nav-tabs" *ngIf="isMobile && showAudit"> |     <div class="nav nav-tabs" *ngIf="isMobile && showAudit"> | ||||||
|       <a class="nav-link" [class.active]="mode === 'projected'" |       <a class="nav-link" [class.active]="mode === 'projected'" | ||||||
|         fragment="projected" (click)="changeMode('projected')"><ng-container i18n="block.projected">Projected</ng-container>  <span class="badge badge-pill badge-warning" i18n="beta">beta</span></a> |         fragment="projected" (click)="changeMode('projected')"><ng-container i18n="block.expected">Expected</ng-container>  <span class="badge badge-pill badge-warning" i18n="beta">beta</span></a> | ||||||
|       <a class="nav-link" [class.active]="mode === 'actual'" i18n="block.actual" |       <a class="nav-link" [class.active]="mode === 'actual'" i18n="block.actual" | ||||||
|         fragment="actual" (click)="changeMode('actual')">Actual</a> |         fragment="actual" (click)="changeMode('actual')">Actual</a> | ||||||
|     </div> |     </div> | ||||||
|     <div class="row"> |     <div class="row"> | ||||||
|       <div class="col-sm"> |       <div class="col-sm"> | ||||||
|         <h3 class="block-subtitle" *ngIf="!isMobile"><ng-container i18n="block.projected-block">Projected Block</ng-container> <span class="badge badge-pill badge-warning beta" i18n="beta">beta</span></h3> |         <h3 class="block-subtitle" *ngIf="!isMobile"><ng-container i18n="block.expected-block">Expected Block</ng-container> <span class="badge badge-pill badge-warning beta" i18n="beta">beta</span></h3> | ||||||
|         <div class="block-graph-wrapper"> |         <div class="block-graph-wrapper"> | ||||||
|           <app-block-overview-graph #blockGraphProjected [isLoading]="isLoadingOverview" [resolution]="75" |           <app-block-overview-graph #blockGraphProjected [isLoading]="isLoadingOverview" [resolution]="75" | ||||||
|             [blockLimit]="stateService.blockVSize" [orientation]="'top'" [flip]="false" [mirrorTxid]="hoverTx" [auditHighlighting]="showAudit" |             [blockLimit]="stateService.blockVSize" [orientation]="'top'" [flip]="false" [mirrorTxid]="hoverTx" [auditHighlighting]="showAudit" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user