[pve-devel] [PATCH pve-flutter-frontend 0/9] small improvements
Dominik Csapak
d.csapak at proxmox.com
Fri Apr 12 10:04:49 CEST 2024
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(-)
--
2.39.2
More information about the pve-devel
mailing list