[pve-devel] [PATCH pve_flutter_frontend v2 0/3] feat: ui: add bottom sheet to show editable options of VMs/CTs

Shan Shaji s.shaji at proxmox.com
Tue Sep 23 14:23:31 CEST 2025


On the options page for VMs and CTs it was easy to change the
configs by mistake. To avoid that, all currently available 
editable options will be shown inside a bottom sheet. 

changes since v1: Thanks @Thomas 
patch: https://lore.proxmox.com/pve-devel/20250923093629.119418-1-s.shaji@proxmox.com/T/#t
- Fixed file import error.


Shan Shaji (3):
  cleanup: run `dart format` on both qemu and lxc options page
  feat: ui: add bottom sheet to change VMs/CTs options
  cleanup: remove `PveConfigSwitchListTile` in favor of
    PveConfigListTile

 .../pve_config_switch_form.dart               |  54 +++
 lib/widgets/pve_config_list_tile.dart         | 176 ++++++++++
 lib/widgets/pve_config_switch_list_tile.dart  |  50 ---
 lib/widgets/pve_lxc_options_widget.dart       | 156 +++++----
 lib/widgets/pve_qemu_options_widget.dart      | 315 +++++++++++-------
 5 files changed, 508 insertions(+), 243 deletions(-)
 create mode 100644 lib/widgets/pve_config_forms/pve_config_switch_form.dart
 create mode 100644 lib/widgets/pve_config_list_tile.dart
 delete mode 100644 lib/widgets/pve_config_switch_list_tile.dart

-- 
2.47.2





More information about the pve-devel mailing list