-
Notifications
You must be signed in to change notification settings - Fork 1
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
[MPDX-8270] Remove handoff links #1099
Conversation
Preview branch generated at https://8270-remove-handoff-links.d3dytjb8adxkk5.amplifyapp.com |
Bundle sizes [mpdx-react]Compared against 0f716c5 No significant changes found |
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.
Looks awesome! I commited a change which removed the early adopter setting on the preferences since it was trying to redirect to the old MPDX.
|
||
{/* {hasFinancial && ( | ||
<Box display="flex"> | ||
<HandoffLink | ||
path={`/reports/financial_accounts/${account.id}`} | ||
> | ||
<Link>Summary</Link> | ||
</HandoffLink> | ||
// Used to link to be a handoff link to /reports/financial_accounts/${account.id} | ||
<Link>Summary</Link> | ||
{' · '} | ||
<HandoffLink | ||
path={`/reports/financial_accounts/${account.id}/entries`} | ||
> | ||
<Link>Transactions</Link> | ||
</HandoffLink> | ||
// Used to link to be a handoff link to /reports/financial_accounts/${account.id}/entries | ||
<Link>Transactions</Link> | ||
</Box> | ||
)} | ||
)} */} |
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.
We are building this. It might be worth to add a notice here to say "Summary and Transactions are coming in the next few days."
src/components/Settings/preferences/accordions/EarlyAdopterAccordion/EarlyAdopterAccordion.tsx
Outdated
Show resolved
Hide resolved
Also, remove userId from UserPreferenceProvider since it is no longer used.
e72db3e
to
043e697
Compare
Description
<HandoffLink>
<OauthLink>
component that is a simplified version ofHandoffLink
specifically for oauth links/api/stop-impersonation
routeMPDX-8270
Checklist: