From 7fa1079125acd33da84b35d63f54e7bbbbf8d92d Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Tue, 21 Apr 2026 23:38:26 +0200 Subject: [PATCH] refactor(wishlist): horizontale Actions + Einkaufswagen-Button --- src/routes/wishlist/+page.svelte | 55 +++++++++++++++++++++++--------- 1 file changed, 40 insertions(+), 15 deletions(-) diff --git a/src/routes/wishlist/+page.svelte b/src/routes/wishlist/+page.svelte index 6cea129..374fad9 100644 --- a/src/routes/wishlist/+page.svelte +++ b/src/routes/wishlist/+page.svelte @@ -1,8 +1,9 @@