From: Shannon Sterz <s.sterz@proxmox.com>
To: yew-devel@lists.proxmox.com
Subject: [PATCH yew-widget-toolkit/yew-widget-toolkit-assets 0/4] yew ui tweaks
Date: Thu, 5 Mar 2026 12:21:54 +0100 [thread overview]
Message-ID: <20260305112158.220557-1-s.sterz@proxmox.com> (raw)
these patches add minor usability tweaks to
proxmox-yew-widget-toolkit-assets and proxmox-yew-widget-toolkit. the
first patch increases the area for drag handles on dialogs for lower
density themes. the second patch decreases the opacity for disabled
input elements further to match material design 3' approach.
then follows a clean up commit. finally an option is introduced to allow
making the filter field in gridpicker's and combobox auto-selectable.
thus, putting the cursor of the user into the filter field when the
combobox is opened.
proxmox-yew-widget-toolkit-assets:
Shannon Sterz (3):
dialog: allow resize handle to fill the padding space in dialogs
tree-wide: replace the disabled opacity with a variable and decrease
it
docs: run `make refresh`
Documentation.md | 26 ++++++-
docs/css/crisp-yew-style.css | 115 +++++++++++++++++++++++------
docs/css/desktop-yew-style.css | 115 +++++++++++++++++++++++------
docs/css/material-yew-style.css | 126 +++++++++++++++++++++++++-------
scss/_button.scss | 4 +-
scss/_date_selector.scss | 4 +-
scss/_dialog.scss | 20 ++---
scss/_input.scss | 12 +--
scss/_menu.scss | 4 +-
scss/_miniscroll.scss | 4 +-
scss/_nav.scss | 4 +-
scss/_theme_common.scss | 4 +
scss/_theme_post.scss | 9 ++-
13 files changed, 344 insertions(+), 103 deletions(-)
proxmox-yew-widget-toolkit:
Shannon Sterz (1):
gridpicker/combobox: allow autoselecting the filter field
src/widget/form/combobox.rs | 8 ++++++++
src/widget/grid_picker.rs | 6 ++++++
2 files changed, 14 insertions(+)
Summary over all repositories:
15 files changed, 358 insertions(+), 103 deletions(-)
--
Generated by git-murpp 0.8.1
next reply other threads:[~2026-03-05 11:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-05 11:21 Shannon Sterz [this message]
2026-03-05 11:21 ` [PATCH yew-widget-toolkit-assets 1/3] dialog: allow resize handle to fill the padding space in dialogs Shannon Sterz
2026-03-05 11:21 ` [PATCH yew-widget-toolkit-assets 2/3] tree-wide: replace the disabled opacity with a variable and decrease it Shannon Sterz
2026-03-05 11:21 ` [PATCH yew-widget-toolkit-assets 3/3] docs: run `make refresh` Shannon Sterz
2026-03-05 11:21 ` [PATCH yew-widget-toolkit 1/1] gridpicker/combobox: allow autoselecting the filter field Shannon Sterz
2026-03-05 12:54 ` applied: [PATCH yew-widget-toolkit/yew-widget-toolkit-assets 0/4] yew ui tweaks Dominik Csapak
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=20260305112158.220557-1-s.sterz@proxmox.com \
--to=s.sterz@proxmox.com \
--cc=yew-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.