-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Perform mention report search only in policy rooms #40867
Conversation
@mananjadhav @ 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] |
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.
Looks good! Let me test it!
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: mWeb Safari |
@mananjadhav It's a simple change, I can test it, no worries! |
@rlinoz I would also have Applause do the steps you listed in Tests with the network tab to make sure it is not being called. |
Oh nice, I wasn't sure they did that kind of testing as well, let me update. |
Compiling on the phone platforms takes forever, so I am going to merge it since I tested it on desktop and web. Edit: tested on iOS though |
✋ 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/pecanoro in version: 1.4.66-0 🚀
|
🚀 Deployed to staging by https://github.com/pecanoro in version: 1.4.66-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.4.66-5 🚀
|
Details
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/390367
PROPOSAL:
Tests
#
and verify that no request is made toSearchForRoomsToMention
and no auto complete widget pops up#
and continue typing until there are less than 5 results, verify that a call toSearchForRoomsToMention
is madeOffline tests
QA Steps
#
and verify that no auto complete widget pops up, also verify that no call toSearchForRoomsToMention
is made in the network tab#
and continue typing to find the room created in the previous step, verify that the room shows up in the auto complete after a while, also verify there are few calls toSearchForRoomsToMention
in the network tabPR 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
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
Screen.Recording.2024-04-24.at.08.22.23.mov
Screen.Recording.2024-04-24.at.08.22.44.mov
Screen.Recording.2024-04-24.at.08.23.08.mov
MacOS: Desktop