-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
fix emoji styles #50075
fix emoji styles #50075
Conversation
@dannymcclain @ahmedGaber93 One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
@ahmedGaber93 We have this issue on the desktop where the top part of the dropdown menu is cut off. This is happening on the main branch, but I'm not sure if there's an existing open issue for it. |
🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪 |
Reviewer Checklist
Screenshots/VideosAndroid: Nativea.mp4Android: mWeb Chromeaw.mp4iOS: Nativei.mp4iOS: mWeb Safariiw.mp4MacOS: Chrome / Safariw.mp4MacOS: Desktopd.mp4 |
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.
LGTM!
LGTM but letting @dannymcclain do final review and merge |
@dannymcclain bump! |
Sorry just took a look! Looking good to meeeeeee. |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Oh gosh did I do something wrong here?? |
Nope, you're good 👍🏼 |
|
🚀 Deployed to staging by https://github.com/dannymcclain in version: 9.0.47-1 🚀
|
🚀 Deployed to production by https://github.com/thienlnam in version: 9.0.47-4 🚀
|
@@ -170,7 +170,7 @@ function SearchTypeMenuNarrow({typeMenuItems, activeItemIndex, queryJSON, title, | |||
/> | |||
<Text | |||
numberOfLines={1} | |||
style={[styles.textStrong, styles.flexShrink1, styles.fontSizeLabel]} | |||
style={[styles.textStrong, styles.flexShrink1, styles.label]} |
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.
Coming from the checklist in #53590, this change does not cover most cases, so we need to update it by adding the textLineHeightNormal
style based on container style
Details
Fixed Issues
$ #49890
PROPOSAL: #49890 (comment)
Tests
Precondition: There is at least one saved search
Offline tests
Same as above
QA Steps
Precondition: There is at least one saved search
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
![Screenshot 2024-10-03 at 6 10 06 PM](https://github.com/user-attachments/assets/5a7f88d7-1caa-4e68-9f54-1178658fedf4)iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop