* [yew-devel] [PATCH yew-comp] token panel: remove top border on toolbar
@ 2025-11-26 17:45 Shannon Sterz
2025-11-26 20:55 ` [yew-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Shannon Sterz @ 2025-11-26 17:45 UTC (permalink / raw)
To: yew-devel
to bring the panel in-line with other similar panels here like
UserPanel etc.
Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
---
src/token_panel.rs | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/token_panel.rs b/src/token_panel.rs
index bbd2e79..e22ed39 100644
--- a/src/token_panel.rs
+++ b/src/token_panel.rs
@@ -178,7 +178,6 @@ impl LoadableComponent for ProxmoxTokenView {
.class("pwt-w-100")
.class("pwt-overflow-hidden")
.class("pwt-border-bottom")
- .border_top(true)
.with_child(
Button::new(tr!("Add"))
.on_activate(link.change_view_callback(|_| Some(ViewState::AddToken))),
--
2.47.3
_______________________________________________
yew-devel mailing list
yew-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/yew-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* [yew-devel] applied: [PATCH yew-comp] token panel: remove top border on toolbar
2025-11-26 17:45 [yew-devel] [PATCH yew-comp] token panel: remove top border on toolbar Shannon Sterz
@ 2025-11-26 20:55 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2025-11-26 20:55 UTC (permalink / raw)
To: yew-devel, Shannon Sterz
On Wed, 26 Nov 2025 18:45:41 +0100, Shannon Sterz wrote:
> to bring the panel in-line with other similar panels here like
> UserPanel etc.
>
>
Applied, thanks!
[1/1] token panel: remove top border on toolbar
commit: 2af3de848dcd24bc7943aa3f1864ecd1f1688f46
_______________________________________________
yew-devel mailing list
yew-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/yew-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-11-26 20:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-26 17:45 [yew-devel] [PATCH yew-comp] token panel: remove top border on toolbar Shannon Sterz
2025-11-26 20:55 ` [yew-devel] applied: " Thomas Lamprecht
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.