[pve-devel] applied: [PATCH pve-flutter-frontend 0/9] small improvements

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Apr 16 16:15:58 CEST 2024


Am 12/04/2024 um 10:04 schrieb Dominik Csapak:
> a series of smaller improvements, noticed by rechecking the app
> after updating to new dart/flutter version.
> 
> not all of them have to be applied, most are rather independent.
> e.g. use of the NavigationBar, and the icon of the warning task logs are
> just my preferences.
> 
> Dominik Csapak (9):
>   replace BottomNavigationBar with NavigationBar
>   resource tab: improve colors for headers
>   node overview: don't throw permission errors on every update
>   adapt to material 3 changes for themes
>   fix clipping for data card widget
>   set the color of the template indicator to that of the icon
>   task logs: don't always say 'Last Task: '
>   task logs: use separate color for warnings
>   task log list: make warning icon more distinct
> 
>  lib/bloc/pve_node_overview_bloc.dart          | 11 +++-
>  lib/main.dart                                 |  8 ++-
>  lib/pages/main_layout_slim.dart               | 62 ++++++++++---------
>  lib/widgets/pve_guest_icon_widget.dart        |  2 +-
>  .../pve_resource_data_card_widget.dart        |  2 +
>  .../pve_task_log_expansiontile_widget.dart    | 23 +++++--
>  lib/widgets/pve_task_log_widget.dart          |  5 +-
>  7 files changed, 74 insertions(+), 39 deletions(-)
> 


applied series, thanks!

Made one follow-up to avoid suggesting that there are no updates
if the user did not have the permission to query that.




More information about the pve-devel mailing list