refactor getWelcomeMessage to use conciergeReportID from useOnyx#83813
refactor getWelcomeMessage to use conciergeReportID from useOnyx#83813rlinoz merged 7 commits intoExpensify:mainfrom
Conversation
Codecov Report✅ Changes either increased or maintained existing code coverage, great job!
|
|
@DylanDylann 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] |
| localeCompare, | ||
| conciergeReportID, | ||
| isReportArchived, | ||
| // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing |
There was a problem hiding this comment.
❌ CONSISTENCY-5 (docs)
The eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing comment lacks a justification explaining why the rule is being disabled. While this comment existed before the PR (and also lacked justification), since it was moved to a new position it should be given a proper explanation.
Add a comment explaining why || is used instead of ?? here. For example:
isReportArchived,
// We use || instead of ?? because we want to fall back when messageText is an empty string, not just null/undefined
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
}).messageText || translate('report.noActivityYet'),Please rate this suggestion with 👍 or 👎 to help us improve! Reactions are used to monitor reviewer efficiency.
There was a problem hiding this comment.
I didn't change it
JmillsExpensify
left a comment
There was a problem hiding this comment.
No product review required.
|
@DylanDylann kindly bump |
|
@DylanDylann bump |
|
Please merge new main to remove the duplicated code change |
|
@DylanDylann it's fine now |
Reviewer Checklist
Screenshots/Videos
|
|
@DylanDylann you forgot to approve |
|
cc @tgolen For review |
|
@dukenv0307 Could you merge new main? |
|
@dukenv0307 we got a failed test |
|
@DylanDylann, I've merged main and it's fixed |
|
cc @rlinoz For final review |
|
🚧 @rlinoz has triggered a test Expensify/App build. You can view the workflow run here. |
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
|
🧪🧪 Use the links below to test this adhoc build on Android, iOS, and Web. Happy testing! 🧪🧪
|
|
🚀 Deployed to staging by https://github.com/rlinoz in version: 9.3.36-0 🚀
|
|
🚀 Deployed to production by https://github.com/luacmartins in version: 9.3.36-10 🚀
|

Explanation of Change
Fixed Issues
$ #66411
PROPOSAL:
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)src/languages/*files and using the translation methodSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))npm run compress-svg)Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
Screen.Recording.2026-03-02.at.10.54.55.mov