From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id E8BD31FF139 for ; Tue, 24 Feb 2026 13:10:18 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id D42C0829A; Tue, 24 Feb 2026 13:11:13 +0100 (CET) Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 24 Feb 2026 13:11:08 +0100 Subject: superseded: [PATCH manager/pmg-gui/proxmox-backup/widget-toolkit 0/7] blurry icons follow-up To: "Shannon Sterz" Message-Id: X-Mailer: aerc 0.20.0 References: <20250829141219.290626-2-s.sterz@proxmox.com> In-Reply-To: <20250829141219.290626-2-s.sterz@proxmox.com> From: "Shannon Sterz" X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1771935053323 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.093 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: XMVKZ3IWWMO5I3Q7J6ZPKRS4VURPCCMR X-Message-ID-Hash: XMVKZ3IWWMO5I3Q7J6ZPKRS4VURPCCMR X-MailFrom: s.sterz@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: pve-devel@lists.proxmox.com X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Superseded-by: https://lore.proxmox.com/pve-devel/20260224121009.155272-3-s= .sterz@proxmox.com/T/#u On Fri Aug 29, 2025 at 4:12 PM CEST, Shannon Sterz wrote: > this series is a small follow up to the recent series that removed all > custom blurry icons from proxmox ve [1]. this goes a small step further > adapting the following: > > - patch 1: override extjs' spinners with our own svg spiner to avoid > them looking blurry > - patches 2 & 3: replaces png based icon in the widget toolkit with svgs > - patch 4: remove and unused gif-based icon class from pve-manager > - patch 5: remove the svg-based spinner from pve-manager and use the one > that is not present in proxmox-widget-toolkit to avoid duplication > - paches 6 & 7: use the svg spinner instead of an extjs' gif in > proxmox-backup and pmg-gui. > > [1]: https://lore.proxmox.com/all/20250826145836.302748-2-s.sterz@proxmox= .com/ > > proxmox-widget-toolkit: > > Shannon Sterz (3): > css: override css classes for extjs spinner with our svg spinner > images/css: replace pmx-clear-trigger.png with an svg > images/css: replace openid icon with an svg version > > src/css/ext6-pmx.css | 17 ++++++++++++-- > src/images/Makefile | 5 +++-- > src/images/openid-icon-100x100.png | Bin 1377 -> 0 bytes > src/images/openid-icon.svg | 35 +++++++++++++++++++++++++++++ > src/images/pmx-clear-trigger.png | Bin 11118 -> 0 bytes > src/images/pmx-clear-trigger.svg | 10 +++++++++ > src/images/spinner.svg | 24 ++++++++++++++++++++ > 7 files changed, 87 insertions(+), 4 deletions(-) > delete mode 100644 src/images/openid-icon-100x100.png > create mode 100644 src/images/openid-icon.svg > delete mode 100644 src/images/pmx-clear-trigger.png > create mode 100644 src/images/pmx-clear-trigger.svg > create mode 100644 src/images/spinner.svg > > > pve-manager: > > Shannon Sterz (2): > ui: remove unused pve-itype-icon-itype class > ui: use spinner from proxmox-widget-toolkit instead of adding it here > > www/css/ext6-pve.css | 7 +------ > www/images/Makefile | 1 - > www/images/spinner.svg | 24 ------------------------ > 3 files changed, 1 insertion(+), 31 deletions(-) > delete mode 100644 www/images/spinner.svg > > > proxmox-backup: > > Shannon Sterz (1): > css: replace blurry extjs spinner with widget-toolkit's svg version > > www/css/ext6-pbs.css | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > > pmg-gui: > > Shannon Sterz (1): > css: replace blurry extjs spinner with widget-toolkit's svg version > > css/ext6-pmg.css | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > > Summary over all repositories: > 12 files changed, 90 insertions(+), 37 deletions(-) > > -- > Generated by git-murpp 0.8.1