From: Dietmar Maurer <dietmar@proxmox.com>
To: Yew framework devel list at Proxmox <yew-devel@lists.proxmox.com>
Subject: Re: [yew-devel] [PATCH yew-widget-toolkit v2 0/2] use Schema to populate field properties
Date: Thu, 9 Oct 2025 11:30:41 +0000 [thread overview]
Message-ID: <mgjc59bo.1hn4u9u2rqdc0@proxmox.com> (raw)
In-Reply-To: <20251009112502.312917-1-h.laimer@proxmox.com>
[-- Attachment #1.1: Type: text/plain, Size: 1410 bytes --]
pwt must not depend on proxmox crates.
proxmox-schema related code is in proxmox-yew-comp ...
On Thursday, 10/09/2025, 13:25, Hannes Laimer <h.laimer@proxmox.com> wrote:
From : Hannes Laimer <h.laimer@proxmox.com>
Sent on : Thursday, 10/09/2025, 13:25
To : yew-devel@lists.proxmox.com
Subject : [yew-devel] [PATCH yew-widget-toolkit v2 0/2] use Schema to populate field properties
The idea is to have things like description or enum/selection items only
specified in one place.
This preparatory for a series adding basic firewall intergration
into PDM, so this is not used anywhere currently. But this also makes
sense on its own so I am sending it separate from that.
Hannes Laimer (2):
number: add tooltip to number field
form: add schema() builder funtion to checkbox, number and field
Cargo.toml | 5 +++
src/widget/form/checkbox.rs [http://checkbox.rs/] | 20 ++++++++++
src/widget/form/combobox.rs [http://combobox.rs/] | 45 +++++++++++++---------
src/widget/form/field.rs [http://field.rs/] | 28 ++++++++++++++
src/widget/form/number.rs [http://number.rs/] | 74 +++++++++++++++++++++++++++++++++++--
5 files changed, 151 insertions(+), 21 deletions(-)
--
2.47.3
_______________________________________________
yew-devel mailing list
yew-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/yew-devel
[-- Attachment #1.2: Type: text/html, Size: 3180 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
yew-devel mailing list
yew-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/yew-devel
next prev parent reply other threads:[~2025-10-09 11:31 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-09 11:25 Hannes Laimer
2025-10-09 11:25 ` [yew-devel] [PATCH yew-widget-toolkit v2 1/2] number: add tooltip to number field Hannes Laimer
2025-10-09 11:51 ` Dominik Csapak
2025-10-09 11:54 ` Hannes Laimer
2025-10-09 11:25 ` [yew-devel] [PATCH yew-widget-toolkit v2 2/2] form: add schema() builder funtion to checkbox, number and field Hannes Laimer
2025-10-09 11:30 ` Dietmar Maurer [this message]
2025-10-09 13:32 ` [yew-devel] superseded: [PATCH yew-widget-toolkit v2 0/2] use Schema to populate field properties Hannes Laimer
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=mgjc59bo.1hn4u9u2rqdc0@proxmox.com \
--to=dietmar@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.