[pve-devel] applied: [PATCH pve_flutter_frontend v2] refactor: move and split the `_MobileResourceFilterSheet` widget
Dominik Csapak
d.csapak at proxmox.com
Wed Jun 4 13:11:20 CEST 2025
On 5/22/25 15:08, Shan Shaji wrote:
> This patch splits the `_MobileResourceFilterSheet` into multiple widgets
> and since the `main_layout_slim.dart` file is large, the widget has been
> moved to it's own file under the widgets folder.
>
> Signed-off-by: Shan Shaji <s.shaji at proxmox.com>
> ---
>
> changes since v1:
> * Removed all formatting changes
> * Only includes the refactoring of `_MobileResourceFilterSheet` widget
> * Removed "paused guest not showing in resources tab" bug related changes.
>
> lib/pages/main_layout_slim.dart | 175 +---------------
> .../pve_mobile_resource_filter_sheet.dart | 188 ++++++++++++++++++
> 2 files changed, 190 insertions(+), 173 deletions(-)
> create mode 100644 lib/widgets/pve_mobile_resource_filter_sheet.dart
>
>
applied, thanks!
More information about the pve-devel
mailing list