From ccd0b6018c3423574612bc2d5ca74fc30f00d554 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 14:20:35 +0300 Subject: [PATCH] ui: separate STK menu, STATUS and events blocks in Phone view Wrap each block of the phone row in a bordered card (border, rounded, p-3) with items-start and gap-4 so they read as distinct panels and wrap cleanly. SW cache v94 -> v95. --- frontend/index.html | 8 ++++---- frontend/sw.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index e333e94..6f9c478 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -902,15 +902,15 @@
-
-
+
+
STK menu
-
+
STATUS and Polling
@@ -920,7 +920,7 @@
-
+
Events that the card monitors (SET UP EVENT LIST):
diff --git a/frontend/sw.js b/frontend/sw.js index 67b08ad..e1b9fa7 100644 --- a/frontend/sw.js +++ b/frontend/sw.js @@ -1,4 +1,4 @@ -const CACHE = 'otaman-v94'; +const CACHE = 'otaman-v95'; const URLS = [ 'index.html', 'help.html',