From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 237C21FF13C for ; Thu, 05 Mar 2026 12:21:30 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id A1B9F61A9; Thu, 5 Mar 2026 12:22:35 +0100 (CET) From: Shannon Sterz 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 Message-ID: <20260305112158.220557-1-s.sterz@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1772709693156 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.096 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: OESNKMZEE3MZKR2KS2LOJ2V752PVS4TB X-Message-ID-Hash: OESNKMZEE3MZKR2KS2LOJ2V752PVS4TB X-MailFrom: s.sterz@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Yew framework devel list at Proxmox List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: 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