-
Notifications
You must be signed in to change notification settings - Fork 984
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
feat(wallet): Add network preferences for saved address #20364
feat(wallet): Add network preferences for saved address #20364
Conversation
Jenkins BuildsClick to see older builds (21)
|
7dcc8f9
to
246d383
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.
Just moved this namespace out of sheets as this is a separate screen 👍
[address selected-networks address-label | ||
address-color])] |
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, just a question, why not?
[address selected-networks address-label | |
address-color])] | |
[address-without-prefix chain-short-names address-label | |
address-color])] |
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.
Ah, we can. I added the address
as if there is any change, it will affect the address-without-prefix
as well.
Same for selected-networks
. I will update it 👍
@@ -35,7 +35,7 @@ | |||
:blur? true | |||
:action :arrow} | |||
{:title (i18n/label :t/wallet) | |||
:on-press #(rf/dispatch [:navigate-to-within-stack [:screen/settings.wallet :screen/settings]]) | |||
:on-press #(rf/dispatch [:navigate-to-within-stack [:screen/settings.wallet :settings]]) |
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.
The settings screen wasn't using the :screen/
qualifier 🤦. Fixed in this PR. 6a2bb51
6a2bb51
to
e45715b
Compare
86% of end-end tests have passed
Not executed tests (1)Failed tests (4)Click to expandClass TestCommunityMultipleDeviceMergedTwo:
Class TestWalletMultipleDevice:
Expected to fail tests (3)Click to expandClass TestGroupChatMultipleDeviceMergedNewUI:
Class TestWalletOneDevice:
Class TestCommunityOneDeviceMerged:
Passed tests (44)Click to expandClass TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestWalletOneDevice:
Class TestActivityMultipleDevicePR:
Class TestDeepLinksOneDevice:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityMultipleDeviceMerged:
Class TestActivityMultipleDevicePRTwo:
Class TestCommunityOneDeviceMerged:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestCommunityMultipleDeviceMergedTwo:
|
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
e45715b
to
1068d33
Compare
fixes #16995
Summary
This PR:
saved-address-network-preferences.mp4
Testing notes
Testing will be done once Saved Address epic is done
Platforms
status: ready