From 6534cb72c2c0aa7653129d36a650b0f048cfd32b Mon Sep 17 00:00:00 2001 From: Stephan Strittmatter Date: Mon, 22 Jun 2026 12:09:11 +0200 Subject: [PATCH 1/3] fix(web): remove leftover merge conflict markers in index.html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR #117 left two unresolved conflict markers (=======) in data/web/index.html: - An unclosed settingsMenu div with a marker after it, breaking the DOM - A second marker inside the Sensors tab content These caused the browser to fail rendering any tab content β€” only the bottom navigation was visible. Remove the dead settingsMenu block (no JS toggle exists for it) and both conflict markers. --- data/web/index.html | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/data/web/index.html b/data/web/index.html index 9195ac28..b6126174 100644 --- a/data/web/index.html +++ b/data/web/index.html @@ -49,15 +49,6 @@

Pool Controller

- -