From efd202a90bba881ab79b9f34fa3f49423f6f2fad Mon Sep 17 00:00:00 2001 From: Jaroslav Drzik Date: Sun, 28 Jan 2024 08:30:45 +0100 Subject: [PATCH] Add Long Desc filter and icon --- resources/.DS_Store | Bin 0 -> 6148 bytes resources/js/Pages/IkeaRoot.vue | 14 +++++++++++++- resources/js/assets/search-icon.svg | 3 +++ 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 resources/.DS_Store create mode 100644 resources/js/assets/search-icon.svg diff --git a/resources/.DS_Store b/resources/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..dee0e3ef6901846f5ae79a82155c4009b8f6a42b GIT binary patch literal 6148 zcmeH~u?oUK42Bc!P;lw!c#99<8yrQSpfBJc2qF~}o$t~8lgnatmLh*3`7XJJw*Sy; zL`3_?aVye^NDDX0#=^uD`9jWee-5|tave{|t!B2U@Eo;HCi}5XPys4H1*iZOpaL^e zAkOi2HKS+Zqfh}VFb@Un`;g$q94wXo=|J!i0Blfp!`f#FFj)c2!BU9|Ok;Y`XjLCW ztnTe#itBQ)RMvLU7(O)atTx5Kw6=>TBrwem1}Z=WCJHQT-r4!Thku*@CoN2=02TN% z1+>`>yB;qUXY0r7S^W@ITNgO!mm|FW1R$}acnx>MezFCagQXG`7=Hv@1_mndQw3g) C!VpCO literal 0 HcmV?d00001 diff --git a/resources/js/Pages/IkeaRoot.vue b/resources/js/Pages/IkeaRoot.vue index 07a7485..439cd9b 100644 --- a/resources/js/Pages/IkeaRoot.vue +++ b/resources/js/Pages/IkeaRoot.vue @@ -19,6 +19,7 @@ import GuestLayout from "../Layouts/GuestLayout.vue"; import { useForm } from "@inertiajs/inertia-vue3"; import axios from "axios"; import filterimg from "@/assets/eglass-filter.png"; +import searchimg from "@/assets/search-icon.svg"; import Popper from "vue3-popper"; const sdropdown = ref([ @@ -36,6 +37,7 @@ const countryHash = ref([]); const countryCurrency = ref({}); const showItemFilter = ref(false); const showDescFilter = ref(false); +const showDescLongFilter = ref(false); const showUnitsFilter = ref(false); const geoip = ref({}); @@ -535,7 +537,7 @@ watch(ccodes, (codes) => {
- + {
+