From d50d4bde474b3d56281c6d0afca0717c761d0863 Mon Sep 17 00:00:00 2001 From: sravan Date: Tue, 23 Jun 2026 18:47:24 +0530 Subject: [PATCH] fix(icons): proper end-call (hang-up) glyph + cache-bust icons.js (v3) - callEnd is now a rotated-handset hang-up icon (was a phone-off placeholder). - All pages reference /icons.js?v=3 so browsers/proxies fetch the corrected file instead of a stale cached copy (fixes 'old end icon' + icons not appearing until a re-render when an old/404 icons.js was cached). Co-Authored-By: Claude Opus 4.8 --- server/public/connect.html | 2 +- server/public/dashboard.html | 2 +- server/public/home.html | 2 +- server/public/host.html | 2 +- server/public/icons.js | 2 +- server/public/index.html | 2 +- server/public/share.html | 2 +- server/public/viewer.html | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/server/public/connect.html b/server/public/connect.html index 07eb440..d89d202 100644 --- a/server/public/connect.html +++ b/server/public/connect.html @@ -57,7 +57,7 @@ html.embed #homeLink{display:none!important;} html.embed #video{height:100vh!important;} - + diff --git a/server/public/dashboard.html b/server/public/dashboard.html index e226356..2ff862c 100644 --- a/server/public/dashboard.html +++ b/server/public/dashboard.html @@ -71,7 +71,7 @@ .profile .pmenu a.danger{color:#b91c1c;border-top:1px solid #eef1f6} .ic{display:inline-block;vertical-align:middle} - +
diff --git a/server/public/home.html b/server/public/home.html index fdad267..da14806 100644 --- a/server/public/home.html +++ b/server/public/home.html @@ -588,7 +588,7 @@ - +
Loading…
diff --git a/server/public/host.html b/server/public/host.html index 4801343..aded3df 100644 --- a/server/public/host.html +++ b/server/public/host.html @@ -19,7 +19,7 @@ .indicator { position:fixed; bottom:0; left:0; right:0; background:#b91c1c; color:#fff; text-align:center; padding:.4rem; font-size:.85rem; display:none; } .indicator.show { display:block; } - +
diff --git a/server/public/icons.js b/server/public/icons.js index aa4a758..b7e7595 100644 --- a/server/public/icons.js +++ b/server/public/icons.js @@ -54,7 +54,7 @@ calendarClock:'', fileText: '', record: '', - callEnd: '', + callEnd: '', settings: '', }; window.ICON = P; diff --git a/server/public/index.html b/server/public/index.html index 0bd599f..f9358ac 100644 --- a/server/public/index.html +++ b/server/public/index.html @@ -41,7 +41,7 @@ .profile .pmenu a:hover{background:#f1f5f9} .profile .pmenu a.danger{color:#b91c1c;border-top:1px solid #eef1f6} - +
diff --git a/server/public/share.html b/server/public/share.html index c294819..02e53a8 100644 --- a/server/public/share.html +++ b/server/public/share.html @@ -46,7 +46,7 @@ .profile .pmenu a:hover{background:#f1f5f9} .profile .pmenu a.danger{color:#b91c1c;border-top:1px solid #eef1f6} - + diff --git a/server/public/viewer.html b/server/public/viewer.html index 662cc61..d48c21f 100644 --- a/server/public/viewer.html +++ b/server/public/viewer.html @@ -11,7 +11,7 @@ button { padding: 0.5rem 1rem; background: #334155; color: #fff; border: none; border-radius: 6px; cursor: pointer; } a { color: #3b82f6; } - +