You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates both arrows to the correct sizes.
Updates ai ctrl package to latest version.
Changelog
CHANGELOG entry: null
Related issues
Fixes:
Manual testing steps
Feature: my feature nameScenario: user [verb for user action]Given [describe expected initial app state]
When user [verb for user action]
Then [describe expected outcome]
I've completed the PR template to the best of my ability
I've included tests if applicable
I've documented my code using JSDoc format if applicable
I've applied the right labels on the PR (see labeling guidelines). Not required for external contributors.
Pre-merge reviewer checklist
I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.
Note
Low Risk
Low risk UI-only change that swaps arrow icons to the design-system ButtonIcon for consistent sizing and styling, with minimal layout tweaks.
Overview
Updates the Market Insights UI to use the design-system ButtonIcon for both the back arrow in MarketInsightsViewHeader and the trailing arrow in MarketInsightsEntryCard, aligning icon sizing/styling with the design system.
Includes small layout adjustments (e.g., header padding and spacing) and wraps the entry-card arrow in a non-interactive container (pointerEvents="none") to preserve the card’s press behavior.
Written by Cursor Bugbot for commit 6e137b5. This will update automatically on new commits. Configure here.
E2E Test Selection:
Hard rule (controller-version-update): @MetaMask controller package version updated in package.json: @metamask/ai-controllers. Running all tests.
Performance Test Selection:
Hard rule (controller-version-update): @MetaMask controller package version updated in package.json: @metamask/ai-controllers. Running all tests.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
release-7.72.0Issue or pull request that will be included in release 7.72.0risk-highExtensive testing required · High bug introduction risksize-Steam-social-aiSocial & AI team
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updates both arrows to the correct sizes.
Updates ai ctrl package to latest version.
Changelog
CHANGELOG entry: null
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Low risk UI-only change that swaps arrow icons to the design-system
ButtonIconfor consistent sizing and styling, with minimal layout tweaks.Overview
Updates the Market Insights UI to use the design-system
ButtonIconfor both the back arrow inMarketInsightsViewHeaderand the trailing arrow inMarketInsightsEntryCard, aligning icon sizing/styling with the design system.Includes small layout adjustments (e.g., header padding and spacing) and wraps the entry-card arrow in a non-interactive container (
pointerEvents="none") to preserve the card’s press behavior.Written by Cursor Bugbot for commit 6e137b5. This will update automatically on new commits. Configure here.