From ba1a98ea5b11f0270e860dd7acc089facecdf7df Mon Sep 17 00:00:00 2001 From: nfebe Date: Fri, 10 Jan 2025 14:20:55 +0100 Subject: [PATCH 1/2] feat: Adapt providers `disabled` property to match user 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 | 25 ++++++++++++++----- 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/core/src/components/UnifiedSearch/UnifiedSearchModal.vue b/core/src/components/UnifiedSearch/UnifiedSearchModal.vue index ef0883c5b25dc..7400956f96bcf 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. -->