From 7e1b790d1321c020dd502ff2adb409e7505544b4 Mon Sep 17 00:00:00 2001 From: Gregory Salaun Date: Wed, 15 Oct 2025 20:37:56 +0530 Subject: [PATCH] perf --- frontend/src/components/SoundManager.svelte | 168 -------------------- 1 file changed, 168 deletions(-) delete mode 100644 frontend/src/components/SoundManager.svelte diff --git a/frontend/src/components/SoundManager.svelte b/frontend/src/components/SoundManager.svelte deleted file mode 100644 index b80a45d..0000000 --- a/frontend/src/components/SoundManager.svelte +++ /dev/null @@ -1,168 +0,0 @@ - - -{#if showControls} -
- - -
- - - - updateVolume(e.target.value / 100)} - class="w-20 h-1 bg-slate-700 rounded-lg appearance-none cursor-pointer accent-blue-500" - title="Volume: {Math.round(volume * 100)}%" - /> - {Math.round(volume * 100)}% -
-
-{/if} - - \ No newline at end of file