From c8802483286d725cdbc7c302f0416f4e1020ff9d Mon Sep 17 00:00:00 2001 From: nfebe Date: Fri, 10 Jan 2025 14:20:55 +0100 Subject: [PATCH] feat: Adapt provider disabled status to applied filters Some filters are only available for certain providers, the UI should give the user a hint to what providers such filters are available in. Currently, if a filter (date or person) is not support by an a provider, the provider is blurred out in the places dropdown. Signed-off-by: nfebe --- .../UnifiedSearch/UnifiedSearchModal.vue | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/core/src/components/UnifiedSearch/UnifiedSearchModal.vue b/core/src/components/UnifiedSearch/UnifiedSearchModal.vue index ef0883c5b25dc..31ec9ec55c7bd 100644 --- a/core/src/components/UnifiedSearch/UnifiedSearchModal.vue +++ b/core/src/components/UnifiedSearch/UnifiedSearchModal.vue @@ -34,6 +34,7 @@ provider.id concatenated to provider.name is used to create the item id, if same then, there should be an issue. -->