[pve-devel] [PATCH manager/proxmox{-widget-toolkit, -backup} v2 0/4] replace Proxmox logo with SVG version

Lukas Wagner l.wagner at proxmox.com
Wed Nov 12 14:04:31 CET 2025


On Mon Aug 4, 2025 at 11:02 AM CEST, Lukas Wagner wrote:
> The existing PNG logo is rather small and becomes blurry when the page is
> zoomed or when using >100% scaling on a HiDPI monitor.
>
> Changes since v1: 
>   - for the dark mode invert logo colors in CSS, not in the SVG
>     itself (similar to how we did it with the PNG)
>
> proxmox-widget-toolkit:
>
> Lukas Wagner (1):
>   add Proxmox logo as SVG
>
>  src/Logo.js                                 | 22 +++++++++++++++++++++
>  src/images/Makefile                         |  1 +
>  src/images/proxmox_logo.svg                 | 22 +++++++++++++++++++++
>  src/proxmox-dark/scss/proxmox/_general.scss |  4 ++++
>  4 files changed, 49 insertions(+)
>  create mode 100644 src/images/proxmox_logo.svg
>
>
> proxmox-backup:
>
> Lukas Wagner (1):
>   ui: replace Proxmox logo with SVG version
>
>  www/LoginView.js | 4 ++--
>  www/MainView.js  | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
>
>
> pve-manager:
>
> Lukas Wagner (2):
>   ui: replace Proxmox logo with SVG version
>   ui: add 5px of padding between Proxmox logo and product name
>
>  www/manager6/Workspace.js | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
>
> Summary over all repositories:
>   7 files changed, 56 insertions(+), 5 deletions(-)

Ping, still applies on latest master branches.




More information about the pve-devel mailing list