[pdm-devel] [PATCH yew-comp/datacenter-manager] some ui improvements
Dominik Csapak
d.csapak at proxmox.com
Fri Apr 11 16:05:16 CEST 2025
Some smaller improvements for the ui, mostly refactor and preparation
for an upcoming series that improves the search box.
pdm patch 3/3 depends on the proxmox-yew-comp patch.
proxmox-yew-comp:
Dominik Csapak (1):
status: implement PartialEq and Clone for Status
src/status.rs | 4 ++++
1 file changed, 4 insertions(+)
proxmox-datacenter-manager:
Dominik Csapak (3):
ui: improve keyboard navigation for search box
ui: dashboard: refactor remotes panel
ui: dashboard: refactor guest panel
ui/src/dashboard/guest_panel.rs | 143 +++++++++++++++++++++++++++++++
ui/src/dashboard/mod.rs | 103 ++++++----------------
ui/src/dashboard/remote_panel.rs | 90 +++++++++++++++++++
ui/src/pve/mod.rs | 11 ++-
ui/src/widget/resource_tree.rs | 76 ++++++++++------
5 files changed, 318 insertions(+), 105 deletions(-)
create mode 100644 ui/src/dashboard/guest_panel.rs
create mode 100644 ui/src/dashboard/remote_panel.rs
--
2.39.5
More information about the pdm-devel
mailing list