From bd9a794e345638c3d6d7e37323c0227d1ffc7011 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Wed, 27 Aug 2025 05:13:07 +0200 Subject: [PATCH] Added search icon to filter search inputs. --- components/filters/actors.vue | 16 ++++++++++------ components/filters/channels.vue | 16 ++++++++++------ components/filters/country.vue | 28 ++++++++++++++++++---------- components/filters/filters.vue | 21 ++++++++++++++++++++- components/filters/tags.vue | 16 ++++++++++------ 5 files changed, 68 insertions(+), 29 deletions(-) diff --git a/components/filters/actors.vue b/components/filters/actors.vue index 3498876..6142b24 100644 --- a/components/filters/actors.vue +++ b/components/filters/actors.vue @@ -6,12 +6,16 @@ >Some actors may not be listed, apply a filter or search to narrow down results.
- +
- +
- + + + +
-
+
No matching countries
@@ -66,13 +75,12 @@ const filteredCountries = computed(() => allCountries.value.filter((country) =>