public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Shan Shaji <s.shaji@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH pve_flutter_frontend v2 0/3] feat: ui: add bottom sheet to show editable options of VMs/CTs
Date: Tue, 23 Sep 2025 14:23:31 +0200	[thread overview]
Message-ID: <20250923122334.301053-1-s.shaji@proxmox.com> (raw)

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



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


             reply	other threads:[~2025-09-23 12:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-23 12:23 Shan Shaji [this message]
2025-09-23 12:23 ` [pve-devel] [PATCH pve_flutter_frontend v2 1/3] cleanup: run `dart format` on both qemu and lxc options page Shan Shaji
2025-09-23 12:23 ` [pve-devel] [PATCH pve_flutter_frontend v2 2/3] feat: ui: add bottom sheet to change VMs/CTs options Shan Shaji
2025-09-23 12:23 ` [pve-devel] [PATCH pve_flutter_frontend v2 3/3] cleanup: remove `PveConfigSwitchListTile` in favor of PveConfigListTile Shan Shaji
2025-09-23 12:57 ` [pve-devel] [PATCH pve_flutter_frontend v2 0/3] feat: ui: add bottom sheet to show editable options of VMs/CTs Thomas Lamprecht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250923122334.301053-1-s.shaji@proxmox.com \
    --to=s.shaji@proxmox.com \
    --cc=pve-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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