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
User criticism: when creating a new safe and adding owners to it, a user is not able to add the generated owner key in-place. Instead, they have to tap "back" many times, navigate to settings menu, create an owner key, and restart safe creation again. That is inconvenient.
To make creating the safe with completely new owners more convenient, we add the "Owner Key" list as a source of address input for "add owner" section.
Example
When user is creating a safe
And taps "add owner"
Then a menu opens with "Owner Keys" option.
When user selects that option
Then list of existing owner keys opens with an "add" (plus, +) icon.
When user selects an address from the list (and potentially enters a passcode)
Then that address is added as an owner in the "create safe" form.
When user taps the "add" (+) action
And then generates, imports, or connects a new owner key and closes the details with "Done"
Then that new owner key is displayed in the list and is available for selection.
The text was updated successfully, but these errors were encountered:
* Add new "owner key list updated" internal notification
* Add "owner keys" option to the "select address" screen used in the safe creation
* Add long press gesture to an addresses to create or edit address book entry (or safe name, or owner key name) (GH-3416).
User criticism: when creating a new safe and adding owners to it, a user is not able to add the generated owner key in-place. Instead, they have to tap "back" many times, navigate to settings menu, create an owner key, and restart safe creation again. That is inconvenient.
To make creating the safe with completely new owners more convenient, we add the "Owner Key" list as a source of address input for "add owner" section.
Example
When user is creating a safe
And taps "add owner"
Then a menu opens with "Owner Keys" option.
When user selects that option
Then list of existing owner keys opens with an "add" (plus,
+
) icon.When user selects an address from the list (and potentially enters a passcode)
Then that address is added as an owner in the "create safe" form.
When user taps the "add" (
+
) actionAnd then generates, imports, or connects a new owner key and closes the details with "Done"
Then that new owner key is displayed in the list and is available for selection.
The text was updated successfully, but these errors were encountered: