From: Thomas Lamprecht <t.lamprecht@proxmox.com>
To: pdm-devel@lists.proxmox.com, Dominik Csapak <d.csapak@proxmox.com>
Subject: [pdm-devel] applied: [PATCH datacenter-manager v5 00/26] enable custom views on the UI
Date: Wed, 26 Nov 2025 22:15:09 +0100 [thread overview]
Message-ID: <176419168989.1203971.14985272628584142723.b4-ty@proxmox.com> (raw)
In-Reply-To: <20251126151833.3637080-1-d.csapak@proxmox.com>
On Wed, 26 Nov 2025 16:17:53 +0100, Dominik Csapak wrote:
> With this series, users are able to add/edit/delete custom views.
>
> NOTE: this series is based on lukas follow up series to the views[0]
> but needs the change i mentioned in [1] to completely work.
>
> A new 'Views' menu entry is added where the CRUD ui sits, and an entry
> for each view below it.
>
> [...]
Applied, thanks!
[01/26] lib: pdm-config: views: add locking/saving methods
commit: 5fbce9ac65b92748dc557c5230970484ac50142e
[02/26] lib: api-types: add 'layout' property to ViewConfig
commit: 5e423bebce3039158741b9e4b619006129e9a4cd
[03/26] server: api: implement CRUD api for views
commit: 16256fb8043ed554e66ee4f6ffc4f3f448f06826
[04/26] server: api: resources: add 'view' category to search syntax
commit: aa369f3db878f4f25ca349b018ed1dd1656fbe88
[05/26] ui: remote selector: allow forcing of value
commit: 813d6da27463bd2e1e8437079f95eb94ef644027
[06/26] ui: dashboard types: add missing 'default's to de-serialization
commit: ebb791fbcdc87196dfef419e6439c31bc42cad5a
[07/26] ui: dashboard: status row: add optional 'editing state'
commit: 8773f798342d88abda53d3c55312b58f2f9b6700
[08/26] ui: dashboard: prepare view for editing custom views
commit: 07fddd49f7358d6975e7ceadd84afe91b8d66693
[09/26] ui: views: implement view loading from api
commit: 0d734cb64969073a3b45442f4d7e6e9c79ceb539
[10/26] ui: views: make 'view' name property optional
commit: acf78251fc145aa52900d8b22b9fe416ea9a3d55
[11/26] ui: views: add 'view' parameter to api calls
commit: 589408f6329e9f5d38aa0a45359dca94638835dc
[12/26] ui: views: save updated layout to backend
commit: 25fcacb0148516e180213fd4266ffff45ebfe524
[13/26] ui: add view list context
commit: 77fc9914353e04ff261aabdfd99fab8f3a7d32d0
[14/26] ui: configuration: add view CRUD panels
commit: 34738a6afde00d1bcd573830ef420b26b08ba8d3
[15/26] ui: main menu: add optional view_list property
commit: e6bfbb88622d21e624d8c1ccb270d27a1eac440f
[16/26] ui: load view list on page init
commit: 7b11a68448b1ca736936584b06697adaaa8fe184
[17/26] lib/ui: move views types to pdm-api-types
commit: 5633ae438d823792a2d7408531aab63c09eb7cac
[18/26] server: api: views: check layout string for validity
commit: b311f4dec557ab220f193290511c7bbe4d456363
[19/26] ui: dashboard: add current view to search terms
commit: 97ae738191c1d0517377d31fd87ebfedf7bc6b97
[20/26] ui: resource tree: fix loading logic
commit: e10706d821be23ac3ffd80d2937eb0187cfb39b5
[21/26] ui: resource tree: move error message into first column
commit: 0baee620cd6e87cb0fa64884bd4d465a6e198072
[22/26] ui: resource tree: use `ViewContext` to limit the api calls to a view
commit: 3767103e4f80bc3ef6a962d393c8a36357b8e069
[23/26] ui: resource tree: show guest tags
commit: 4e62b65354ec597b90c0a8b8b804014207613a87
[24/26] api-types/ui: add ResourceTree variant for WidgetType
commit: 67f9f607efe216019f628b9b90e44c6998919a71
[25/26] ui: dashboard view: refactor widget rendering arguments into struct
commit: c9468952e1bc986b363b9493c1f301c36fd720b1
[26/26] ui: resource tree/view: reload tree in a view on refresh
commit: 8e483a733f0376af7d36d7668c4b4ee8b8d63a01
_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel
next prev parent reply other threads:[~2025-11-26 21:15 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-26 15:17 [pdm-devel] " Dominik Csapak
2025-11-26 15:17 ` [pdm-devel] [PATCH datacenter-manager v5 01/26] lib: pdm-config: views: add locking/saving methods Dominik Csapak
2025-11-26 15:17 ` [pdm-devel] [PATCH datacenter-manager v5 02/26] lib: api-types: add 'layout' property to ViewConfig Dominik Csapak
2025-11-26 15:17 ` [pdm-devel] [PATCH datacenter-manager v5 03/26] server: api: implement CRUD api for views Dominik Csapak
2025-11-26 15:17 ` [pdm-devel] [PATCH datacenter-manager v5 04/26] server: api: resources: add 'view' category to search syntax Dominik Csapak
2025-11-26 15:17 ` [pdm-devel] [PATCH datacenter-manager v5 05/26] ui: remote selector: allow forcing of value Dominik Csapak
2025-11-26 15:17 ` [pdm-devel] [PATCH datacenter-manager v5 06/26] ui: dashboard types: add missing 'default's to de-serialization Dominik Csapak
2025-11-26 15:18 ` [pdm-devel] [PATCH datacenter-manager v5 07/26] ui: dashboard: status row: add optional 'editing state' Dominik Csapak
2025-11-26 15:18 ` [pdm-devel] [PATCH datacenter-manager v5 08/26] ui: dashboard: prepare view for editing custom views Dominik Csapak
2025-11-26 15:18 ` [pdm-devel] [PATCH datacenter-manager v5 09/26] ui: views: implement view loading from api Dominik Csapak
2025-11-26 15:18 ` [pdm-devel] [PATCH datacenter-manager v5 10/26] ui: views: make 'view' name property optional Dominik Csapak
2025-11-26 15:18 ` [pdm-devel] [PATCH datacenter-manager v5 11/26] ui: views: add 'view' parameter to api calls Dominik Csapak
2025-11-26 15:18 ` [pdm-devel] [PATCH datacenter-manager v5 12/26] ui: views: save updated layout to backend Dominik Csapak
2025-11-26 15:18 ` [pdm-devel] [PATCH datacenter-manager v5 13/26] ui: add view list context Dominik Csapak
2025-11-26 15:18 ` [pdm-devel] [PATCH datacenter-manager v5 14/26] ui: configuration: add view CRUD panels Dominik Csapak
2025-11-26 15:18 ` [pdm-devel] [PATCH datacenter-manager v5 15/26] ui: main menu: add optional view_list property Dominik Csapak
2025-11-26 15:18 ` [pdm-devel] [PATCH datacenter-manager v5 16/26] ui: load view list on page init Dominik Csapak
2025-11-26 15:18 ` [pdm-devel] [PATCH datacenter-manager v5 17/26] lib/ui: move views types to pdm-api-types Dominik Csapak
2025-11-26 15:18 ` [pdm-devel] [PATCH datacenter-manager v5 18/26] server: api: views: check layout string for validity Dominik Csapak
2025-11-26 15:18 ` [pdm-devel] [PATCH datacenter-manager v5 19/26] ui: dashboard: add current view to search terms Dominik Csapak
2025-11-26 15:18 ` [pdm-devel] [PATCH datacenter-manager v5 20/26] ui: resource tree: fix loading logic Dominik Csapak
2025-11-26 15:18 ` [pdm-devel] [PATCH datacenter-manager v5 21/26] ui: resource tree: move error message into first column Dominik Csapak
2025-11-26 15:18 ` [pdm-devel] [PATCH datacenter-manager v5 22/26] ui: resource tree: use `ViewContext` to limit the api calls to a view Dominik Csapak
2025-11-26 15:18 ` [pdm-devel] [PATCH datacenter-manager v5 23/26] ui: resource tree: show guest tags Dominik Csapak
2025-11-26 15:18 ` [pdm-devel] [PATCH datacenter-manager v5 24/26] api-types/ui: add ResourceTree variant for WidgetType Dominik Csapak
2025-11-26 15:18 ` [pdm-devel] [PATCH datacenter-manager v5 25/26] ui: dashboard view: refactor widget rendering arguments into struct Dominik Csapak
2025-11-26 15:18 ` [pdm-devel] [PATCH datacenter-manager v5 26/26] ui: resource tree/view: reload tree in a view on refresh Dominik Csapak
2025-11-26 21:15 ` Thomas Lamprecht [this message]
2025-11-26 21:17 ` [pdm-devel] [PATCH datacenter-manager v5 00/26] enable custom views on the UI 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=176419168989.1203971.14985272628584142723.b4-ty@proxmox.com \
--to=t.lamprecht@proxmox.com \
--cc=d.csapak@proxmox.com \
--cc=pdm-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