-
Notifications
You must be signed in to change notification settings - Fork 3k
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 composer isn't auto focused when click reply in a thread #41402
Fix composer isn't auto focused when click reply in a thread #41402
Conversation
Reviewer Checklist
Screenshots/VideosAndroid: Native41402.Android.mp4Android: mWeb Chrome41402.mWeb-Chrome.mp4iOS: Native41402.iOS.moviOS: mWeb Safari41402.mWeb-Safari.movMacOS: Chrome / Safari41402.Web.mp4MacOS: Desktop41402.Desktop.mp4 |
@bernhardoj Could you help resolve the conflict? Thank you! |
@mollfpr @johnmlee101 Conflicts solved |
Re-tested and LGTM 👍 All yours @johnmlee101 |
@johnmlee101 ready for you review. |
Friendly bump @johnmlee101 |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to production by https://github.com/Julesssss in version: 1.4.79-11 🚀
|
Details
When we open an empty chat, in this case, a new thread chat, the composer should be auto focused, but it's currently not. This PR fixes that.
Fixed Issues
$ #19558
PROPOSAL: #19558 (comment)
Tests
Same as QA Steps
Offline tests
Same as QA Steps
QA Steps
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
Screen.Recording.2024-05-01.at.17.47.21.mov
Android: mWeb Chrome
Screen.Recording.2024-05-01.at.17.50.40.mov
iOS: Native
Screen.Recording.2024-05-01.at.17.51.22.mov
iOS: mWeb Safari
Screen.Recording.2024-05-01.at.17.52.40.mov
MacOS: Chrome / Safari
Screen.Recording.2024-05-01.at.18.08.13.mov
MacOS: Desktop
Screen.Recording.2024-05-01.at.18.07.43.mov