From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [45.144.208.40]) by lore.proxmox.com (Postfix) with ESMTPS id D872A1FF09B for ; Mon, 31 Aug 2026 18:15:09 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id 4DACB2126E; Mon, 31 Aug 2026 18:15:09 +0200 (CEST) From: Thomas Lamprecht To: yew-devel@lists.proxmox.com, Dominik Csapak Subject: applied: [PATCH yew-widget-toolkit/yew-widget-toolkit-assets 0/4] adaptive scaffold/navigation rail improvements Date: Mon, 31 Aug 2026 17:34:31 +0200 Message-ID: <178819046850.2713229.15946885246003395028.b4-ty@b4> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260810143536.31163-1-d.csapak@proxmox.com> References: <20260810143536.31163-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: 1788192891904 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.939 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_MED -2.3 Sender listed at https://www.dnswl.org/, medium 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: SBUOUE7ESX67XUWO5PHDMR6AJ3PXSMIB X-Message-ID-Hash: SBUOUE7ESX67XUWO5PHDMR6AJ3PXSMIB 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 Mon, 10 Aug 2026 16:34:50 +0200, Dominik Csapak wrote: > Move the automatic expand/collapse logic to the navigation rail > and add an (opt-in) button there too for activating it manually. > > Also add a pass-through option for the rail group alignment there. > > Possible future work: > > [...] Applied, thanks! Folded some changes in (noted in the commit message's trailer section), mainly: - made responsive rail expansion opt-in so standalone rails do not unexpectedly require more layout space; AdaptiveScaffold opts in - retained `expanded` as the fixed-layout boolean, separate from automatic mode - kept manual overrides until their active layout source changes - reworded the commit messages and API documentation to match these changes. [yew-widget-toolkit] applied to ui/proxmox-yew-widget-toolkit (master) [1/3] touch: navigation rail: move auto layout from AdaptiveScaffold commit: fa69b2c85e5a0364e8a29653fc88413881d54be1 [2/3] touch: navigation rail: add an optional expand button commit: 40c1e1c6e1498df33c0cfa9304fbeb150f06fd0a [3/3] touch: adaptive scaffold: pass the rail group alignment through commit: bdc48b33de15c226a404441435c0bd5873630112 [yew-widget-toolkit-assets] applied to ui/proxmox-yew-widget-toolkit-assets.git (master) [1/1] navigation rail: style the expand button commit: 766f783948b4460f4db088e34ceca7b91494442b