ui: tooltip on the status dot shows the server state

- the dot carries its own title (Connecting... / No server connection),
  matching the wrapper tooltip; it is cleared when the sim icons replace
  the dot
- tests assert the dot title in both server states and its removal once
  the server is up; SW cache v110 -> v111.
This commit is contained in:
2026-09-12 19:55:14 +03:00
parent 68aa37f093
commit 56c0e60462
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const CACHE = 'otaman-v110';
const CACHE = 'otaman-v111';
const URLS = [
'index.html',
'help.html',