[pve-devel] [PATCH login_manager, flutter_frontend 0/2] Avoid elements hiding behind Android soft nav buttons
Aaron Lauterer
a.lauterer at proxmox.com
Mon Dec 27 15:07:03 CET 2021
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
More information about the pve-devel
mailing list