-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Provide a way to fill empty account #19371
Labels
team-extension-ux
DEPRECATED: please use "team-wallet-ux" label instead
Comments
kevinghim
added
team-extension-client
team-extension-ux
DEPRECATED: please use "team-wallet-ux" label instead
labels
Jun 1, 2023
Hey team! Please add your planning poker estimate with Zenhub @darkwing @NidhiKJha @vthomas13 |
darkwing
added a commit
that referenced
this issue
Sep 26, 2023
14 tasks
darkwing
added a commit
that referenced
this issue
Sep 28, 2023
k-g-j
pushed a commit
that referenced
this issue
Nov 1, 2023
## **Description** Provides conversion buttons to buy, receive, and learn more about NFTs when an account is empty. ## **Manual testing steps** - Start with a MetaMask account with assets in it on Mainnet - *Don't* see the Buy/Receive blocks - Create a new account with no assets - *See* the Buy/Receive blocks - Switch to a network that we don't support buying on (localhost) - See *only* the "Receive" block - Switch to NFTs tab - See the NFTs block if you have no NFTS - *Don't* see the NFTs block if you *do* have NFTs ## **Screenshots/Recordings** ### Token List <img width="799" alt="SCR-20230928-qwwf" src="https://github.com/MetaMask/metamask-extension/assets/46655/ac72c151-ea8f-479d-a86a-e57d51164ccb"> ### NFTs <img width="815" alt="SCR-20230928-qxau" src="https://github.com/MetaMask/metamask-extension/assets/46655/910a8d69-3ff5-47ae-9b0a-47b9f10739e1"> ## **Related issues** _Fixes #19371 ## **Pre-merge author checklist** - [ ] I’ve followed [MetaMask Coding Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md). - [ ] I've clearly explained: - [ ] What problem this PR is solving. - [ ] How this problem was solved. - [ ] How reviewers can test my changes. - [ ] I’ve indicated what issue this PR is linked to: Fixes #??? - [ ] I’ve included tests if applicable. - [ ] I’ve documented any added code. - [ ] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)). - [ ] I’ve properly set the pull request status: - [ ] In case it's not yet "ready for review", I've set it to "draft". - [ ] In case it's "ready for review", I've changed it from "draft" to "non-draft". ## **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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
Since we've moved the key action buttons such as buy, swap, send, bridge and consolidated them within the global actions, new users might not have adequate direction on how to fill their empty accounts. For this, we want to create a recommendation displayed through new "cards" to buy crypto or receive tokens and NFTs from other accounts.
Requirements
User story
As a new user, I want to get suggestions on how to fill my empty account in order to
Other details:
Acceptance criteria
Tokens tab
NFTs tab
Designs
Figma
The text was updated successfully, but these errors were encountered: