From 3a6e753fd4271a29d2c2333b794e371aacd79344 Mon Sep 17 00:00:00 2001 From: Nico <67909777+nicolaeser@users.noreply.github.com> Date: Sun, 2 Mar 2025 04:25:40 +0100 Subject: [PATCH] Adding advanced Styling (#1) --- ESP32/static/index.html | 177 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 165 insertions(+), 12 deletions(-) diff --git a/ESP32/static/index.html b/ESP32/static/index.html index 9945a6b..3234a9d 100644 --- a/ESP32/static/index.html +++ b/ESP32/static/index.html @@ -4,38 +4,194 @@ BusyLight + -

Status

- +

BusyLight Status

-
-
-
-
- +
-
@@ -48,7 +204,6 @@ alphaChannel: false }; - //var colorPicker = new JSColor("colorPicker", "{preset:'default', onChange: 'putColor(this)'}") var colorPickerOpts = {}; colorPickerOpts["preset"] = "rgb"; colorPickerOpts["format"] = "rgb"; @@ -102,7 +257,6 @@ statusRadio.checked = true; } - async function putStatus(status) { var s = await setStatus(status); setColorPickerColor(status); @@ -131,6 +285,5 @@ var b = await setBrightness(brightness); } - - \ No newline at end of file +