Skip to content

Refactor provided component to use useSearchSelector hook and remove unused and duplicated code (Task 5)#71450

Merged
AndrewGable merged 27 commits intoExpensify:mainfrom
lorretheboy:fix/71062
Nov 10, 2025
Merged

Refactor provided component to use useSearchSelector hook and remove unused and duplicated code (Task 5)#71450
AndrewGable merged 27 commits intoExpensify:mainfrom
lorretheboy:fix/71062

Conversation

@lorretheboy
Copy link
Contributor

@lorretheboy lorretheboy commented Sep 29, 2025

Explanation of Change

Fixed Issues

$ #71062
PROPOSAL: #71062 (comment)

Tests

  1. Open ND
  2. Go to Account --> Profile --> Status
  3. Verify that we can add, remove, filtering, invite new delegate normally
  4. Click to global "+" floating button
  5. Create expensive
  6. In confirm details page, click to "To"
  7. Verify that we can choose recipient, search, add new recipient normally
  • Verify that no errors appear in the JS console

Offline tests

QA Steps

Same as Tests

  • Verify that no errors appear in the JS console

PR Author Checklist

  • I linked the correct issue in the ### Fixed Issues section above
  • I wrote clear testing steps that cover the changes made in this PR
    • I added steps for local testing in the Tests section
    • I added steps for the expected offline behavior in the Offline steps section
    • I added steps for Staging and/or Production testing in the QA steps section
    • I added steps to cover failure scenarios (i.e. verify an input displays the correct error message if the entered data is not correct)
    • I turned off my network connection and tested it while offline to ensure it matches the expected behavior (i.e. verify the default avatar icon is displayed if app is offline)
    • I tested this PR with a High Traffic account against the staging or production API to ensure there are no regressions (e.g. long loading states that impact usability).
  • I included screenshots or videos for tests on all platforms
  • I ran the tests on all platforms & verified they passed on:
    • Android: Native
    • Android: mWeb Chrome
    • iOS: Native
    • iOS: mWeb Safari
    • MacOS: Chrome / Safari
    • MacOS: Desktop
  • I verified there are no console errors (if there's a console error not related to the PR, report it or open an issue for it to be fixed)
  • I verified there are no new alerts related to the canBeMissing param for useOnyx
  • I followed proper code patterns (see Reviewing the code)
    • I verified that any callback methods that were added or modified are named for what the method does and never what callback they handle (i.e. toggleReport and not onIconClick)
    • I verified that comments were added to code that is not self explanatory
    • I verified that any new or modified comments were clear, correct English, and explained "why" the code was doing something instead of only explaining "what" the code was doing.
    • I verified any copy / text shown in the product is localized by adding it to src/languages/* files and using the translation method
      • If any non-english text was added/modified, I used JaimeGPT to get English > Spanish translation. I then posted it in #expensify-open-source and it was approved by an internal Expensify engineer. Link to Slack message:
    • I verified all numbers, amounts, dates and phone numbers shown in the product are using the localization methods
    • I verified any copy / text that was added to the app is grammatically correct in English. It adheres to proper capitalization guidelines (note: only the first word of header/labels should be capitalized), and is either coming verbatim from figma or has been approved by marketing (in order to get marketing approval, ask the Bug Zero team member to add the Waiting for copy label to the issue)
    • I verified proper file naming conventions were followed for any new files or renamed files. All non-platform specific files are named after what they export and are not named "index.js". All platform-specific files are named for the platform the code supports as outlined in the README.
    • I verified the JSDocs style guidelines (in STYLE.md) were followed
  • If a new code pattern is added I verified it was agreed to be used by multiple Expensify engineers
  • I followed the guidelines as stated in the Review Guidelines
  • I tested other components that can be impacted by my changes (i.e. if the PR modifies a shared library or component like Avatar, I verified the components using Avatar are working as expected)
  • I verified all code is DRY (the PR doesn't include any logic written more than once, with the exception of tests)
  • I verified any variables that can be defined as constants (ie. in CONST.ts or at the top of the file that uses the constant) are defined as such
  • I verified that if a function's arguments changed that all usages have also been updated correctly
  • If any new file was added I verified that:
    • The file has a description of what it does and/or why is needed at the top of the file if the code is not self explanatory
  • If a new CSS style is added I verified that:
    • A similar style doesn't already exist
    • The style can't be created with an existing StyleUtils function (i.e. StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))
  • If new assets were added or existing ones were modified, I verified that:
    • The assets are optimized and compressed (for SVG files, run npm run compress-svg)
    • The assets load correctly across all supported platforms.
  • If the PR modifies code that runs when editing or sending messages, I tested and verified there is no unexpected behavior for all supported markdown - URLs, single line code, code blocks, quotes, headings, bold, strikethrough, and italic.
  • If the PR modifies a generic component, I tested and verified that those changes do not break usages of that component in the rest of the App (i.e. if a shared library or component like Avatar is modified, I verified that Avatar is working as expected in all cases)
  • If the PR modifies a component related to any of the existing Storybook stories, I tested and verified all stories for that component are still working as expected.
  • If the PR modifies a component or page that can be accessed by a direct deeplink, I verified that the code functions as expected when the deeplink is used - from a logged in and logged out account.
  • If the PR modifies the UI (e.g. new buttons, new UI components, changing the padding/spacing/sizing, moving components, etc) or modifies the form input styles:
    • I verified that all the inputs inside a form are aligned with each other.
    • I added Design label and/or tagged @Expensify/design so the design team can review the changes.
  • If a new page is added, I verified it's using the ScrollView component to make it scrollable when more elements are added to the page.
  • I added unit tests for any new feature or bug fix in this PR to help automatically prevent regressions in this user flow.
  • If the main branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to the Test steps.

Screenshots/Videos

Android: Native

https://drive.google.com/file/d/1jx6IOlCvuepcIsn7xfDRp8wN4o1_b87k/view?usp=sharing

Android: mWeb Chrome

https://drive.google.com/file/d/1fGdtcr3QrQT6EEXB6N4yrvnWhTNcOcX7/view?usp=sharing

iOS: Native

https://drive.google.com/file/d/1KnW3_8-8nsy-r5n7xorChj0x4tW8q4Nu/view?usp=sharing

iOS: mWeb Safari

https://drive.google.com/file/d/1KBNh7Xf_cAo3NnJ94p8oozFuBJ4x0mXx/view?usp=sharing

MacOS: Chrome / Safari

https://drive.google.com/file/d/1PIfWXK8vQzQJOO5z1_Ll5UuJlzHvIe5u/view?usp=sharing

https://drive.google.com/file/d/1EclrXTkaG_Ty7u0dm-MObDG6rrqJp2dJ/view?usp=sharing

MacOS: Desktop

https://drive.google.com/file/d/1LdJ9RnWPIUJcD8zj9T0EZoyBShL_k4J4/view?usp=sharing

@codecov
Copy link

codecov bot commented Sep 29, 2025

Codecov Report

❌ Patch coverage is 0% with 74 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...s/iou/request/MoneyRequestParticipantsSelector.tsx 0.00% 59 Missing ⚠️
...ings/Profile/CustomStatus/VacationDelegatePage.tsx 0.00% 14 Missing ⚠️
...es/iou/request/step/IOURequestStepParticipants.tsx 0.00% 1 Missing ⚠️
Files with missing lines Coverage Δ
...es/iou/request/step/IOURequestStepParticipants.tsx 0.00% <0.00%> (ø)
...ings/Profile/CustomStatus/VacationDelegatePage.tsx 0.00% <0.00%> (ø)
...s/iou/request/MoneyRequestParticipantsSelector.tsx 0.00% <0.00%> (ø)

... and 7 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@lorretheboy lorretheboy marked this pull request as ready for review September 29, 2025 10:45
@lorretheboy lorretheboy requested a review from a team as a code owner September 29, 2025 10:45
@melvin-bot melvin-bot bot requested review from linhvovan29546 and removed request for a team September 29, 2025 10:46
@melvin-bot
Copy link

melvin-bot bot commented Sep 29, 2025

@linhvovan29546 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]

@sosek108
Copy link
Contributor

can I be added as additional reviewer? @lorretheboy @pecanoro @linhvovan29546

useOptions();
const headerMessage = useMemo(() => {
return getHeaderMessage((availableOptions.recentReports?.length || 0) + (availableOptions.personalDetails?.length || 0) !== 0, !!availableOptions.userToInvite, searchTerm);
}, [availableOptions.recentReports, availableOptions.personalDetails, availableOptions.userToInvite, searchTerm]);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason we're not including the .length in the dependencies, for example: [availableOptions.recentReports?.length, availableOptions.personalDetails?.length, availableOptions.userToInvite, searchTerm]?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm I rarely see this pattern in our codebase, however, I agree that we can update to add .length for deps. Lemme update it

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if we care only about length then adding .length in dependencies is good choice

shouldInitialize: true,
getValidOptionsConfig: {
excludeLogins,
maxRecentReportsToShow: CONST.IOU.MAX_RECENT_REPORTS_TO_SHOW,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We had this configuration in the old change, but I don't see it in the new changes. I'm curious how we are handling this option now, as I can't locate it in the useSearchSelecter.

cc @lorretheboy @sosek108

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is an open PR to handle that: #71557

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lorretheboy maxRecentReportElements is still missing.

chatOptions.selfDMChat,
chatOptions?.userToInvite,
chatOptions.workspaceChats,
availableOptions.personalDetails,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this isn't related to the new changes, but I think we should update the dependencies to use .length, since getHeaderMessage uses the .length.

cc @sosek108 What are your thoughts on this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm in this case, if we use .length, it would show a warning since since we access the whole object inside useMemo. However, technically, I think we could use .length for this case and plus a eslint disabling rule comment. Pls lemme know if we want to update to this new way

Copy link
Contributor

@sosek108 sosek108 Oct 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If content is important and not only .length then we should not add .length.

and I think that we use only length for availableOptions.*


const {searchTerm, setSearchTerm, availableOptions, selectedOptions, selectedOptionsForDisplay, toggleSelection, areOptionsInitialized, onListEndReached, contactState} =
useSearchSelector({
selectionMode: isIOUSplit ? CONST.SEARCH_SELECTOR.SELECTION_MODE_MULTI : CONST.SEARCH_SELECTOR.SELECTION_MODE_SINGLE,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lorretheboy Did you test this in multi selection mode? I’m unable to test it on the dev env because the web app crashes for me when I select an option.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's me check it again

Copy link
Contributor Author

@lorretheboy lorretheboy Sep 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @linhvovan29546, I found the issue and have fixed it. But to be able to test, I have to set a hard code multiple selection mode in codebase. Could you please share me the steps to access that flow?

Copy link
Contributor

@linhvovan29546 linhvovan29546 Oct 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can follow the steps in the video below, just update the URL to access the split page. This causes the issue where the selected checkbox is displayed incorrectly. You can compare the behavior with production or staging.

Screen.Recording.2025-10-02.at.14.47.42.mov

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I have fixed this issue @linhvovan29546

@pecanoro pecanoro requested a review from sosek108 October 1, 2025 09:05
@linhvovan29546
Copy link
Contributor

@lorretheboy This PR (#71557) has been merged. Could you please address this comment #71450 (comment)?

@linhvovan29546
Copy link
Contributor

There’s a conflict again!

@lorretheboy
Copy link
Contributor Author

@linhvovan29546 I have resolved the conflicts

@linhvovan29546
Copy link
Contributor

linhvovan29546 commented Oct 13, 2025

Reviewer Checklist

  • I have verified the author checklist is complete (all boxes are checked off).
  • I verified the correct issue is linked in the ### Fixed Issues section above
  • I verified testing steps are clear and they cover the changes made in this PR
    • I verified the steps for local testing are in the Tests section
    • I verified the steps for Staging and/or Production testing are in the QA steps section
    • I verified the steps cover any possible failure scenarios (i.e. verify an input displays the correct error message if the entered data is not correct)
    • I turned off my network connection and tested it while offline to ensure it matches the expected behavior (i.e. verify the default avatar icon is displayed if app is offline)
  • I checked that screenshots or videos are included for tests on all platforms
  • I included screenshots or videos for tests on all platforms
  • I verified that the composer does not automatically focus or open the keyboard on mobile unless explicitly intended. This includes checking that returning the app from the background does not unexpectedly open the keyboard.
  • I verified tests pass on all platforms & I tested again on:
    • Android: HybridApp
    • Android: mWeb Chrome
    • iOS: HybridApp
    • iOS: mWeb Safari
    • MacOS: Chrome / Safari
    • MacOS: Desktop
  • If there are any errors in the console that are unrelated to this PR, I either fixed them (preferred) or linked to where I reported them in Slack
  • I verified there are no new alerts related to the canBeMissing param for useOnyx
  • I verified proper code patterns were followed (see Reviewing the code)
    • I verified that any callback methods that were added or modified are named for what the method does and never what callback they handle (i.e. toggleReport and not onIconClick).
    • I verified that comments were added to code that is not self explanatory
    • I verified that any new or modified comments were clear, correct English, and explained "why" the code was doing something instead of only explaining "what" the code was doing.
    • I verified any copy / text shown in the product is localized by adding it to src/languages/* files and using the translation method
    • I verified all numbers, amounts, dates and phone numbers shown in the product are using the localization methods
    • I verified any copy / text that was added to the app is grammatically correct in English. It adheres to proper capitalization guidelines (note: only the first word of header/labels should be capitalized), and is either coming verbatim from figma or has been approved by marketing (in order to get marketing approval, ask the Bug Zero team member to add the Waiting for copy label to the issue)
    • I verified proper file naming conventions were followed for any new files or renamed files. All non-platform specific files are named after what they export and are not named "index.js". All platform-specific files are named for the platform the code supports as outlined in the README.
    • I verified the JSDocs style guidelines (in STYLE.md) were followed
  • If a new code pattern is added I verified it was agreed to be used by multiple Expensify engineers
  • I verified that this PR follows the guidelines as stated in the Review Guidelines
  • I verified other components that can be impacted by these changes have been tested, and I retested again (i.e. if the PR modifies a shared library or component like Avatar, I verified the components using Avatar have been tested & I retested again)
  • I verified all code is DRY (the PR doesn't include any logic written more than once, with the exception of tests)
  • I verified any variables that can be defined as constants (ie. in CONST.ts or at the top of the file that uses the constant) are defined as such
  • If a new component is created I verified that:
    • A similar component doesn't exist in the codebase
    • All props are defined accurately and each prop has a /** comment above it */
    • The file is named correctly
    • The component has a clear name that is non-ambiguous and the purpose of the component can be inferred from the name alone
    • The only data being stored in the state is data necessary for rendering and nothing else
    • For Class Components, any internal methods passed to components event handlers are bound to this properly so there are no scoping issues (i.e. for onClick={this.submit} the method this.submit should be bound to this in the constructor)
    • Any internal methods bound to this are necessary to be bound (i.e. avoid this.submit = this.submit.bind(this); if this.submit is never passed to a component event handler like onClick)
    • All JSX used for rendering exists in the render method
    • The component has the minimum amount of code necessary for its purpose, and it is broken down into smaller components in order to separate concerns and functions
  • If any new file was added I verified that:
    • The file has a description of what it does and/or why is needed at the top of the file if the code is not self explanatory
  • If a new CSS style is added I verified that:
    • A similar style doesn't already exist
    • The style can't be created with an existing StyleUtils function (i.e. StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
  • If the PR modifies code that runs when editing or sending messages, I tested and verified there is no unexpected behavior for all supported markdown - URLs, single line code, code blocks, quotes, headings, bold, strikethrough, and italic.
  • If the PR modifies a generic component, I tested and verified that those changes do not break usages of that component in the rest of the App (i.e. if a shared library or component like Avatar is modified, I verified that Avatar is working as expected in all cases)
  • If the PR modifies a component related to any of the existing Storybook stories, I tested and verified all stories for that component are still working as expected.
  • If the PR modifies a component or page that can be accessed by a direct deeplink, I verified that the code functions as expected when the deeplink is used - from a logged in and logged out account.
  • If the PR modifies the UI (e.g. new buttons, new UI components, changing the padding/spacing/sizing, moving components, etc) or modifies the form input styles:
    • I verified that all the inputs inside a form are aligned with each other.
    • I added Design label and/or tagged @Expensify/design so the design team can review the changes.
  • If a new page is added, I verified it's using the ScrollView component to make it scrollable when more elements are added to the page.
  • For any bug fix or new feature in this PR, I verified that sufficient unit tests are included to prevent regressions in this flow.
  • If the main branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to the Test steps.
  • I have checked off every checkbox in the PR reviewer checklist, including those that don't apply to this PR.

Screenshots/Videos

Android: HybridApp
Screen.Recording.2025-11-03.at.10.50.35.mov
Android: mWeb Chrome
Screen.Recording.2025-11-03.at.10.52.09.mov
iOS: HybridApp
Screen.Recording.2025-11-03.at.10.29.51.mov
iOS: mWeb Safari
Screen.Recording.2025-11-03.at.10.38.18.mov
MacOS: Chrome / Safari
Screen.Recording.2025-11-03.at.10.13.16.mov
MacOS: Desktop
Screen.Recording.2025-11-03.at.10.57.21.mov

@lorretheboy lorretheboy marked this pull request as draft November 3, 2025 16:48
@lorretheboy lorretheboy marked this pull request as ready for review November 3, 2025 16:48
@lorretheboy
Copy link
Contributor Author

@linhvovan29546 done now. My bad

enablePhoneContacts: isNative,
contactOptions: contacts,
initialSelected: participants as OptionData[],
onSelectionChange: (options: OptionData[]) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ PERF-4 (docs)

The onSelectionChange callback creates new objects via .map() but is not memoized with useCallback. This creates a new function reference on every render, potentially causing unnecessary re-renders of components that receive this callback.

Suggested fix:

const handleSelectionChange = useCallback(
    (options: OptionData[]) => {
        if (!isIOUSplit) {
            return;
        }
        const sanitizedParticipants: Participant[] = options.map((option) => sanitizedSelectedParticipant(option, iouType));
        onParticipantsAdded(sanitizedParticipants);
    },
    [isIOUSplit, iouType, onParticipantsAdded],
);

const {searchTerm, setSearchTerm, availableOptions, selectedOptions, toggleSelection, areOptionsInitialized, onListEndReached, contactState} = useSearchSelector({
    // ... other config
    onSelectionChange: handleSelectionChange,
    // ...
});

availableOptions.selfDMChat,
availableOptions?.userToInvite,
availableOptions.workspaceChats,
cleanSearchTerm,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ PERF-6 (docs)

The inputHelperText useMemo dependencies include full objects (availableOptions.selfDMChat, availableOptions?.userToInvite, availableOptions.workspaceChats) instead of specific properties. This causes the useMemo to re-execute whenever these object references change, even if the relevant data hasn't changed.

Suggested fix:

Since the useMemo body checks the existence and length of these values, depend on specific properties:

const inputHelperText = useMemo(
    () =>
        getHeaderMessage(
            (availableOptions.personalDetails ?? []).length + (availableOptions.recentReports ?? []).length + (availableOptions.workspaceChats ?? []).length !== 0 ||
                !isEmptyObject(availableOptions.selfDMChat),
            !!availableOptions?.userToInvite,
            searchTerm.trim(),
            countryCode,
            participants.some((participant) => getPersonalDetailSearchTerms(participant).join(' ').toLowerCase().includes(cleanSearchTerm)),
        ),
    [
        availableOptions.personalDetails?.length,
        availableOptions.recentReports?.length,
        availableOptions.workspaceChats?.length,
        // For objects used in existence checks, you can depend on their length or other identifying property
        availableOptions.selfDMChat?.reportID,  // or another stable identifier
        availableOptions?.userToInvite?.accountID,  // or another stable identifier
        cleanSearchTerm,
        searchTerm,
        participants,
        countryCode,
    ],
);

showImportContacts,
reportAttributesDerived,
inputHelperText,
]);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ PERF-6 (docs)

