-
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: adding tooltip to signature decoding state changes #28430
Conversation
…sion into decoding_api_int
…tension into decoding_ui_changes
…extension into decoded_token_display
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. |
…xtension into native_value_display
…extension into state_change_tooltips
Builds ready [6debf04]
Page Load Metrics (1825 ± 122 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [d969a07]
Page Load Metrics (1874 ± 95 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [dc8f1b9]
Page Load Metrics (2048 ± 77 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [bc0f21f]
Page Load Metrics (1874 ± 144 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
return t('signature_decoding_list_nft_tooltip'); | ||
} | ||
if ( | ||
stateChange.assetType === TokenStandard.ERC721 && |
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.
Q:
we check the assetType on stateChange here and the assetType on the change of the list item above. Did we want to keep this as is or update to be consistent?
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.
Above is filter applied to whole list of state changes, and here we are checking seet of single state change.
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.
right. Thanks for confirming this is expected!
Description
Add tooltip to state change labels.
Related issues
Fixes: https://github.com/MetaMask/MetaMask-planning/issues/3628
Manual testing steps
Screenshots/Recordings
Pre-merge author checklist
Pre-merge reviewer checklist