From 6fae5a069453fa759a8588a037570dddcd7b50dd Mon Sep 17 00:00:00 2001 From: qcigano Date: Tue, 4 Aug 2026 14:55:24 +0200 Subject: [PATCH] Fix: Shop-Filter-Dropdowns (Kategorie/Mindestbewertung) reagierten nach Client-Router-Navigation nicht mehr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Beide diff --git a/src/pages/en/shop/index.astro b/src/pages/en/shop/index.astro index 826f16b..b416e66 100644 --- a/src/pages/en/shop/index.astro +++ b/src/pages/en/shop/index.astro @@ -119,6 +119,14 @@ const t = useTranslations(lang); diff --git a/src/pages/fr/shop/index.astro b/src/pages/fr/shop/index.astro index ac5cd26..730af54 100644 --- a/src/pages/fr/shop/index.astro +++ b/src/pages/fr/shop/index.astro @@ -119,6 +119,14 @@ const t = useTranslations(lang); diff --git a/src/pages/shop/index.astro b/src/pages/shop/index.astro index ef4e733..507c733 100644 --- a/src/pages/shop/index.astro +++ b/src/pages/shop/index.astro @@ -128,6 +128,14 @@ const t = useTranslations(lang);