The sections useMemo dependencies include full arrays/objects (availableOptions.workspaceChats, availableOptions.userToInvite, availableOptions.recentReports, availableOptions.personalDetails, availableOptions.selfDMChat) instead of specific properties. This causes unnecessary re-computations when these references change even if their contents are the same.

Suggested fix:

Depend on specific properties like .length or identifying properties:

}, [
    areOptionsInitialized,
    didScreenTransitionEnd,
    searchTerm,
    participants,
    personalDetails,
    reportAttributesDerived,
    translate,
    availableOptions.workspaceChats?.length,
    availableOptions.userToInvite?.accountID,  // or another stable identifier
    availableOptions.recentReports?.length,
    availableOptions.personalDetails?.length,
    availableOptions.selfDMChat?.reportID,  // or another stable identifier
    isWorkspacesOnly,
    isPerDiemRequest,
    showImportContacts,
    inputHelperText,
]);

@@ -163,12 +127,12 @@ function VacationDelegatePage() {
shouldShowSubscript: option.shouldShowSubscript ?? undefined,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ PERF-6 (docs)

The sections useMemo dependencies include full arrays/objects (availableOptions.personalDetails, availableOptions.recentReports, availableOptions.userToInvite) instead of specific properties. This causes the useMemo to re-execute whenever these array/object references change, even if the actual data hasn't meaningfully changed.

Suggested fix:

Depend on specific properties that actually affect the computation:

}, [
    vacationDelegate, 
    delegatePersonalDetails, 
    availableOptions.personalDetails?.length,
    availableOptions.recentReports?.length,
    availableOptions.userToInvite?.accountID,  // or another stable identifier
    translate
]);

