-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Search - "Invite a friend, get [amount]$" banner is not displayed on Search page #51004
Comments
Triggered auto assignment to @carlosmiceli ( |
Triggered auto assignment to @dylanexpensify ( |
💬 A slack conversation has been started in #expensify-open-source |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
ProposalPlease re-state the problem that we are trying to solve in this issue.Referral banner is not added to the new search modal What is the root cause of that problem?there is no App/src/components/Search/SearchRouter/SearchRouterList.tsx Lines 169 to 178 in a3e9366
What changes do you think we should make in order to solve the problem?
const {isDismissed} = useDismissedReferralBanners({referralContentType: CONST.REFERRAL_PROGRAM.CONTENT_TYPES.REFER_FRIEND});
footerContent={
!isDismissed && (
<ReferralProgramCTA
referralContentType={CONST.REFERRAL_PROGRAM.CONTENT_TYPES.REFER_FRIEND}
onPress={() => {closeAndClearRouter()}}
/>
)
} POC: Screen.Recording.2024-10-17.at.13.45.18.movWhat alternative solutions did you explore? (Optional) |
This was intentionally removed in PR #49984 due to limited space. See the discussion here: https://github.com/Expensify/App/pull/49984/files#r1797615648. |
Yeah, this was intentionally removed |
TY! Closing |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: v9.0.50-0
Reproducible in staging?: Y
Reproducible in production?: N/A - new feature, doesn't exist in prod
If this was caught during regression testing, add the test name, ID and link from TestRail: https://expensify.testrail.io/index.php?/tests/view/5091856
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause Internal Team
Action Performed:
Expected Result:
There's a banner in the user list that says "Invite a friend, get [amount]$"
Actual Result:
There's no banner in the user list that says "Invite a friend, get [amount]$"
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6637357_1729151116845.2024-10-17_10_44_36.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: