-
Notifications
You must be signed in to change notification settings - Fork 4.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
feat: Hook in Portfolio Entry Points #27607
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Builds ready [4810377]
Page Load Metrics (1725 ± 62 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [72392f5]
Page Load Metrics (1861 ± 117 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [adac4da]
Page Load Metrics (2046 ± 129 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [a498e91]
Page Load Metrics (2364 ± 164 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [05d9935]
Page Load Metrics (1909 ± 219 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [f781e65]
Page Load Metrics (2197 ± 116 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
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.
LGTM! 🚀 Really nice work! I made one small adjustment to use the ButtonLink
component, which I missed in the previous review. We can use it for both internal and external links—hope that’s okay!
- Checked manual testing steps and linking to portfolio locally ✅
- Checked semantic HTML ✅
- Checked for design system consistency ✅
<ButtonLink | ||
className="asset-page__spending-caps mm-text--body-md-medium" | ||
href={portfolioSpendingCapsUrl} | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
> | ||
{t('editInPortfolio')} | ||
</ButtonLink>, |
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.
Builds ready [0681cc4]
Page Load Metrics (2112 ± 84 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Description
Portfolio has requested to add in some entry points into the extension, so users can easily navigate to the Portfolio to view/ manage their spending caps.
This adds value for the users who would like to view/ manage their spending caps as well as their portfolio.
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist