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 60C1B1FF183 for ; Wed, 19 Nov 2025 13:57:50 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 6EBCC84B6; Wed, 19 Nov 2025 13:57:53 +0100 (CET) From: Shan Shaji To: pve-devel@lists.proxmox.com Date: Wed, 19 Nov 2025 13:57:09 +0100 Message-ID: <20251119125711.165181-1-s.shaji@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1763557008440 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.118 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 Subject: [pve-devel] [PATCH pve_flutter_frontend 0/2] fix #7045: regression: add extra padding around the body to avoid system intrusions X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" We had two reports [0][1] where the bottom system navigation bar were obscuring with the app UI. Inorder to fix the issue wraped the qemu and lxc overview pages inside `SafeArea`. The options config sheet UI were also getting obscured due to the navigation bar. Fixed the same by wrapping the content of the sheet inside a `SafeArea`. - [0] https://bugzilla.proxmox.com/show_bug.cgi?id=7034 - [1] https://bugzilla.proxmox.com/show_bug.cgi?id=7045 Shan Shaji (2): fix #7045: regression: avoid system intrusion from navigation bar cleanup: run `dart format .` command to fix formatting lib/widgets/pve_cd_selector_widget.dart | 96 +-- lib/widgets/pve_config_list_tile.dart | 64 +- lib/widgets/pve_lxc_options_widget.dart | 179 +++--- lib/widgets/pve_lxc_overview.dart | 344 +++++------ lib/widgets/pve_node_overview.dart | 724 ++++++++++++----------- lib/widgets/pve_qemu_options_widget.dart | 334 ++++++----- lib/widgets/pve_qemu_overview.dart | 303 +++++----- 7 files changed, 1041 insertions(+), 1003 deletions(-) -- 2.47.3 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel