-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 token value field typed sign data tree. #13223
base: main
Are you sure you want to change the base?
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. |
app/components/Views/confirmations/components/BlockaidBanner/BlockaidBanner.types.ts
Outdated
Show resolved
Hide resolved
9f1721c
to
c80de47
Compare
## **Description** PR is adding text with tooltip component as displayed in image below. This is used in next PR: #13223 ## **Related issues** Ref: MetaMask/MetaMask-planning#4034 ## **Manual testing steps** 1. Run storybook 2. Check the component added ## **Screenshots/Recordings** https://github.com/user-attachments/assets/9e455e3c-724f-4453-adac-41fa5cf41487 ## **Pre-merge author checklist** - [X] I’ve followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile Coding Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [X] I've completed the PR template to the best of my ability - [X] I’ve included tests if applicable - [X] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [X] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)). 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.
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.
Hey @jpuri, I'm not sure why the @MetaMask/design-system-engineers were tagged as codeowners for this PR, but I'm approving to unblock. Please still seek reviews from the relevant folks. 🙏
Bitrise✅✅✅ Commit hash: 7008757 Note
|
Quality Gate passedIssues Measures |
## **Description** PR is adding text with tooltip component as displayed in image below. This is used in next PR: #13223 ## **Related issues** Ref: MetaMask/MetaMask-planning#4034 ## **Manual testing steps** 1. Run storybook 2. Check the component added ## **Screenshots/Recordings** https://github.com/user-attachments/assets/9e455e3c-724f-4453-adac-41fa5cf41487 ## **Pre-merge author checklist** - [X] I’ve followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile Coding Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [X] I've completed the PR template to the best of my ability - [X] I’ve included tests if applicable - [X] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [X] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)). 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.
Description
Created token value component for typed sign data tree.
Related issues
Fixes: https://github.com/MetaMask/MetaMask-planning/issues/4034
Manual testing steps
Screenshots/Recordings
Screen.Recording.2025-01-28.at.5.52.26.PM.mov
Pre-merge author checklist
Pre-merge reviewer checklist