public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH proxmox_dart_api_client/pve_flutter_frontend 0/2] fix: ui: missing guest in resources tab when status is `paused`
@ 2025-05-20  8:05 Shan Shaji
  2025-05-20  8:05 ` [pve-devel] [PATCH pve_flutter_frontend 1/2] fix: ui: missing guests in resource " Shan Shaji
  2025-05-20  8:05 ` [pve-devel] [PATCH proxmox_dart_api_client 2/2] fix: ui: add missing `paused` status check Shan Shaji
  0 siblings, 2 replies; 5+ messages in thread
From: Shan Shaji @ 2025-05-20  8:05 UTC (permalink / raw)
  To: pve-devel

On the resources tab, when the status of a guest is set to `paused`, the
guest is not shown in the resource tab, which makes it harder to resume
the guest again.

This patch series adds:
- A new `paused` status filter in the filter sheet and seperate the
  filter sheets into seperate widget. The filter sheet widgets have
  also been split into multiple widgets for reusability.
- A new status check inside the `getStatus()` function to fix the issue of
  guest not being show in the resource tab.

pve_flutter_frontend:

Shan Shaji (1):
  fix: ui: missing guests in resource tab when status is `paused`

 lib/pages/main_layout_slim.dart               | 179 +--------------
 .../pve_mobile_resource_filter_sheet.dart     | 215 ++++++++++++++++++
 2 files changed, 221 insertions(+), 173 deletions(-)
 create mode 100644 lib/widgets/pve_mobile_resource_filter_sheet.dart


proxmox_dart_api_client:

Shan Shaji (1):
  fix: ui: add missing `paused` status check

 .../models/pve_cluster_resources_model.dart   | 24 +++++++++++++++++++
 1 file changed, 24 insertions(+)


Summary over all repositories:
  3 files changed, 245 insertions(+), 173 deletions(-)

-- 
Generated by git-murpp 0.8.1


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


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

end of thread, other threads:[~2025-05-21 12:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-20  8:05 [pve-devel] [PATCH proxmox_dart_api_client/pve_flutter_frontend 0/2] fix: ui: missing guest in resources tab when status is `paused` Shan Shaji
2025-05-20  8:05 ` [pve-devel] [PATCH pve_flutter_frontend 1/2] fix: ui: missing guests in resource " Shan Shaji
2025-05-21 12:13   ` Dominik Csapak
2025-05-20  8:05 ` [pve-devel] [PATCH proxmox_dart_api_client 2/2] fix: ui: add missing `paused` status check Shan Shaji
2025-05-21 11:59   ` Dominik Csapak

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