-
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
Quo2: keypair blur #17294
Quo2: keypair blur #17294
Conversation
Jenkins BuildsClick to see older builds (12)
|
[rn/view | ||
{:style {:margin-left 8 | ||
:flex 1}} | ||
[title-view (merge props {:selected? @selected?})] |
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.
assoc
is the best choice here.
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.
@smohamedjavid fixed it
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.
🚀
@Francesca-G a design review please :) |
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.
Looks good :)
Just a suggestion, we should hold off getting design reviews/QA for some reasonable time period, even if we have approvals. This pr is only open a few hours and some of our devs have not even started their day yet so it makes it harder to consider their requested changes once the review process has began. 1 dev's approval is the minimum requirement but we agreed upon the meetings with @Samyoul that we would leave a reasonable timeframe for others to review. (f I recall correctly) |
77% of end-end tests have passed
Failed tests (10)Click to expandClass TestCommunityMultipleDeviceMergedTwo:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityMultipleDeviceMerged:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestCommunityOneDeviceMerged:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Passed tests (33)Click to expandClass TestCommunityMultipleDeviceMergedTwo:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityMultipleDeviceMerged:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestActivityMultipleDevicePRTwo:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestCommunityOneDeviceMerged:
Class TestActivityMultipleDevicePR:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
|
099b4ac
to
ce1c7e8
Compare
You really shouldn't merge PRs with merge conflicts that break iOS builds dude: status-mobile/ios/Podfile.lock Lines 775 to 783 in 1aadffd
|
fixes: #17068
This PR implements blur for Keypair component.
Designs