Improve TUI app state change (Active/Inactive)
This MR:
- Changes AppState so Clive is holding is_active property, instead of getting this information from the beekeeper API. This really affects the overall app performance, in a positive way.
- Adds previously missing handling of the "Attempt of closing all wallets" beekeeper notification
Ad. 1 Thats because the previous solution was causing performance issues. Just take a look how many times was it checked (When I just went the path : DashboardActive
-> Operations
-> TransferToAccount
): isactive.log
Edited by Mateusz Żebrak