From 61ef286420cdbe0b43d6e4d90b3f1a81d552b305 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 8 Sep 2026 23:24:33 +0000 Subject: [PATCH] Monochrome updater glyph; fix oversized dialog header icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The colored updater icon broke the monochrome system-action set in the sidebar. Replace it with a new g-update glyph — a down arrow dropping into an open tray ("get / install updates") — drawn in the same 24×24, 2px round-cap stroke style as the other sidebar glyphs. - Sidebar Update System row: g-update glyph, currentColor like the rest. - Update dialog header: same glyph in the green chip, matching the rebuild dialog and Systems Operational header treatment. - Also fixes a latent sizing bug: the previous colored had no CSS rule (the .upd-icon rule from the earlier patch never landed), so the dialog header icon rendered at the source file's intrinsic 128px. The chip markup uses the existing 54px .upd-chip rules. --- app/sovran_systemsos_web/static/js/tiles.js | 2 +- app/sovran_systemsos_web/templates/index.html | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/app/sovran_systemsos_web/static/js/tiles.js b/app/sovran_systemsos_web/static/js/tiles.js index 78c66f1..216c3fb 100644 --- a/app/sovran_systemsos_web/static/js/tiles.js +++ b/app/sovran_systemsos_web/static/js/tiles.js @@ -64,7 +64,7 @@ function renderSidebarSupport(supportServices) { sidebarUpdateBtn.className = "sidebar-support-btn"; sidebarUpdateBtn.id = "sidebar-btn-update"; sidebarUpdateBtn.innerHTML = - 'Update' + + '' + '' + 'Update System' + 'Check for updates' + diff --git a/app/sovran_systemsos_web/templates/index.html b/app/sovran_systemsos_web/templates/index.html index 5303dfa..13abaad 100644 --- a/app/sovran_systemsos_web/templates/index.html +++ b/app/sovran_systemsos_web/templates/index.html @@ -83,6 +83,14 @@ + + + + + + + + @@ -239,7 +247,7 @@