-
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: LHN shows empty without any placeholder #55147
Conversation
@shawnborton @allroundexperts 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] |
I encountered an issue when running IOS native. I will update the evidence later |
Nice, screenshots look good to me 👍 |
Reviewer Checklist
Screenshots/VideosAndroid: NativeUnable to build android Android: mWeb ChromeScreen.Recording.2025-01-23.at.2.27.22.AM.moviOS: NativeScreen.Recording.2025-01-23.at.2.26.00.AM.moviOS: mWeb SafariScreen.Recording.2025-01-23.at.2.23.25.AM.movMacOS: Chrome / SafariScreen.Recording.2025-01-23.at.2.18.37.AM.movMacOS: DesktopScreen.Recording.2025-01-23.at.2.21.14.AM.mov |
@allroundexperts Could you help review this PR once you have a chance? Thanks |
Looking good @truph01. Can you please merge main again so we don't have the lint errors? Also, have we verified the translations? |
@truph01 Conflicts, and still lint errors. |
@allroundexperts PR is updated. |
src/languages/es.ts
Outdated
@@ -1927,7 +1927,7 @@ const translations = { | |||
iouReportNotFound: 'Los detalles del pago que estás buscando no se pudieron encontrar.', | |||
notHere: 'Hmm… no está aquí', | |||
pageNotFound: 'Ups, no deberías estar aquí', | |||
noAccess: 'No tienes acceso a este chat', | |||
noAccess: 'El chat no existe o no tienes acceso a él. Intenta usar la búsqueda para encontrarlo.', |
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.
noAccess: 'El chat no existe o no tienes acceso a él. Intenta usar la búsqueda para encontrarlo.', | |
noAccess: 'Ese chat no existe o no tienes acceso a él. Intenta usar la búsqueda para encontrar un chat.', |
@truph01 Bump on the conflicts. |
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. @truph01 can you merge main to fix the unit test?
I just merged main |
✋ 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.95-0 🚀
|
Should this be testable on Hybrid app? ISSUE.mp4RPReplay_Final1738906324.MP4And on Android we are redirected to mWeb Screen.Recording.20250207.023308.Expensify.mp4 |
Yeah this should be working on HybridApp too. Can we get a new issue created for this one, as a follow up? We don't need to block the release on this specific case. |
🚀 Deployed to production by https://github.com/Julesssss in version: 9.0.95-6 🚀
|
Explanation of Change
Fixed Issues
$ #54569
PROPOSAL: #54569 (comment)
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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
Screen.Recording.2025-01-13.at.10.51.46.mov
iOS: Native
Screen.Recording.2025-01-13.at.10.52.26.mov
iOS: mWeb Safari
Screen.Recording.2025-01-13.at.10.15.45.mov
MacOS: Chrome / Safari
Screen.Recording.2025-01-13.at.10.50.46.mov
MacOS: Desktop
Screen.Recording.2025-01-13.at.10.53.50.mov