-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ABW-3932] Factor Source detail view #1427
Conversation
.header(L10n.FactorSources.Detail.test), | ||
spotCheckRow(viewStore), | ||
.header(L10n.FactorSources.Detail.advanced), | ||
// TODO: Define how to handle case where seed phrase was never entered |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be seen here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added support for this
@matiasbzurovski I see that details view does not match the zeplin screens. |
@giannis-rdx video is outdated from when I created PR (which had older designs), will update |
no need then! I just thought we had new screens that i was not aware of |
969e472
to
8f5784e
Compare
Jira ticket: ABW-3932
Description
This PR shows the detail view for every supported Factor Source kind.
Also, merges
UpdateAccountLabel
&UpdateP2PLinkName
into one singleRenameLabel
feature that also supports renaming aFactorSource
.Notes
For now, it will only allow to rename the Factor Source, as well as view its seed phrase for the
device
case. The spot check will be implemented later (after integratingKeysCollector
).Also, for
device
details, if you try to view the seed phrase when it hasn't been entered, an error alert is shown (check video for reference). We may wanna update the flow to allow user to enter the seed phrase directly when reaching this state.Video
Link