From d75ebe4192ea170ace75bf84e265cd23a961e704 Mon Sep 17 00:00:00 2001 From: yml2213 Date: Sat, 15 Aug 2026 11:56:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(home):=20=E6=96=B0=E5=A2=9EAWM=E5=AD=90?= =?UTF-8?q?=E5=BC=B9=E5=8C=BA=E9=97=B4=E7=AD=9B=E9=80=89=EF=BC=8C=E9=87=8D?= =?UTF-8?q?=E6=8E=92=E5=BF=AB=E9=80=9F=E7=AD=9B=E9=80=89=E4=B8=BA=E4=B8=A4?= =?UTF-8?q?=E5=88=97=E5=B8=83=E5=B1=80=EF=BC=88=E7=A7=9F=E9=87=91=E7=A7=BB?= =?UTF-8?q?=E5=87=BA=E9=AB=98=E7=BA=A7=E5=8C=BA=EF=BC=8C=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E5=9B=BA=E5=AE=9A=E5=8F=B3=E5=88=97=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../listings/components/HomeFilters.vue | 160 +++++++++++++----- .../listings/composables/useFilterOptions.ts | 10 ++ .../composables/useHomeFilterQuery.ts | 2 + .../listings/composables/useHomeFilters.ts | 14 +- .../listings/composables/useListingQuery.ts | 2 + .../src/features/listings/views/HomeView.vue | 4 + frontend/src/styles/home-filters.css | 9 + 7 files changed, 153 insertions(+), 48 deletions(-) diff --git a/frontend/src/features/listings/components/HomeFilters.vue b/frontend/src/features/listings/components/HomeFilters.vue index ec2ae44..0e3fa13 100644 --- a/frontend/src/features/listings/components/HomeFilters.vue +++ b/frontend/src/features/listings/components/HomeFilters.vue @@ -1,7 +1,9 @@