-
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
chore(wallet): hide share button on scanner page #20105
Conversation
@status-im/mobile-qa - I will skip manual qa here as it is just hiding a button on a page. Should be relatively safe 👍 |
Jenkins BuildsClick to see older builds (21)
|
@@ -28,6 +28,7 @@ | |||
[scan-qr-code/view | |||
{:title (i18n/label :t/scan-qr) | |||
:subtitle (i18n/label :t/scan-an-account-qr-code) | |||
:share-button? false |
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.
I think this is redundant since if it is not passed its value would be nil
Also, I see we have 3 instances of scan-qr-code/view
so we need to pass :share-button? true
to the ones where we need the share button (?)
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.
yeah, you're right. I'll swap the order of this and set the other ones to true and remove this 👍
thanks!
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.
actually I think the other instances don't need it. Only the universal scanner does
@status-im/mobile-qa - lmk how the e2e look :) |
87% of end-end tests have passed
Failed tests (5)Click to expandClass TestWalletOneDevice:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestWalletMultipleDevice:
Expected to fail tests (2)Click to expandClass TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityOneDeviceMerged:
Passed tests (45)Click to expandClass TestCommunityMultipleDeviceMergedTwo:
Class TestActivityMultipleDevicePR:
Class TestActivityMultipleDevicePRTwo:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestCommunityOneDeviceMerged:
Class TestWalletOneDevice:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestCommunityMultipleDeviceMerged:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestDeepLinksOneDevice:
|
@status-im/mobile-qa - e2e look alright? :) |
Yes, e2e failures are not related, thanks! |
fixes: #20104
This pr hides the share button on the scanners used in the following wallet flows.
design ref https://www.figma.com/design/xLs1KYmF4e6WwRTZVJKeUK/Descoped-Wallet?node-id=689-193099&t=2FynnrOKOXUQjmFn-4
Sending - select an address
Add a watch address
Before
After