Re: [pve-devel] [PATCH flutter_frontend 1/1] fix #4976: ui: Nodes offline

2025-06-24 Thread Michael Köppl
On 5/2/25 13:32, Michael Köppl wrote: > On 4/29/25 15:16, Alexander Abraham wrote: >> diff --git a/lib/bloc/pve_node_overview_bloc.dart b/lib/bloc/ >> pve_node_overview_bloc.dart >> index 19d6563..98005fd 100644 >> --- a/lib/bloc/pve_node_overview_bloc.dart >> +++ b/lib/bloc/pve_node_overview_bloc.

Re: [pve-devel] [PATCH flutter_frontend 1/1] fix #4976: ui: Nodes offline

2025-05-02 Thread Michael Köppl
The commit message is not very descriptive. Also, please run dart format on these changes. There are some wrong indentations, missing spaces, trailing spaces, etc. I also added 3 comments inline. Apart from that, I tested this by manually stopping a node I was currently looking at in the node

[pve-devel] [PATCH flutter_frontend 1/1] fix #4976: ui: Nodes offline

2025-04-29 Thread Alexander Abraham
This commit adds functionality for not letting users click on nodes that are offline in the general overview screen. Furthermore, functionality was added to send the user back to the general overview screen if a node is suddenly offline while the user is viewing information on that node. Signed-of