From a04c2a4faa5d9d402fcfe5d0c5d01907b5ef8ff2 Mon Sep 17 00:00:00 2001 From: RezHackXYZ Date: Thu, 29 May 2025 16:02:09 +0530 Subject: [PATCH] added the text showing when anouncent and fixed that sv-poup is used but not in package.json --- package.json | 18 +++++++++--------- src/routes/announcer/+page.svelte | 17 +++++++++++------ .../announcer/logic/AnnounceUsingTTS.js | 19 +++++++++++++------ .../announcer/logic/announcerData.svelte.js | 3 ++- 4 files changed, 35 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index cd718d4..b763071 100644 --- a/package.json +++ b/package.json @@ -29,14 +29,14 @@ "tailwindcss": "^4.0.0", "vite": "^6.0.0" }, - "dependencies": { - "@supabase/supabase-js": "^2.49.4", - "@sveltejs/adapter-static": "^3.0.8", - "chart.js": "^4.4.9", - "js-confetti": "^0.12.0", - "random-words": "^2.0.1", - "svelte-5-french-toast": "^2.0.4", - "word-exists": "^1.0.0" - + "dependencies": { + "@supabase/supabase-js": "^2.49.4", + "@sveltejs/adapter-static": "^3.0.8", + "chart.js": "^4.4.9", + "js-confetti": "^0.12.0", + "random-words": "^2.0.1", + "sv-popup": "^0.5.3", + "svelte-5-french-toast": "^2.0.4", + "word-exists": "^1.0.0" } } diff --git a/src/routes/announcer/+page.svelte b/src/routes/announcer/+page.svelte index 35064e4..771948d 100644 --- a/src/routes/announcer/+page.svelte +++ b/src/routes/announcer/+page.svelte @@ -1,4 +1,6 @@