From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 5033C86CA4 for ; Mon, 27 Dec 2021 15:07:37 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 3635E1A255 for ; Mon, 27 Dec 2021 15:07:07 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id BB9701A24B for ; Mon, 27 Dec 2021 15:07:06 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 8C43846B51 for ; Mon, 27 Dec 2021 15:07:06 +0100 (CET) From: Aaron Lauterer To: pve-devel@lists.proxmox.com Date: Mon, 27 Dec 2021 15:07:03 +0100 Message-Id: <20211227140705.1531308-1-a.lauterer@proxmox.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.003 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% 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 login_manager, flutter_frontend 0/2] Avoid elements hiding behind Android soft nav buttons 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: , X-List-Received-Date: Mon, 27 Dec 2021 14:07:37 -0000 In a few places we had the situation, that elements would get hidden behind the Android soft nav buttons at the bottom of the screen. Placing them inside a SafeArea element avoids this. These instances are: * Continue button in the Login manager when adding a new site * Qemu HW overview list * Qemu Power Control menu * LXC and Qemu Options list Unfortunately, the resulting diff is quite big since all child elements were indented one level more. login_manager: Aaron Lauterer (1): login_form: keep Continue button above Android softnav lib/proxmox_login_form.dart | 265 ++++++++++++++++++------------------ 1 file changed, 135 insertions(+), 130 deletions(-) flutter_frontend: Aaron Lauterer (1): avoid elements hiding behind Android softnav buttons lib/widgets/pve_lxc_options_widget.dart | 140 ++++---- lib/widgets/pve_qemu_options_widget.dart | 256 +++++++------- lib/widgets/pve_qemu_overview.dart | 319 +++++++++--------- .../pve_qemu_power_settings_widget.dart | 178 +++++----- 4 files changed, 451 insertions(+), 442 deletions(-) -- 2.30.2