From 360a372afc52a97810ca442afe0f07d72e11264f Mon Sep 17 00:00:00 2001 From: fenn-cs Date: Fri, 10 Nov 2023 11:24:02 +0100 Subject: 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 --- .../components/GlobalSearch/SearchFilterChip.vue | 1 - .../src/components/GlobalSearch/SearchableList.vue | 24 ++++-- core/src/views/GlobalSearchModal.vue | 97 +++++++++++----------- 3 files changed, 63 insertions(+), 59 deletions(-) (limited to 'core/src') diff --git a/core/src/components/GlobalSearch/SearchFilterChip.vue b/core/src/components/GlobalSearch/SearchFilterChip.vue index 4ba6d2be2e9..c58f1f079a4 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 356f2f7664a..e7495afde39 100644 --- a/core/src/components/GlobalSearch/SearchableList.vue +++ b/core/src/components/GlobalSearch/SearchableList.vue @@ -21,7 +21,7 @@ -->