-
Notifications
You must be signed in to change notification settings - Fork 985
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/edit derivation path screen #17712 #17741
Wallet/edit derivation path screen #17712 #17741
Conversation
Jenkins BuildsClick to see older builds (32)
|
7cad577
to
bb4b1aa
Compare
src/status_im2/contexts/wallet/create_account/edit_derivation_path/component_spec.cljs
Outdated
Show resolved
Hide resolved
src/status_im2/contexts/wallet/create_account/edit_derivation_path/style.cljs
Outdated
Show resolved
Hide resolved
src/status_im2/contexts/wallet/create_account/edit_derivation_path/style.cljs
Show resolved
Hide resolved
bb4b1aa
to
2ae4dc2
Compare
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 @Rende11
I added some comments
src/status_im2/contexts/wallet/create_account/edit_derivation_path/component_spec.cljs
Outdated
Show resolved
Hide resolved
src/status_im2/contexts/wallet/create_account/edit_derivation_path/view.cljs
Outdated
Show resolved
Hide resolved
src/status_im2/contexts/wallet/create_account/edit_derivation_path/view.cljs
Outdated
Show resolved
Hide resolved
7f4593c
to
678fe7a
Compare
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.
nice work! :)
80% of end-end tests have passed
Failed tests (6)Click to expandClass TestCommunityOneDeviceMerged:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityMultipleDeviceMergedTwo:
Expected to fail tests (3)Click to expandClass TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestGroupChatMultipleDeviceMergedNewUI:
Passed tests (36)Click to expandClass TestActivityCenterContactRequestMultipleDevicePR:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestCommunityMultipleDeviceMerged:
Class TestCommunityOneDeviceMerged:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestActivityMultipleDevicePRTwo:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestActivityMultipleDevicePR:
|
Hi @Rende11 , thanks for your contribution! Could you please point me to where exactly in the app I can test this screen? |
678fe7a
to
10837cd
Compare
@qoqobolo - the screen is located in the new wallet ui -> add new account -> click edit button on derivation path to note: this is just the ui structure added here and functionality etc is not so important. also some quo components were missing so placeholders were added and will be added once they're in place That preview screen is a previous quo component that just happens to have a similar name as the screen added here 👌 |
Simulator.Screen.Recording.-.iPhone.11.Pro.-.2023-10-31.at.15.23.49.mp4(long press on wallet, long press on "Illustration here") P.S. - Broken color pickers don't relate to these changes |
67% of end-end tests have passed
Failed tests (1)Click to expandClass TestCommunityOneDeviceMerged:
Passed tests (2)Click to expandClass TestCommunityOneDeviceMerged:
|
@Rende11 thanks again for your work, LGTM. |
@qoqobolo we are not necessarily doing design reviews on Wallet just yet as many things are likely to adjust and we would like to spare @Francesca-G of unnecessary effort. In some cases devs might request it and that's fine but for now we will leave them. I think after 1.27 release most of the features should be stable enough and we will start adding design reviews to the process then. |
Oh, I didn’t know about this nuance of the Wallet review process, thanks for the explanation @J-Son89. Yes, of course, in this case PR can be merged. |
fix lint errors Add edit action props Add illustration Update bottom_actions test Update usages and docs Fixes Specs Add actions Add tests Update styles Fix naming Roll back derivation path fn Update styles Fix styles Fixes Fix naming
10837cd
to
9b2cb64
Compare
Fixes #17712
Summary
Wallet edit derivation path screen implementation
Review notes
bottom-actions
component affected and updatedquo_preview/preview.cljs changed - introduced
:path
parameterdropdown-input
component not implementedTesting notes
Tested only on iOS
Platforms
Before and after screenshots comparison
Figma
status: ready