From ff62e537457eea54a2ba3d1fe942f8407851ad49 Mon Sep 17 00:00:00 2001 From: BOTAlex Date: Thu, 14 Aug 2025 06:34:51 +0200 Subject: [PATCH] let me cook bois --- src/pages/shop/_shop_main.svelte | 2 +- src/pages/shop/comps/ShopItemCard.svelte | 66 +++++++++++++++++++----- 2 files changed, 55 insertions(+), 13 deletions(-) diff --git a/src/pages/shop/_shop_main.svelte b/src/pages/shop/_shop_main.svelte index af49449..0ba1f3a 100644 --- a/src/pages/shop/_shop_main.svelte +++ b/src/pages/shop/_shop_main.svelte @@ -17,7 +17,7 @@
-
+
{#if allItems != undefined} {#each allItems as item, i} diff --git a/src/pages/shop/comps/ShopItemCard.svelte b/src/pages/shop/comps/ShopItemCard.svelte index 8d06766..c2147ae 100644 --- a/src/pages/shop/comps/ShopItemCard.svelte +++ b/src/pages/shop/comps/ShopItemCard.svelte @@ -2,22 +2,64 @@ import type { ShopItem } from "@src/ts/api/classes/ShopItem"; export let shopItem: ShopItem; + + const selectionScale = 95; -
-
-
- -
- +
+
+
+ +