Feature/move active filters indicator to general availability (#3485)

* Move to general availability

* Update changelog
pull/3501/head
Thomas Kaul 5 months ago committed by GitHub
parent a25d5b9dc0
commit a97110348c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Moved the indicator for active filters from experimental to general availability
- Improved the error handling in the biometric authentication registration
- Set up SSL for local development

@ -121,9 +121,7 @@
matBadge="✓"
matBadgeSize="small"
[mat-menu-trigger-for]="assistantMenu"
[matBadgeHidden]="
!hasFilters || !user?.settings?.isExperimentalFeatures
"
[matBadgeHidden]="!hasFilters"
[matMenuTriggerRestoreFocus]="false"
(menuOpened)="onOpenAssistant()"
>

Loading…
Cancel
Save