-
Notifications
You must be signed in to change notification settings - Fork 986
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: Derivation Path screen #19268
Conversation
Jenkins BuildsClick to see older builds (4)
|
src/status_im/contexts/wallet/create_account/edit_derivation_path/view.cljs
Outdated
Show resolved
Hide resolved
src/status_im/contexts/wallet/create_account/edit_derivation_path/view.cljs
Outdated
Show resolved
Hide resolved
src/status_im/contexts/wallet/create_account/edit_derivation_path/view.cljs
Outdated
Show resolved
Hide resolved
src/status_im/contexts/wallet/create_account/edit_derivation_path/view.cljs
Outdated
Show resolved
Hide resolved
src/status_im/contexts/wallet/create_account/edit_derivation_path/view.cljs
Show resolved
Hide resolved
src/status_im/contexts/wallet/create_account/edit_derivation_path/view.cljs
Show resolved
Hide resolved
src/status_im/contexts/wallet/create_account/edit_derivation_path/view.cljs
Outdated
Show resolved
Hide resolved
df67dca
to
9ecec30
Compare
@J-Son89 re-review please 🙏 |
@@ -32,7 +32,7 @@ | |||
:customization-color account-color}) | |||
:action (when-not keypair-name :button) | |||
:action-props {:on-press (fn [] | |||
(rf/dispatch [:navigate-to :scrren/wallet.select-keypair])) | |||
(rf/dispatch [:navigate-to :screen/wallet.select-keypair])) |
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.
🙏 !
@@ -41,7 +41,8 @@ | |||
:image :icon | |||
:image-props :i/derivated-path | |||
:action :button | |||
:action-props {:on-press #(js/alert "Coming soon!") | |||
:action-props {:on-press #(rf/dispatch [:navigate-to :screen/wallet.edit-derivation-path |
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.
should we keep this feature flagged while it's in progress? 🤔
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.
Yes I will update before merging
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! 🙏
(defn view | ||
[] | ||
(let [{:keys [customization-color]} (rf/sub [:get-screen-params])] | ||
[rn/view |
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.
If there are no styles, can we use a fragment instead of a view?
92% of end-end tests have passed
Failed tests (3)Click to expandClass TestCommunityMultipleDeviceMerged:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestCommunityOneDeviceMerged:
Expected to fail tests (1)Click to expandClass TestCommunityOneDeviceMerged:
Passed tests (44)Click to expandClass TestActivityCenterContactRequestMultipleDevicePR:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestActivityMultipleDevicePR:
Class TestActivityMultipleDevicePRTwo:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestCommunityMultipleDeviceMerged:
Class TestDeepLinksOneDevice:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestCommunityOneDeviceMerged:
|
9ecec30
to
d2caf9c
Compare
fixes: #19219
This PR adds missing UI components on the derivation path screen:
Note: the screen is currently non-functional. I will create an epic and add new issues for the derivation path feature.
Designs
Demo:
Screen_Recording_20240315_140642_Status.mp4