From 8b814eb2f8aaea8501be92677cc8c3c8a4314e45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=A2=D1=80=D0=BE=D1=88?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Sat, 12 Sep 2026 19:57:05 +0300 Subject: [PATCH] ui: status indicator no longer uses the text cursor - the wrapper is select-none with an inline cursor:default (the compiled CSS has no cursor-default utility), so hovering the dot/icons no longer shows the I-beam or allows text selection - SW cache v111 -> v112. --- frontend/index.html | 2 +- frontend/sw.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index d3790b1..e7b1e48 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -20,7 +20,7 @@

OTAMan SIM OTA with a Human Face v2.0.0

- + diff --git a/frontend/sw.js b/frontend/sw.js index 021bca4..a8648fe 100644 --- a/frontend/sw.js +++ b/frontend/sw.js @@ -1,4 +1,4 @@ -const CACHE = 'otaman-v111'; +const CACHE = 'otaman-v112'; const URLS = [ 'index.html', 'help.html',