-
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
fix: clicking on a chat row in a thread within a thread leads to "not found" page #48232
Conversation
Reviewer Checklist
Screenshots/VideosAndroid: Native48232_android_native.movAndroid: mWeb Chrome48232_android_web.moviOS: Native48232_ios_native.moviOS: mWeb Safari48232_ios_web.movMacOS: Chrome / Safari48232_chorme.movMacOS: Desktop48232_desktop.mov |
@arosiclair I came across an issue, reproducible only in native and mWEb, both Android and iOS, where by long pressing a message the menu opened with all options and then flashing to "less options", here a video I made: bug.movI was able to reproduce the same issue in the last main, it was not introduced or fixed by this PR. I tried to search if there was already a related issue. @daledah can you reproduce it as well? Thanks. |
Your recordings seem very slow/laggy. Is this not just a performance issue? Seems unrelated to these changes so let's not block on it. |
✋ 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/arosiclair in version: 9.0.27-0 🚀
|
🚀 Deployed to production by https://github.com/roryabraham in version: 9.0.27-1 🚀
|
Details
Fixed Issues
$ #47892
PROPOSAL: #47892 (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
Screen.Recording.2024-08-29.at.13.00.19.mov
Android: mWeb Chrome
Screen.Recording.2024-08-29.at.12.54.29.mov
iOS: Native
Screen.Recording.2024-08-29.at.13.05.38.mov
iOS: mWeb Safari
Screen.Recording.2024-08-29.at.13.03.43.mov
MacOS: Chrome / Safari
Screen.Recording.2024-08-29.at.10.53.26.mov
MacOS: Desktop
Screen.Recording.2024-08-29.at.13.10.24.mov