Feature/move active filters indicator to general availability (#3485)
* Move to general availability * Update changelog
This commit is contained in:
parent
a25d5b9dc0
commit
a97110348c
@ -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…
x
Reference in New Issue
Block a user