public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pdm-devel] [PATCH datacenter-manager/yew-comp 0/7] add top bar subscription state and dedicated panel
@ 2025-12-02 14:31 Dominik Csapak
  2025-12-02 14:31 ` [pdm-devel] [PATCH yew-comp 1/2] subscription check: use more useful function signature Dominik Csapak
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Dominik Csapak @ 2025-12-02 14:31 UTC (permalink / raw)
  To: pdm-devel

This adds a dedicated subscription panel for pdm, and adds the overall subscription
state to the top nav bar.

This means we can drop the required subscription panel for the views.

I opted for not removing the subscription panel from the default dashboard,
but if that's wanted it is not a big change.

Note that the first proxmox-yew-comp patch breaks current pdm, since a
public function signature changes.

proxmox-yew-comp:

Dominik Csapak (2):
  subscription check: use more useful function signature
  subscriptions: expose subscription_icon

 src/apt_package_manager.rs | 2 +-
 src/apt_repositories.rs    | 2 +-
 src/lib.rs                 | 4 +++-
 src/subscription_alert.rs  | 2 +-
 4 files changed, 6 insertions(+), 4 deletions(-)


proxmox-datacenter-manager:

Dominik Csapak (5):
  ui: adapt to signature change of subscription_is_active
  lib/server: include subscription statistics in subscription
    information
  ui: configuration: add subscription panel
  ui: show pdm subscription state in top nav bar
  ui: views: make Subscription panel not required anymore

 lib/pdm-api-types/src/subscription.rs      |  20 ++-
 server/src/api/nodes/subscription.rs       |  24 +--
 ui/Cargo.toml                              |   1 +
 ui/src/configuration/mod.rs                |   2 +
 ui/src/configuration/subscription_panel.rs | 187 +++++++++++++++++++++
 ui/src/dashboard/view.rs                   |  38 +----
 ui/src/lib.rs                              |   2 +-
 ui/src/main.rs                             |  56 +++---
 ui/src/main_menu.rs                        |  18 +-
 ui/src/top_nav_bar.rs                      |  41 +++++
 10 files changed, 318 insertions(+), 71 deletions(-)
 create mode 100644 ui/src/configuration/subscription_panel.rs


Summary over all repositories:
  14 files changed, 324 insertions(+), 75 deletions(-)

-- 
Generated by git-murpp 0.8.1


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


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

end of thread, other threads:[~2025-12-03 12:08 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-02 14:31 [pdm-devel] [PATCH datacenter-manager/yew-comp 0/7] add top bar subscription state and dedicated panel Dominik Csapak
2025-12-02 14:31 ` [pdm-devel] [PATCH yew-comp 1/2] subscription check: use more useful function signature Dominik Csapak
2025-12-02 15:23   ` [pdm-devel] applied: " Thomas Lamprecht
2025-12-02 14:31 ` [pdm-devel] [PATCH yew-comp 2/2] subscriptions: expose subscription_icon Dominik Csapak
2025-12-02 15:23   ` [pdm-devel] applied: " Thomas Lamprecht
2025-12-02 14:31 ` [pdm-devel] [PATCH datacenter-manager 1/5] ui: adapt to signature change of subscription_is_active Dominik Csapak
2025-12-02 16:13   ` [pdm-devel] applied: " Thomas Lamprecht
2025-12-02 14:31 ` [pdm-devel] [PATCH datacenter-manager 2/5] lib/server: include subscription statistics in subscription information Dominik Csapak
2025-12-02 16:13   ` [pdm-devel] applied: " Thomas Lamprecht
2025-12-02 14:31 ` [pdm-devel] [PATCH datacenter-manager 3/5] ui: configuration: add subscription panel Dominik Csapak
2025-12-02 16:13   ` [pdm-devel] applied: " Thomas Lamprecht
2025-12-02 14:31 ` [pdm-devel] [PATCH datacenter-manager 4/5] ui: show pdm subscription state in top nav bar Dominik Csapak
2025-12-02 14:31 ` [pdm-devel] [PATCH datacenter-manager 5/5] ui: views: make Subscription panel not required anymore Dominik Csapak
2025-12-03 12:08   ` Thomas Lamprecht
2025-12-02 15:27 ` [pdm-devel] [PATCH datacenter-manager/yew-comp 0/7] add top bar subscription state and dedicated panel Thomas Lamprecht

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