Merge pull request #5298 from svrgnty/master
add seconds to address and transaction views
This commit is contained in:
		
						commit
						e51951c3ff
					
				
							
								
								
									
										3
									
								
								contributors/svrgnty.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								contributors/svrgnty.txt
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,3 @@ | ||||
| I hereby accept the terms of the Contributor License Agreement in the CONTRIBUTING.md file of the mempool/mempool git repository as of July 9, 2024. | ||||
| 
 | ||||
| Signed: svrgnty | ||||
| @ -449,7 +449,7 @@ | ||||
|     <tr> | ||||
|       <td i18n="block.timestamp">Timestamp</td> | ||||
|       <td> | ||||
|         ‎{{ tx.status.block_time * 1000 | date:'yyyy-MM-dd HH:mm' }} | ||||
|         ‎{{ tx.status.block_time * 1000 | date:'yyyy-MM-dd HH:mm:ss' }} | ||||
|         <div class="lg-inline"> | ||||
|           <i class="symbol">(<app-time kind="since" [time]="tx.status.block_time" [fastRender]="true"></app-time>)</i> | ||||
|         </div> | ||||
|  | ||||
| @ -6,7 +6,7 @@ | ||||
|       <app-truncate [text]="tx.txid"></app-truncate> | ||||
|     </a> | ||||
|     <div> | ||||
|       <ng-template [ngIf]="tx.status.confirmed">‎{{ tx.status.block_time * 1000 | date:'yyyy-MM-dd HH:mm' }}</ng-template> | ||||
|       <ng-template [ngIf]="tx.status.confirmed">‎{{ tx.status.block_time * 1000 | date:'yyyy-MM-dd HH:mm:ss' }}</ng-template> | ||||
|       <ng-template [ngIf]="!tx.status.confirmed && tx.firstSeen"> | ||||
|         <i><app-time kind="since" [time]="tx.firstSeen" [fastRender]="true" [showTooltip]="true"></app-time></i> | ||||
|       </ng-template> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user