-
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
Modify emojiHeaderContainer style with a -1 top, only on non-native devices #15589
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
…eaderContainerPlatformStyles
@s77rt Thanks for your help with the comments on the Issue, i think the changes in this PR reflect what you were thinking. I am wondering if you could give any tips before continuing through the submission process. I also have not been able to get android or iOS versions working locally. I noticed some links to stack overflow articles on how to get iOS and android working, but im not able to access them unfortunately since i dont have an @expensify.com email address. Is there some other way to verify that this change does not affect iOS or Android native versions? |
@thienlnam @s77rt 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] |
I have read the CLA Document and I hereby sign the CLA |
@patrickcze Thanks for the quick PR. I have few notes regarding the PR template:
Running Android and iOS should work out of the box, just confirm you have the required dev env (Android Studio, Xcode, etc.)
I will start review once you complete the author checklist, please tag me once you do. |
Thanks for the feedback @s77rt, i have updated the template. Ill give android and iOS another shot |
@s77rt Check list is complete, and Ready for Review. Do I need to wait for my proposal in UpWork being approved first? Thanks again for your assistance on this one. |
@patrickcze Glad to see you got Android and iOS working. No you don't need to worry about Upwork for now. I will review asap. @thienlnam The CLA test is failing, mind taking a look |
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.
Code looks good, just few minor changes are needed
Hey @patrickcze just an FYI, all PRs go through a review process from on of our C+ and then a final review from an Expensify employee before it can be merged |
Reviewer Checklist
Screenshots/VideosWebweb.mp4Mobile Web - Chromemweb-chrome.mp4Mobile Web - Safarimweb-safari.mp4Desktopdesktop.mp4iOSios.mp4Androidandroid.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! 🚀
cc @thienlnam
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.
Awesome, thanks!
@thienlnam looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
Jest test 3 was taking multiple hours to run / the other two passed already |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Performance Comparison Report 📊Significant Changes To Duration
Show details
Meaningless Changes To DurationShow entries
Show details
|
@Expensify/mobile-deployers 📣 Please look into this performance regression as it's a deploy blocker. |
🚀 Deployed to staging by https://github.com/thienlnam in version: 1.2.78-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.2.78-0 🚀
|
Details
As per the discussion on #15282 there is a browser specific bug leading to a small gab between the emoji category header and the header in the emoji list as you scroll. This is leading to a flickering effect as the emojis scroll behind the header and into this gap.
As the chrome team has opted not to fix this for a number of years the agreed upon interim solution is to apply a
top:-1
space on non-native device.Fixed Issues
$ #15282
$ #15282 (comment)
Tests
Offline tests
n/a
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)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
Web
Mobile Web - Chrome
Chrome.MP4
Mobile Web - Safari
Safari.MP4
Desktop
Electron.-.New.Expensify.-.28.February.2023.mp4
iOS
Simulator.-.iPhone.14.Pro.Max.-.1.March.2023.mp4
Android
Android.webm