public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH proxmox_login_manager/pve_flutter_frontend 0/4] refactor settings screen and add HELP, LEGAL section in settings
@ 2025-08-29 11:48 Shan Shaji
  2025-08-29 11:48 ` [pve-devel] [PATCH pve_flutter_frontend 1/3] refactor: ui: add new settings page and use existing ssl toggle widget Shan Shaji
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Shan Shaji @ 2025-08-29 11:48 UTC (permalink / raw)
  To: pve-devel

This patch series includes changes from the following patch [0].
Addition of HELP and LEGAL section was done on top of it. 

[0] - https://lore.proxmox.com/pve-devel/20250801100051.83035-1-s.shaji@proxmox.com/

pve_flutter_frontend:

Shan Shaji (3):
  refactor: ui: add new settings page and use existing ssl toggle widget
  ui: settings: add privacy policy url link in settings screen
  ui: settings: add proxmox forum and bugzilla links

 lib/main.dart                    |   8 ++
 lib/pages/pve_settings_page.dart | 123 +++++++++++++++++++++++++++++++
 lib/utils/links.dart             |   4 +
 3 files changed, 135 insertions(+)
 create mode 100644 lib/pages/pve_settings_page.dart


proxmox_login_manager:

Shan Shaji (1):
  refactor: ui: move settings page to `pve_flutter_frontend`

 lib/proxmox_general_settings_form.dart | 58 +++++++++++---------------
 lib/proxmox_login_form.dart            |  5 +--
 lib/proxmox_login_selector.dart        | 13 +++---
 3 files changed, 31 insertions(+), 45 deletions(-)


Summary over all repositories:
  6 files changed, 166 insertions(+), 45 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] 6+ messages in thread
* [pve-devel] [PATCH proxmox_login_manager/pve_flutter_frontend 0/2] refactor: ui: add new settings page in `pve_flutter_frontend`
@ 2025-08-01 10:00 Shan Shaji
  2025-08-01 10:00 ` [pve-devel] [PATCH proxmox_login_manager 1/1] refactor: ui: move settings page to `pve_flutter_frontend` Shan Shaji
  0 siblings, 1 reply; 6+ messages in thread
From: Shan Shaji @ 2025-08-01 10:00 UTC (permalink / raw)
  To: pve-devel

Note: This is POC PATCH

Since the primary responsibility of the login manager is to handle 
login-related features, having the settings screen code defined within
the package causes unnecessary coupling. Whenever a new configuration 
or app-related setting  
(e.g., privacy policy URL, help link, app version string) needs to be 
added, the package must be modified—even if the change is unrelated 
to login functionality. When we had only one config (SSL) it was fine. 
Since new widgets needs to be added it might be better to seperate it. 

To avoid this and to make it easier to add global settings 
configuration widgets in the future, the direct navigation to 
`ProxmoxGeneralSettingsForm` from `proxmox_login_manager` has been
removed. Instead, the screen is now defined within the 
`pve_flutter_frontend`, and the `ProxmoxGeneralSettingsForm` is used 
as a widget inside that screen.

pve_flutter_frontend:

Shan Shaji (1):
  refactor: ui: add new settings page and use existing ssl toggle widget

 lib/main.dart                    |  8 ++++++++
 lib/pages/pve_settings_page.dart | 23 +++++++++++++++++++++++
 2 files changed, 31 insertions(+)
 create mode 100644 lib/pages/pve_settings_page.dart


proxmox_login_manager:

Shan Shaji (1):
  refactor: ui: move settings page to `pve_flutter_frontend`

 lib/proxmox_general_settings_form.dart | 58 +++++++++++---------------
 lib/proxmox_login_form.dart            |  5 +--
 lib/proxmox_login_selector.dart        | 13 +++---
 3 files changed, 31 insertions(+), 45 deletions(-)


Summary over all repositories:
  5 files changed, 62 insertions(+), 45 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] 6+ messages in thread

end of thread, other threads:[~2025-08-29 11:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-29 11:48 [pve-devel] [PATCH proxmox_login_manager/pve_flutter_frontend 0/4] refactor settings screen and add HELP, LEGAL section in settings Shan Shaji
2025-08-29 11:48 ` [pve-devel] [PATCH pve_flutter_frontend 1/3] refactor: ui: add new settings page and use existing ssl toggle widget Shan Shaji
2025-08-29 11:48 ` [pve-devel] [PATCH pve_flutter_frontend 2/3] ui: settings: add privacy policy url link in settings screen Shan Shaji
2025-08-29 11:48 ` [pve-devel] [PATCH pve_flutter_frontend 3/3] ui: settings: add proxmox forum and bugzilla links Shan Shaji
2025-08-29 11:48 ` [pve-devel] [PATCH proxmox_login_manager 1/1] refactor: ui: move settings page to `pve_flutter_frontend` Shan Shaji
  -- strict thread matches above, loose matches on Subject: below --
2025-08-01 10:00 [pve-devel] [PATCH proxmox_login_manager/pve_flutter_frontend 0/2] refactor: ui: add new settings page in `pve_flutter_frontend` Shan Shaji
2025-08-01 10:00 ` [pve-devel] [PATCH proxmox_login_manager 1/1] refactor: ui: move settings page to `pve_flutter_frontend` Shan Shaji

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