-
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
Tweak UI for contact request notifications #19337
Tweak UI for contact request notifications #19337
Conversation
Jenkins BuildsClick to see older builds (32)
|
1c88951
to
b2c8b73
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.
Looks Great :)
85% of end-end tests have passed
Failed tests (6)Click to expandClass TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityMultipleDeviceMerged:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestActivityCenterContactRequestMultipleDevicePR:
Expected to fail tests (1)Click to expandClass TestCommunityOneDeviceMerged:
Passed tests (41)Click to expandClass TestCommunityOneDeviceMerged:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityMultipleDeviceMerged:
Class TestActivityMultipleDevicePRTwo:
Class TestActivityMultipleDevicePR:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestDeepLinksOneDevice:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestActivityCenterContactRequestMultipleDevicePR:
|
@status-im/mobile-qa Can you review these E2E results please? 🙏 |
Hey @seanstrom, the failures are not related to the PR 👌 |
b2c8b73
to
8af660f
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.
Issues addressed in the previous review seem to be fixed now 👍
But now the text inside the toast seems to be smaller than design:
I placed the screen in a new Figma frame if you want to have a better look at it
e293f01
to
3838a5e
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.
@seanstrom looks good now, thank you 🙏
@Francesca-G I made one other update since I think the notification had the wrong font-weight. Here's one more screenshot of the current styles. I've been using Semi-Bold for the titles, but I think I need Medium in this case, can you help me confirm 🙏 |
ac86e19
to
6df71f4
Compare
Medium is the correct weight In this case 👍 |
9040018
to
27e7da8
Compare
…splaying header or title
27e7da8
to
bb3971e
Compare
* fix: ensure contact-request notifications are displayed as notifications * fix: provide context-theme for notification sub-components * fix: adjust font weight for notification text * fix: adjust alignment of user-avatar inside a notification with a header and body * tidy: rename override-theme to theme inside notifications * fix: update notifications component to use `user` prop instead of `avatar` * tweak: adapt notification to avatar to vertically center when only displaying header or title * fix: use title font-size for contact-request-accepted notification * fix: allow for custom avatar component prop in quo notification component * fix: ensure we use the correct font-weight for contact-request-accepted notification * tidy: fix formatting
fixes #19261
Summary
skip-manual-qa
because it mainly focuses on addressing design feedback. Though it does change the Quo notification component, but that component does not seem to be used anywhere else atm.Platforms
Areas that maybe impacted
Functional
Steps to test
Before and after screenshots comparison
Before
There are some screenshots present in #19261
After
status: ready