| 
									
										
										
										
											2022-12-14 16:51:53 -06:00
										 |  |  | <div class="container-xl" style="min-height: 335px"> | 
					
						
							|  |  |  |   <h1 class="float-left" i18n="page.rbf-replacements">RBF Replacements</h1> | 
					
						
							|  |  |  |   <div *ngIf="isLoading" class="spinner-border ml-3" role="status"></div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-07-18 11:01:35 +09:00
										 |  |  |   <div class="mode-toggle float-right"> | 
					
						
							| 
									
										
										
										
											2022-12-14 16:51:53 -06:00
										 |  |  |     <form class="formRadioGroup"> | 
					
						
							|  |  |  |       <div class="btn-group btn-group-toggle" name="radioBasic"> | 
					
						
							|  |  |  |         <label class="btn btn-primary btn-sm" [class.active]="!fullRbf"> | 
					
						
							| 
									
										
										
										
											2023-11-26 16:59:45 +09:00
										 |  |  |           <input type="radio" [value]="'All'" fragment="" [routerLink]="[]"><span i18n="all">All</span></label> | 
					
						
							| 
									
										
										
										
											2022-12-14 16:51:53 -06:00
										 |  |  |         <label class="btn btn-primary btn-sm" [class.active]="fullRbf"> | 
					
						
							| 
									
										
										
										
											2023-11-25 20:45:59 +09:00
										 |  |  |           <input type="radio" [value]="'Full RBF'" fragment="fullrbf" [routerLink]="[]" i18n="transaction.full-rbf">Full RBF</label> | 
					
						
							| 
									
										
										
										
											2022-12-14 16:51:53 -06:00
										 |  |  |       </div> | 
					
						
							|  |  |  |     </form> | 
					
						
							|  |  |  |   </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <div class="clearfix"></div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-12-17 09:39:06 -06:00
										 |  |  |   <div class="rbf-trees" style="min-height: 295px"> | 
					
						
							|  |  |  |     <ng-container *ngIf="rbfTrees$ | async as trees"> | 
					
						
							|  |  |  |       <div *ngFor="let tree of trees" class="tree"> | 
					
						
							| 
									
										
										
										
											2022-12-14 16:51:53 -06:00
										 |  |  |         <p class="info"> | 
					
						
							|  |  |  |           <span class="type"> | 
					
						
							| 
									
										
										
										
											2023-07-18 11:42:13 +09:00
										 |  |  |             <span *ngIf="tree.mined" class="badge badge-success" i18n="transaction.rbf.mined">Mined</span> | 
					
						
							|  |  |  |             <span *ngIf="tree.fullRbf" class="badge badge-info" i18n="transaction.full-rbf">Full RBF</span> | 
					
						
							| 
									
										
										
										
											2022-12-14 16:51:53 -06:00
										 |  |  |           </span> | 
					
						
							| 
									
										
										
										
											2022-12-17 09:39:06 -06:00
										 |  |  |           <app-time kind="since" [time]="tree.time"></app-time> | 
					
						
							| 
									
										
										
										
											2022-12-14 16:51:53 -06:00
										 |  |  |         </p> | 
					
						
							| 
									
										
										
										
											2023-07-18 11:42:13 +09:00
										 |  |  |         <div class="timeline-wrapper" [class.mined]="tree.mined"> | 
					
						
							| 
									
										
										
										
											2022-12-17 09:39:06 -06:00
										 |  |  |           <app-rbf-timeline [replacements]="tree"></app-rbf-timeline> | 
					
						
							| 
									
										
										
										
											2022-12-14 16:51:53 -06:00
										 |  |  |         </div> | 
					
						
							|  |  |  |       </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-12-17 09:39:06 -06:00
										 |  |  |       <div class="no-replacements" *ngIf="!trees?.length"> | 
					
						
							| 
									
										
										
										
											2023-11-25 20:31:29 +09:00
										 |  |  |         <p i18n="rbf.no-replacements-yet">There are no replacements in the mempool yet!</p> | 
					
						
							| 
									
										
										
										
											2022-12-14 16:51:53 -06:00
										 |  |  |       </div> | 
					
						
							|  |  |  |     </ng-container> | 
					
						
							|  |  |  |   </div> | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  | </div> |