From: Dominik Csapak <d.csapak@proxmox.com>
To: pdm-devel@lists.proxmox.com
Subject: [pdm-devel] [PATCH datacenter-manager] ui: main menu: make remote loading icon prettier
Date: Fri, 6 Jun 2025 14:08:21 +0200 [thread overview]
Message-ID: <20250606120821.2592959-1-d.csapak@proxmox.com> (raw)
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
reply other threads:[~2025-06-06 12:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20250606120821.2592959-1-d.csapak@proxmox.com \
--to=d.csapak@proxmox.com \
--cc=pdm-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.