-
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
Add the ability to search for rooms by reportID in NewDot #24548
Add the ability to search for rooms by reportID in NewDot #24548
Conversation
Reviewer Checklist
Screenshots/VideosWebnew_recording_-_8_17_2023._10_00_50_pm.Original.mp4Mobile Web - ChromeScreen_Recording_20230817_221635_Chrome.mp4Mobile Web - SafariSimulator.Screen.Recording.-.iPhone.14.Pro.-.2023-08-17.at.21.59.43.mp4DesktopScreen.Recording.2023-08-17.at.22.11.31.moviOSSimulator.Screen.Recording.-.iPhone.14.Pro.-.2023-08-17.at.21.57.46.mp4AndroidScreen_Recording_20230817_221340_New.Expensify.Dev.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.
Looks good and tests well 👍
Okay great. And just to confirm we've tested this with some high traffic accounts and confirmed it doesn't cause any performance regression? |
Not specifically from the HT assignment, but pretty much chat in that account. |
✋ 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/puneetlath in version: 1.3.56-0 🚀
|
🚀 Deployed to production by https://github.com/roryabraham in version: 1.3.56-24 🚀
|
Details
This PR adds the ability to copy/paste a reportID in NewDot search, and have it populate the exact #admins/#announce rooms.
Fixed Issues
$ #24289
PROPOSAL: #24289 (comment)
Tests
#admins
/#announce
report id into search barOffline tests
N/A
QA Steps
#admins
/#announce
report id into search barPR 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
Web
web.mov
Mobile Web - Chrome
android-web.mov
Mobile Web - Safari
ios-web.mov
Desktop
dektop.mov
iOS
ios.mov
Android
android.mov