Note: You may need to also check if the arrays themselves are present (not just their length) if the logic depends on array existence. Consider using a pattern like availableOptions.personalDetails?.length ?? -1 to distinguish between empty and undefined arrays if needed.

@linhvovan29546
Copy link
Contributor

@lorretheboy Please check the comments above. Thanks!

@lorretheboy lorretheboy requested a review from a team as a code owner November 5, 2025 07:35
@melvin-bot melvin-bot bot requested review from joekaufmanexpensify and removed request for a team November 5, 2025 07:35
@lorretheboy
Copy link
Contributor Author

@linhvovan29546 I resolved conflicts & addressed the comment from bot

@melvin-bot melvin-bot bot requested a review from AndrewGable November 5, 2025 08:38
@linhvovan29546

This comment was marked as resolved.

@joekaufmanexpensify
Copy link
Contributor

Refactor PR. Removing my review and unsubscribing

@joekaufmanexpensify joekaufmanexpensify removed their request for review November 5, 2025 14:47
@linhvovan29546
Copy link
Contributor

@lorretheboy Conflict again

@lorretheboy
Copy link
Contributor Author

@linhvovan29546 Pls check again. Thx

@AndrewGable AndrewGable merged commit e4e5bbe into Expensify:main Nov 10, 2025
27 checks passed
@OSBotify
Copy link
Contributor

