From ce8b48b101bfc46ae86a7494b9c7fe72f53317d3 Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Sat, 17 Aug 2024 21:28:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=AB=20Adds=20big=20red=20stop=20button?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/routes/statusbar.svelte | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/app/src/routes/statusbar.svelte b/app/src/routes/statusbar.svelte index de7cd8c..a624c04 100644 --- a/app/src/routes/statusbar.svelte +++ b/app/src/routes/statusbar.svelte @@ -13,7 +13,7 @@ import MdiWeatherSunny from '~icons/mdi/weather-sunny'; import MdiMoonAndStars from '~icons/mdi/moon-and-stars'; import { api } from '$lib/api'; - import { mode, modes, socket } from '$lib/stores'; + import { mode, modes } from '$lib/stores'; const postSleep = async () => await api.post('/api/sleep') @@ -37,7 +37,7 @@ } -