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 [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
