public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pdm-devel] [PATCH datacenter-manager] ui: main menu: make remote loading icon prettier
@ 2025-06-06 12:08 Dominik Csapak
  2025-08-25  8:14 ` Dominik Csapak
  2025-08-27 12:52 ` [pdm-devel] applied: " Thomas Lamprecht
  0 siblings, 2 replies; 3+ messages in thread
From: Dominik Csapak @ 2025-06-06 12:08 UTC (permalink / raw)
  To: pdm-devel

using our own icon here is weirdly sized and distorted, use the
font-awesome one for now. Remove `fa-fw` so the text does not wobble
when changing between these two icons.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
 ui/src/main_menu.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/main_menu.rs b/ui/src/main_menu.rs
index 4f40d2c..4dcf881 100644
--- a/ui/src/main_menu.rs
+++ b/ui/src/main_menu.rs
@@ -272,7 +272,7 @@ impl Component for PdmMainMenu {
             tr!("Remotes"),
             "remotes",
             Some(if props.remote_list_loading {
-                "fa fa-fw pwt-loading-icon"
+                "fa fa-refresh fa-spin"
             } else {
                 "fa fa-server"
             }),
-- 
2.39.5



_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-08-27 12:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-06 12:08 [pdm-devel] [PATCH datacenter-manager] ui: main menu: make remote loading icon prettier Dominik Csapak
2025-08-25  8:14 ` Dominik Csapak
2025-08-27 12:52 ` [pdm-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal