From 4f4cec2cbdc6f2062ec2b7ad6dbe08fe49274f4a Mon Sep 17 00:00:00 2001 From: fenn-cs Date: Fri, 10 Nov 2023 11:24:02 +0100 Subject: [PATCH] Use new SearchableList component for people filter This commit migrates away from NcSelect which has a couple of accesibility and display problems currently, hence a new component `SearchableList` is now used. Signed-off-by: fenn-cs --- .../GlobalSearch/SearchFilterChip.vue | 1 - .../GlobalSearch/SearchableList.vue | 24 +++-- core/src/views/GlobalSearchModal.vue | 97 +++++++++---------- 3 files changed, 63 insertions(+), 59 deletions(-) diff --git a/core/src/components/GlobalSearch/SearchFilterChip.vue b/core/src/components/GlobalSearch/SearchFilterChip.vue index 4ba6d2be2e9f4..c58f1f079a486 100644 --- a/core/src/components/GlobalSearch/SearchFilterChip.vue +++ b/core/src/components/GlobalSearch/SearchFilterChip.vue @@ -47,7 +47,6 @@ export default { display: flex; align-items: center; padding-right: 5px; - filter: grayscale(100%) invert(100%); img { width: 20px; diff --git a/core/src/components/GlobalSearch/SearchableList.vue b/core/src/components/GlobalSearch/SearchableList.vue index 356f2f7664a15..e7495afde394d 100644 --- a/core/src/components/GlobalSearch/SearchableList.vue +++ b/core/src/components/GlobalSearch/SearchableList.vue @@ -21,7 +21,7 @@ -->