-
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
Account switcher for send flow #18100
Conversation
Jenkins BuildsClick to see older builds (37)
|
76a186f
to
7dc1987
Compare
7dc1987
to
bac5653
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.
watched address sub is a nice addition 👍
(-> account | ||
(assoc :watch-only? (= (:type account) :watch)))) |
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 usually suggest avoiding threading macros for only one step. I think they worth using when we have at least two steps,
dc8e221
to
dd41e7d
Compare
@VolodLytvynenko - this pr handles the account switcher in the send flow. @smohamedjavid can you ensure that this doesn't allow switching to a watch only account 🙏 |
something not working with github so I can't approve - pr LGTM 👍 |
Done 👍
Yeah 😅 . I have been facing it too. Reloading the page works. |
51304b2
to
195b8cf
Compare
195b8cf
to
4ac66da
Compare
63% of end-end tests have passed
Failed tests (12)Click to expandClass TestCommunityMultipleDeviceMergedTwo:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestActivityMultipleDevicePR:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityMultipleDeviceMerged:
Expected to fail tests (6)Click to expandClass TestCommunityOneDeviceMerged:
Class TestCommunityMultipleDeviceMerged:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestGroupChatMultipleDeviceMergedNewUI:
Passed tests (31)Click to expandClass TestCommunityOneDeviceMerged:
Class TestDeepLinksOneDevice:
Class TestActivityMultipleDevicePR:
Class TestActivityMultipleDevicePRTwo:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestCommunityMultipleDeviceMerged:
|
61% of end-end tests have passed
Failed tests (12)Click to expandClass TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestCommunityMultipleDeviceMerged:
Class TestActivityMultipleDevicePR:
Class TestGroupChatMultipleDeviceMergedNewUI:
Expected to fail tests (7)Click to expandClass TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestCommunityMultipleDeviceMerged:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityOneDeviceMerged:
Passed tests (30)Click to expandClass TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestActivityMultipleDevicePRTwo:
Class TestDeepLinksOneDevice:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestCommunityMultipleDeviceMerged:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestActivityMultipleDevicePR:
Class TestCommunityOneDeviceMerged:
|
4ac66da
to
67b75cc
Compare
67b75cc
to
4eafae9
Compare
100% of end-end tests have passed
Passed tests (12)Click to expandClass TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestCommunityMultipleDeviceMerged:
Class TestActivityMultipleDevicePR:
|
@smohamedjavid thank you for the PR! Ready for merge. |
Signed-off-by: Mohamed Javid <[email protected]>
Thanks for testing this PR real quick, @pavloburykh. |
4eafae9
to
2dbc407
Compare
fixes #18052 & #18144
Summary
This PR:
Select account
bottom sheet) of account switcher for send flowwatch-only?
key in the account to prevent repetitive account type checks across the codebaseAccount-switcher.mp4
Platforms
Steps to test
Send
button to open the send flowstatus: ready