public inbox for yew-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH yew-widget-toolkit/yew-widget-toolkit-assets 0/4] yew ui tweaks
@ 2026-03-05 11:21 Shannon Sterz
  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
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Shannon Sterz @ 2026-03-05 11:21 UTC (permalink / raw)
  To: yew-devel

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




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

end of thread, other threads:[~2026-03-05 12:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-05 11:21 [PATCH yew-widget-toolkit/yew-widget-toolkit-assets 0/4] yew ui tweaks Shannon Sterz
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

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