Browse Source
			
			
			Feature/move active filters indicator to general availability (#3485)
			
				* Move to general availability
* Update changelog
			
			
				pull/3501/head
			
			
		 
		
			
				
					
						 Thomas Kaul
					
					1 year ago
						Thomas Kaul
					
					1 year ago
					
						
							committed by
							
								 GitHub
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: B5690EEEBB952194
						
					
				
			
		
		
		
	
		
			
				 2 changed files with 
2 additions and 
3 deletions
			 
			
		 
		
			
				- 
					
					
					 
					CHANGELOG.md
				
- 
					
					
					 
					apps/client/src/app/components/header/header.component.html
				
				
				
					
						
							
								
									
	
		
		
			
				
					|  | @ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  | ### Changed |  |  | ### Changed | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  |  |  |  | - Moved the indicator for active filters from experimental to general availability | 
			
		
	
		
		
			
				
					|  |  | - Improved the error handling in the biometric authentication registration |  |  | - Improved the error handling in the biometric authentication registration | 
			
		
	
		
		
			
				
					|  |  | - Set up SSL for local development |  |  | - Set up SSL for local development | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  | 
 | 
			
		
	
								
							
						
					 
					
				 
			 
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
		
			
				
					|  | @ -121,9 +121,7 @@ | 
			
		
	
		
		
			
				
					|  |  |             matBadge="✓" |  |  |             matBadge="✓" | 
			
		
	
		
		
			
				
					|  |  |             matBadgeSize="small" |  |  |             matBadgeSize="small" | 
			
		
	
		
		
			
				
					|  |  |             [mat-menu-trigger-for]="assistantMenu" |  |  |             [mat-menu-trigger-for]="assistantMenu" | 
			
		
	
		
		
			
				
					
					|  |  |             [matBadgeHidden]=" |  |  |             [matBadgeHidden]="!hasFilters" | 
			
				
				
			
		
	
		
		
			
				
					|  |  |               !hasFilters || !user?.settings?.isExperimentalFeatures |  |  |  | 
			
		
	
		
		
			
				
					|  |  |             " |  |  |  | 
			
		
	
		
		
	
		
		
			
				
					|  |  |             [matMenuTriggerRestoreFocus]="false" |  |  |             [matMenuTriggerRestoreFocus]="false" | 
			
		
	
		
		
			
				
					|  |  |             (menuOpened)="onOpenAssistant()" |  |  |             (menuOpened)="onOpenAssistant()" | 
			
		
	
		
		
			
				
					|  |  |           > |  |  |           > | 
			
		
	
	
		
		
			
				
					|  | 
 |