-
Notifications
You must be signed in to change notification settings - Fork 987
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
Wallet: selecting keypair #19070
Wallet: selecting keypair #19070
Conversation
Jenkins BuildsClick to see older builds (82)
|
afdac25
to
abfcfdd
Compare
src/status_im/contexts/wallet/create_account/select_keypair/view.cljs
Outdated
Show resolved
Hide resolved
src/status_im/contexts/wallet/create_account/select_keypair/view.cljs
Outdated
Show resolved
Hide resolved
Hi @OmarBasem Related to the video in the description: Screen_Recording_20240305_084128_Status.mp4I'm wondering why the new screen opened is white at the beginning, what is the reason? Also, please let's fix the schema errors reported, they appear when the new screen is visited |
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.
Hey @OmarBasem I left some comments!
eccbe62
to
8750c9c
Compare
@ulisesmac Thanks for noticing this. Fixed it.
The PR video wasn't rebased. Schema errors are gone after rebasing. |
@J-Son89 @ulisesmac rereview please |
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.
Thanks for this PR @OmarBasem !
f788a34
to
654f897
Compare
Thanks for your testing @VolodLytvynenko ! I opened a PR that removes the feature flag where the Epic functionalities can be QAed #19333 |
fixes: #18993
Epic: #18669
This PR implements selecting keypair and creating a wallet account from an existing keypair.
It also completes the keypair creation Epic.
Designs
Demo:
Screen_Recording_20240305_084128_Status.mp4