From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [IPv6:2a0f:8001:1:32::40]) by lore.proxmox.com (Postfix) with ESMTPS id F11161FF129 for ; Fri, 17 Jul 2026 23:59:45 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id 8D9A3213ED; Fri, 17 Jul 2026 23:59:44 +0200 (CEST) From: Thomas Lamprecht To: yew-devel@lists.proxmox.com, Dominik Csapak Subject: applied: [PATCH yew-widget-toolkit 0/4] small cleanups/fixes Date: Fri, 17 Jul 2026 23:59:32 +0200 Message-ID: <178432557005.2907408.1906780343316283595.b4-ty@b4> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260717125555.2898147-1-d.csapak@proxmox.com> References: <20260717125555.2898147-1-d.csapak@proxmox.com> 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: 1784325558014 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.122 Adjusted score from AWL reputation of From: address DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment (newer systems) RCVD_IN_DNSWL_LOW -0.7 Sender listed at https://www.dnswl.org/, low trust 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: TW3QGAKH4BGQRVYDGZXVAHQCMD7FPSA7 X-Message-ID-Hash: TW3QGAKH4BGQRVYDGZXVAHQCMD7FPSA7 X-MailFrom: t.lamprecht@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: On Fri, 17 Jul 2026 14:55:27 +0200, Dominik Csapak wrote: > some smaller cleanups/fixes for the radio button and one for dom/align. > > Dominik Csapak (4): > widget: form: radio button: fix property comments > widget: form: radio button: dim boxlabel when disabled > widget: form: radio button: use 'radio' aria role instead of > 'checkbox' > dom: align: fix fallback check for placements > > [...] Applied, thanks! [1/4] widget: form: radio button: fix property comments commit: aad60daea7249d0856890814105989296b1dd5b6 [2/4] widget: form: radio button: dim boxlabel when disabled commit: 139e75ee89da41060d5863c2325cf272623c918b [3/4] widget: form: radio button: use 'radio' aria role instead of 'checkbox' commit: 675cda18d67ac73f845b7c7633effcc5e1b8b387 [4/4] dom: align: fix fallback check for placements commit: 792bb99eefb58beafc52c0a17a24bc685cc94d63