status-im / status-desktop

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

[UI - Wallet Stability] SendModal networks filtering is inconsistent #14923

Closed micieslak closed 1 month ago

micieslak commented 3 months ago

Bug Report

Description

SendModal dialog should take into account networks selection from main wallet view (this network selection is considered as global). Currently only account selector reflects networks selection properly. Assets selector presents the balance from all networks what is not expected. Also the "Max" value is incorrect.

Screencast from 27.05.2024 10:58:30.webm

Expected behavior

Global networks selection should be respected uniformly.

Actual behavior

Only account selector respects networks selection.

Additional Information

noeliaSD commented 1 month ago

Please, ensure in the SendModal User Stories which is the requirement that covers that task. I remember the last agreed solution was: SendModal must use ALL networks.

Take this task to review that the agreed requirement is developed this way in the current app.

micieslak commented 1 month ago

Already solved in the app along with using new adaptors providing data for selectors.