status-im / status-desktop

Status Desktop client made in Nim & QML
https://status.app
Mozilla Public License 2.0
297 stars 79 forks source link

[EPIC][UI - Wallet Stability] Wallet `root store` and `shared store` improvements #14712

Open noeliaSD opened 6 months ago

noeliaSD commented 6 months ago

Description

There are some stores that are declared as Singletons. This fact introduce the following issues, among others:

By following the approach agreed in here, work on updating these stores:

  1. status-desktop/ui/app/AppLayouts/Wallet/stores/RootStore.qml
  2. status-desktop/ui/imports/shared/stores/RootStore.qml

Tasks:

noeliaSD commented 5 months ago

@micieslak please take a look at it and break it down if necessary!