From: Shannon Sterz <s.sterz@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH manager/pmg-gui/proxmox-backup/widget-toolkit 0/7] blurry icons follow-up
Date: Fri, 29 Aug 2025 16:12:13 +0200 [thread overview]
Message-ID: <20250829141219.290626-2-s.sterz@proxmox.com> (raw)
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
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
next reply other threads:[~2025-08-29 14:12 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-29 14:12 Shannon Sterz [this message]
2025-08-29 14:12 ` [pve-devel] [PATCH widget-toolkit 1/3] css: override css classes for extjs spinner with our svg spinner Shannon Sterz
2025-09-05 18:33 ` [pve-devel] partially-applied: " Thomas Lamprecht
2025-08-29 14:12 ` [pve-devel] [PATCH widget-toolkit 2/3] images/css: replace pmx-clear-trigger.png with an svg Shannon Sterz
2025-08-29 14:12 ` [pve-devel] [PATCH widget-toolkit 3/3] images/css: replace openid icon with an svg version Shannon Sterz
2025-08-29 14:12 ` [pve-devel] [PATCH manager 1/2] ui: remove unused pve-itype-icon-itype class Shannon Sterz
2025-09-05 19:07 ` [pve-devel] applied: " Thomas Lamprecht
2025-08-29 14:12 ` [pve-devel] [PATCH manager 2/2] ui: use spinner from proxmox-widget-toolkit instead of adding it here Shannon Sterz
2025-08-29 14:12 ` [pve-devel] [PATCH proxmox-backup 1/1] css: replace blurry extjs spinner with widget-toolkit's svg version Shannon Sterz
2025-08-29 14:12 ` [pve-devel] [PATCH pmg-gui " Shannon Sterz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250829141219.290626-2-s.sterz@proxmox.com \
--to=s.sterz@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.