-
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
[CP Staging] Revert "Add toggle for enable/disable instead of label" + Remove usages of EMPTY_STRING #55101
[CP Staging] Revert "Add toggle for enable/disable instead of label" + Remove usages of EMPTY_STRING #55101
Conversation
@srikarparsi Please 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] |
This comment was marked as outdated.
This comment was marked as outdated.
Looks like the typescript is failing due to EMPTY_STRING not being present while existing in other files. Another PR started using it but it's not recommended https://expensify.slack.com/archives/C01GTK53T8Q/p1736501722079049 |
Hmm, I'm having to fix quite a few things to remove the usage of EMPTY_STRING, but then it causes me to update more files due to Changed files ESLint check - since this is supposed to just be a revert and just handles removing the usage of EMPTY_STRING, I'm sure it's fine to skip that check |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2025-01-11.at.6.13.44.AM.movAndroid: mWeb ChromeScreen.Recording.2025-01-11.at.5.50.06.AM.moviOS: NativeScreen.Recording.2025-01-11.at.5.47.26.AM.moviOS: mWeb SafariScreen.Recording.2025-01-11.at.5.43.47.AM.movMacOS: Chrome / Safariscreen-recording-2025-01-11-at-53156-am_dQKPbPex.mp4MacOS: DesktopScreen.Recording.2025-01-11.at.5.35.45.AM.mov |
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.
Works good!
@srikarparsi Please 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] |
🎯 @allroundexperts, thanks for reviewing and testing this PR! 🎉 An E/App issue has been created to issue payment here: #55107. |
@francoisl looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
Not an emergency, see #55101 (comment) |
…enable/disable-instead-of-label (cherry picked from commit 7c7773b) (CP triggered by thienlnam)
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Cherry-picked to staging by https://github.com/thienlnam in version: 9.0.83-5 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
Reverts #54451
Fixes #55053 and #55052
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.