Skip to content

Improve TUI app state change (Active/Inactive)

Mateusz Żebrak requested to merge mzebrak/textual-commands into develop

This MR:

  1. 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.
  2. 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

Merge request reports