From 0d50c8b424b66ad34d2d9cfb33377fd1d7e3ef71 Mon Sep 17 00:00:00 2001 From: Pawel Janisio Date: Tue, 2 Jul 2024 19:57:28 +0200 Subject: [PATCH] 2.4.3 - redesign loader to use additoinal small modal window - fixed path in auth.php - fixed parsing html entities by json while using error reporting - updated show/hide logic - fixed bug with choosing device clearing out after fetching parameters - release 2.4.3 --- css/styles.css | 7 ++ index.html | 71 +++++++++++++------ js/scripts.js | 175 +++++++++++++++++++++++++++++----------------- php/auth.php | 4 +- php/http.php | 2 - php/websocket.php | 2 - 6 files changed, 169 insertions(+), 92 deletions(-) diff --git a/css/styles.css b/css/styles.css index e1fdda0..fa8350f 100644 --- a/css/styles.css +++ b/css/styles.css @@ -54,6 +54,13 @@ .changed-value { color: green; } +#monitoringControls { + display: none; +} +#deviceControl.border { + border: 1px solid #ccc; + padding: 10px; +} @keyframes pulse { 0% { transform: scale(0.75); } 50% { transform: scale(1.25); } diff --git a/index.html b/index.html index 0daf05c..021c44e 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ Sonoff - ewelink device monitoring - + @@ -36,7 +36,7 @@

Connecting and fetching data...
- +
-
+ - -