-
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 assign person delay #45874
Fix assign person delay #45874
Conversation
@mananjadhav 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] |
While the change looks straight forward, I'll need time to do the regression testing. |
🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪
|
@mananjadhav gentle bump |
I'll be finishing this today. |
I started testing this but I got one issue where the dropdown didn't open. @BrtqKr Can we sync with the latest main to confirm this isn't related to the PR? web-dropdown-not-working.mov |
@mananjadhav, It's with the latest main merged, even without it this seemed to be working as expected Screen.Recording.2024-07-30.at.10.21.11.mov |
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid-assign-delay.movAndroid: mWeb Chromemweb-chrome-assign-delay.moviOS: Nativeios-assign-delay.moviOS: mWeb Safarimweb-safari-assign-delay.movMacOS: Chrome / Safariweb-assign-person-delay.movweb-other-selection.movMacOS: Desktopdesktop-assign-delay.mov |
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.
Thanks and sorry for the delay
✋ 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 staging by https://github.com/mountiny in version: 9.0.18-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 9.0.18-10 🚀
|
Details
Rewrite selection using useSingleExecution instead of timeout
Fixed Issues
$ #44443
PROPOSAL:
Tests
Offline tests
QA Steps
Please verify that this approach doesn't break the web version. I've tested it and seemed to be working as expected, but there has been a discussion about using useSingleExecution on web, but the issue was present back when we were using different navigation patterns for the settings, so the counterpart in the current version would be anything displayed in the modals on the right side of the app.
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-07-22.at.10.19.44.mov
Android: mWeb Chrome
Screen.Recording.2024-07-22.at.10.22.58.mov
iOS: Native
Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-07-22.at.09.58.01.mp4
iOS: mWeb Safari
Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-07-22.at.10.26.58.mp4
MacOS: Chrome / Safari
Screen.Recording.2024-07-22.at.09.45.26.mov
Screen.Recording.2024-07-22.at.09.44.06.mov
MacOS: Desktop
Screen.Recording.2024-07-22.at.10.30.10.mov