You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable network and discover accounts via trade when selecting account of not enabled networks.
The UI is already done in module-add-account flow (AddCoinDiscoveryRunningScreen and AddCoinDiscoveryFinishedScreen). We need to extract the functionality and make it reusable in from a new package.
Since this contains some minor changes to add account flow, please, retest that adding a new account works in all use cases as before:
When user has discovered coin, he can add a new account
If there are multiple types allowed, he can only add a new account of a type (e.g. another BTC segwit account) if there is no empty account of this network and a type.
If network is not discovered, during this flow it should discover all used accounts and also allow user to add a new account of each type (given that rules in 2. allow it)
In Trade section, when user picks asset to be bought (e.g. BTC) he can also add new account (rules in 2. apply)
If the network of selected asset in 4. was not enabled before, user can add new account and it will enable the network and discover all accounts. User can then pick one of those or add a new on (as described in 4.)
When device is not connected or the device is Portfolio account, adding new account should not work
Enable network and discover accounts via trade when selecting account of not enabled networks.
The UI is already done in
module-add-account
flow (AddCoinDiscoveryRunningScreen
andAddCoinDiscoveryFinishedScreen
). We need to extract the functionality and make it reusable in from a new package.Figma design
The text was updated successfully, but these errors were encountered: