From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 06F691FF165 for ; Thu, 9 Oct 2025 13:31:18 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 934DD1D480; Thu, 9 Oct 2025 13:31:24 +0200 (CEST) MIME-Version: 1.0 Date: Thu, 9 Oct 2025 11:30:41 +0000 In-Reply-To: <20251009112502.312917-1-h.laimer@proxmox.com> References: <20251009112502.312917-1-h.laimer@proxmox.com> X-Mailer: BlueMind-MailApp-v5 Message-ID: From: Dietmar Maurer To: Yew framework devel list at Proxmox X-Bm-Parsing-Options: encoded-parts X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1760009419478 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.188 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 HTML_MESSAGE 0.001 HTML included in message KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_HTMLNOISE 1 Spam containing useless HTML padding SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [yew-devel] [PATCH yew-widget-toolkit v2 0/2] use Schema to populate field properties X-BeenThere: yew-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Yew framework devel list at Proxmox List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Yew framework devel list at Proxmox Content-Type: multipart/mixed; boundary="===============6670016939197684339==" Errors-To: yew-devel-bounces@lists.proxmox.com Sender: "yew-devel" --===============6670016939197684339== Content-Type: multipart/alternative; boundary="-=Part.9577.c91b8b39b35713d5.199c8bc5423.faacd21ddd24c742=-" ---=Part.9577.c91b8b39b35713d5.199c8bc5423.faacd21ddd24c742=- Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable pwt must not depend on proxmox crates=2E proxmox-schema related code is in proxmox-yew-comp =2E=2E=2E On Thursday, 10/09/2025, 13:25, Hannes Laimer w= rote: >From : Hannes Laimer Sent on : Thursday, 10/09/2025, 13:25 To : yew-devel@lists=2Eproxmox=2Ecom Subject : [yew-devel] [PATCH yew-widget-toolkit v2 0/2] use Schema to popu= late field properties The idea is to have things like description or enum/selection items only specified in one place=2E This preparatory for a series adding basic firewall intergration into PDM, so this is not used anywhere currently=2E But this also makes sense on its own so I am sending it separate from that=2E Hannes Laimer (2): number: add tooltip to number field form: add schema() builder funtion to checkbox, number and field Cargo=2Etoml | 5 +++ src/widget/form/checkbox=2Ers [http://checkbox=2Ers/] | 20 ++++++++++ src/widget/form/combobox=2Ers [http://combobox=2Ers/] | 45 +++++++++++++-= -------- src/widget/form/field=2Ers [http://field=2Ers/] | 28 ++++++++++++++ src/widget/form/number=2Ers [http://number=2Ers/] | 74 ++++++++++++++++= +++++++++++++++++++-- 5 files changed, 151 insertions(+), 21 deletions(-) --=20 2=2E47=2E3 _______________________________________________ yew-devel mailing list yew-devel@lists=2Eproxmox=2Ecom https://lists=2Eproxmox=2Ecom/cgi-bin/mailman/listinfo/yew-devel ---=Part.9577.c91b8b39b35713d5.199c8bc5423.faacd21ddd24c742=- Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable

proxmox-schem= a related code is in proxmox-yew-comp =2E=2E=2E


On Thursday, 10/09/2025, 13:25, Hannes Laimer <h=2Elaimer@prox= mox=2Ecom> wrote:

From  : = Hannes Laimer <h=2Elaimer@proxmox=2Ecom>
Sent on  : Thursday= , 10/09/2025, 13:25
To : yew-devel@lists=2Eproxmox=2Ecom
= Subject : [yew= -devel] [PATCH yew-widget-toolkit v2 0/2] use Schema to populate field prop= erties

The id=
ea is to have things like description or enum/selection items only
specifie=
d in one place=2E

This preparatory for a series adding basic firewall inte=
rgration
into PDM, so this is not used anywhere currently=2E But this also =
makes
sense on its own so I am sending it separate from that=2E

Hannes Lai=
mer (2):
  number: add tooltip to number field
  form: add schema() builder=
 funtion to checkbox, number and field

 Cargo=2Etoml                  |  5=
 +++
 src/widget/form/checkbox=2Ers | 20 ++++++++++
 src/widget/form/combobox=
=2Ers | 45 +++++++++++++---------
 src/widget/form/field=2Ers    | 28 ++++=
++++++++++
 src/widget/form/number=2Ers   | 74 ++++++++++++++++++++++++++++++=
+++++--
 5 files changed, 151 insertions(+), 21 deletions(-)

-- 
2=2E47=2E=
3



_______________________________________________
yew-devel mailing list=

yew=
-devel@lists=2Eproxmox=2Ecom
ht=
tps://lists=2Eproxmox=2Ecom/cgi-bin/mailman/listinfo/yew-devel


=

---=Part.9577.c91b8b39b35713d5.199c8bc5423.faacd21ddd24c742=--- --===============6670016939197684339== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ yew-devel mailing list yew-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/yew-devel --===============6670016939197684339==--