🚀 Deployed to staging by https://github.com/AndrewGable in version: 9.2.49-0 🚀

platform result
🖥 desktop 🖥 success ✅
🕸 web 🕸 success ✅
🤖 android 🤖 success ✅
🍎 iOS 🍎 failure ❌

1 similar comment
@OSBotify
Copy link
Contributor

🚀 Deployed to staging by https://github.com/AndrewGable in version: 9.2.49-0 🚀

platform result
🖥 desktop 🖥 success ✅
🕸 web 🕸 success ✅
🤖 android 🤖 success ✅
🍎 iOS 🍎 failure ❌

@OSBotify
Copy link
Contributor

🚀 Deployed to staging by https://github.com/AndrewGable in version: 9.2.52-0 🚀

platform result
🖥 desktop 🖥 success ✅
🕸 web 🕸 cancelled 🔪
🤖 android 🤖 cancelled 🔪
🍎 iOS 🍎 failure ❌

@OSBotify
Copy link
Contributor

🚀 Deployed to production by https://github.com/cristipaval in version: 9.2.54-1 🚀

platform result
🖥 desktop 🖥 success ✅
🕸 web 🕸 success ✅
🤖 android 🤖 success ✅
🍎 iOS 🍎 success ✅

@OSBotify
Copy link
Contributor

🚀 Deployed to staging by https://github.com/AndrewGable in version: 9.2.52-0 🚀

platform result
🖥 desktop 🖥 success ✅
🕸 web 🕸 cancelled 🔪
🤖 android 🤖 cancelled 🔪
🍎 iOS 🍎 failure ❌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants