-
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
Add server-side report searching for task destination and money requests #30471
Conversation
@marcaaron This test seems to fail for me. CleanShot.2023-10-27.at.20.18.21.mp4It just appears In "start a new chat" and "search" |
src/pages/iou/steps/MoneyRequstParticipantsPage/MoneyRequestParticipantsSelector.js
Show resolved
Hide resolved
Sorry were some commits that I did not push apparently. Should be in the latest. |
Reviewer Checklist
Screenshots/VideosAndroid: mWeb ChromeCleanShot.2023-10-28.at.18.11.09.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
@srikarparsi 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] |
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! Looks good to me, all yours @srikarparsi
@marcaaron Conflicts |
Updated! |
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!
@srikarparsi looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
all tests passed |
✋ 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/srikarparsi in version: 1.3.94-0 🚀
|
1 similar comment
🚀 Deployed to staging by https://github.com/srikarparsi in version: 1.3.94-0 🚀
|
TBH I do not really see how it can introduce a performance regression. The two pages altered are not open when we start the app and the test that failed is TTI so I am removing that blocker. Also, looks like it also did not get to iOS @Beamanator |
@marcaaron I bet this change made it into 1.3.94-2, but |
🚀 Deployed to production by https://github.com/Beamanator in version: 1.3.94-2 🚀
|
🚀 Deployed to staging by https://github.com/srikarparsi in version: 1.3.95-0 🚀
|
🚀 Deployed to production by https://github.com/puneetlath in version: 1.3.95-9 🚀
|
cc @puneetlath @mountiny
Details
Looked over the OptionsSelector we have in use in the App and these are the only two I think we need to update.
The others are either non report options or just personal details or lack a text input.
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/328369
Tests
Offline tests
See test steps for details.
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
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
Android: Native
![Screenshot_20231026-142118_New Expensify Dev](https://github.com/Expensify/App/assets/32969087/951a41ac-c6ee-4407-a98a-c41bc81401e6)Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop