[pve-devel] [PATCH proxmox_login_manager] ui: settings: add privacy policy url link in settings screen

Dominik Csapak d.csapak at proxmox.com
Mon Jul 7 08:28:34 CEST 2025


On 7/4/25 16:40, Shan Shaji wrote:
> On Thu Jul 3, 2025 at 4:00 PM CEST, Dominik Csapak wrote:
>>> +      backgroundColor: Theme.of(context).colorScheme.surfaceContainer,
>>
>> this change seems to be unrelated?
> This was intended. The change was made to match the backgroundColor of
> `ProxmoxLoginSelector`. Previously it was using the default scaffold
> backgroundColor.

ok. In this case it was not really clear why it was done in this patch, so a short
sentence that this is changed too wouldn't hurt IMHO.

>>
>>>          appBar: AppBar(
>>>            title: const Text('Settings'),
>>>          ),
>>> @@ -45,6 +51,32 @@ class _ProxmoxGeneralSettingsFormState
>>>                                  ProxmoxGeneralSettingsModel.fromLocalStorage();
>>>                            });
>>>                          },
>>> +                    ),
>>> +                    PveSettingsSection(
>>> +                      title: 'LEGAL',
>>> +                      children: [
>>> +                        PveSettingsItem(
>>> +                          titleString: 'Privacy Policy',
>>> +                          leadingIcon: Icons.privacy_tip_outlined,





More information about the pve-devel mailing list