-
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: auto focus input when opening RHN #31039
Conversation
@aimane-chnaif Please 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] |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb Chromemchrome.moviOS: NativeiOS: mWeb Safarimsafari.movMacOS: Chrome / Safariweb.movsafari.movMacOS: Desktop |
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 🎉
@getusha can you please try pulling |
@robertjchen still the same. |
@robertjchen that's fine. It always fails in external contributors' PRs |
👍 |
@robertjchen looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
Known issue with GitHub actions |
Hi, I noticed the same change twice Could we please revert the changes. My PR to fix this was merged 10 mins before this one hahaha Also, this is a part of helpdot project. (no seperate issue based pay here) Lines 104 to 112 in 2c7062b
|
@rushatgabhane this issue was open long ago, why did we had to fix that separately while this issue is open? |
Apparently there is a duplicate E/E from this thread https://expensify.slack.com/archives/C02QSAC6BJ8/p1698240549496289 |
@rushatgabhane the link is not working for me. and i don't think this is fair because your PR came after this one and the issue was open for 2 months. |
🚀 Deployed to staging by https://github.com/robertjchen in version: 1.3.99-0 🚀
|
🚀 Deployed to production by https://github.com/roryabraham in version: 1.3.99-0 🚀
|
🚀 Deployed to staging by https://github.com/robertjchen in version: 1.4.0-0 🚀
|
Details
Fixed Issues
$ #27158
PROPOSAL: #27158 (comment)
Tests
Offline tests
Same as tests
QA Steps
Same as tests
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.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
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
Android: Native
Android: mWeb Chrome
Screen.Recording.2023-11-08.at.3.40.08.AM.mov
iOS: Native
iOS: mWeb Safari
Screen.Recording.2023-11-08.at.3.41.13.AM.mov
MacOS: Chrome / Safari
Screen.Recording.2023-11-08.at.3.38.37.AM.mov
MacOS: Desktop