From 652a126d049d9e0545dbb0d264d5eeeb72f5915a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Balogh=20Barnab=C3=A1s?= Date: Mon, 1 Dec 2025 19:28:22 +0100 Subject: [PATCH] Add countdown timer for shop opening --- src/routes/dashboard/market/+page.svelte | 55 ++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/src/routes/dashboard/market/+page.svelte b/src/routes/dashboard/market/+page.svelte index 7cc89d6..91f0e82 100644 --- a/src/routes/dashboard/market/+page.svelte +++ b/src/routes/dashboard/market/+page.svelte @@ -1,11 +1,66 @@

Market

+
+

Shop Opens In

+
+
+ {timeLeft.days} + DAYS +
+
+ {timeLeft.hours} + HOURS +
+
+ {timeLeft.minutes} + MINS +
+
+ {timeLeft.seconds} + SECS +
+
+
+

Market score: {data.user.shopScore}

\ No newline at end of file