From 8feacd03846169aa699f6b4630b5614eeabc9f36 Mon Sep 17 00:00:00 2001 From: Marco Date: Fri, 10 Nov 2023 13:36:26 +0900 Subject: Create searchable list component Signed-off-by: Marco --- .../src/components/GlobalSearch/SearchableList.vue | 149 +++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 core/src/components/GlobalSearch/SearchableList.vue (limited to 'core/src') diff --git a/core/src/components/GlobalSearch/SearchableList.vue b/core/src/components/GlobalSearch/SearchableList.vue new file mode 100644 index 00000000000..356f2f7664a --- /dev/null +++ b/core/src/components/GlobalSearch/SearchableList.vue @@ -0,0 +1,149 @@ + + + + + + + -- cgit v1.2.3