+
+
+
+ {{$t('mode.navigation')}}
+
+
+
+ {{$t('mode.search')}}
+
+
+
+
+
+
+
--
cgit v1.2.3
From 06c4d9299bb684805051355555fa89f0d440d194 Mon Sep 17 00:00:00 2001
From: Zero~Informatique
Date: Sun, 22 Dec 2019 11:26:53 +0100
Subject: viewer: Implemented tag category and disambiguation filtering
---
viewer/src/components/LdTagInput.vue | 52 +++++++++++++++++++++++++++++-------
1 file changed, 42 insertions(+), 10 deletions(-)
(limited to 'viewer/src/components')
diff --git a/viewer/src/components/LdTagInput.vue b/viewer/src/components/LdTagInput.vue
index 4edc1ce..4121cd7 100644
--- a/viewer/src/components/LdTagInput.vue
+++ b/viewer/src/components/LdTagInput.vue
@@ -3,14 +3,16 @@
v-model="$uiStore.currentTags"
:placeholder="$t('tagInput.placeholder')"
autocomplete
+ ellipsis
+ attached
:data="filteredTags"
field="tag"
type="is-black"
- size="is-large"
+ icon="tag"
class="panelTagInput"
- @typing="getFilteredTags"
+ @typing="searchTags"
>
-