public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH pve_flutter_frontend 0/3] feat: ui: add bottom sheet to show editable options of VMs/CTs
@ 2025-09-23  9:36 Shan Shaji
  2025-09-23  9:36 ` [pve-devel] [PATCH pve_flutter_frontend 1/3] cleanup: run `dart format` on both qemu and lxc options page Shan Shaji
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Shan Shaji @ 2025-09-23  9:36 UTC (permalink / raw)
  To: pve-devel

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. 

The values will only be updated when the update button is pressed. 

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



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-09-23 12:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-23  9:36 [pve-devel] [PATCH pve_flutter_frontend 0/3] feat: ui: add bottom sheet to show editable options of VMs/CTs Shan Shaji
2025-09-23  9:36 ` [pve-devel] [PATCH pve_flutter_frontend 1/3] cleanup: run `dart format` on both qemu and lxc options page Shan Shaji
2025-09-23  9:36 ` [pve-devel] [PATCH pve_flutter_frontend 2/3] feat: ui: add bottom sheet to change VMs/CTs options Shan Shaji
2025-09-23 12:03   ` Thomas Lamprecht
2025-09-23 12:12     ` Shan Shaji
2025-09-23 12:24       ` Shan Shaji
2025-09-23  9:36 ` [pve-devel] [PATCH pve_flutter_frontend 3/3] cleanup: remove `PveConfigSwitchListTile` in favor of PveConfigListTile Shan Shaji

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal