-
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: display joined public rooms in search results #41865
Conversation
I will do tomorrow more testing to make sure no regression. |
@dragnoir I tried joining a new public room on iOS on a fresh account, but the search result does not show up. Could you please check this? Screen.Recording.2024-05-13.at.14.04.15.mp4 |
Sorry for the delay, updating today.. |
Sorry for the delay, I checked and I noticed that when you search for a room without the Can you please try again with the |
@dragnoir I checked this and that works. However, the room result should still display even without the |
On it.. |
@akinwale I just tested again, and the issue of searching using part of the room name seems solved or maybe it was backend issue. 20240530_145339.mp4 |
@dragnoir Were you able to test this on a freshly created account with no prior history? |
Yes, I just did, a new account with the last from main, for a room named |
Reviewer Checklist
Screenshots/VideosiOS: Native41865-ios-native.mp4MacOS: Chrome / Safari41865-web.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.
✋ 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
This PR fix the issue of non displayed joined public rooms in the search.
Fixed Issues
$ #40654
PROPOSAL: #40654 (comment)
Tests
Offline tests
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
20240511_155027.mp4
Android: mWeb Chrome
20240511_155106.mp4
iOS: Native
20240511_155127.mp4
iOS: mWeb Safari
20240511_155158.mp4
MacOS: Chrome / Safari
20240511_155237.mp4
MacOS: Desktop
20240511_155322.mp4