Skip to content
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

Implement Recently Interacted Addresses history for Send #43095

Open
Douglashdaniel opened this issue Jan 3, 2025 · 0 comments · May be fixed by brave/brave-core#27116
Open

Implement Recently Interacted Addresses history for Send #43095

Douglashdaniel opened this issue Jan 3, 2025 · 0 comments · May be fixed by brave/brave-core#27116
Assignees
Labels
enhancement feature/web3/wallet Integrating Ethereum+ wallet support feature-request front-end-change This task is a front end task and doesn't need any C++ changes OS/Android Fixes related to Android browser functionality OS/Desktop QA/Yes release-notes/include

Comments

@Douglashdaniel
Copy link

Platforms

Windows, macOS, Linux, Android

Description

We should implement a Recent addresses feature on the Send screen that will display recently interacted with addresses when choosing an address to send to.

  • History should be stored in Local Storage.
  • User should have the ability to delete an address from history with a Trash button.
  • Should only keep history of up to 5 addresses for each ChainId/CoinType.
  • Should not add users own addresses in the history.
  • Address history should be stored by ChainId unless its an ETH or SOL address, it will then be stored by CoinType

Image

@Douglashdaniel Douglashdaniel added enhancement feature-request feature/web3/wallet Integrating Ethereum+ wallet support front-end-change This task is a front end task and doesn't need any C++ changes OS/Android Fixes related to Android browser functionality OS/Desktop QA/Yes release-notes/include labels Jan 3, 2025
@Douglashdaniel Douglashdaniel self-assigned this Jan 3, 2025
@Douglashdaniel Douglashdaniel moved this to In Progress in Web3 Jan 3, 2025
@Douglashdaniel Douglashdaniel moved this from In Progress to In Review in Web3 Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement feature/web3/wallet Integrating Ethereum+ wallet support feature-request front-end-change This task is a front end task and doesn't need any C++ changes OS/Android Fixes related to Android browser functionality OS/Desktop QA/Yes release-notes/include
Projects
Status: In Review
Development

Successfully merging a pull request may close this issue.

1 participant