status-mobile
status-mobile copied to clipboard
Wallet - Save Address - connect status go endpoint to save address:
Feature Issue
User Story
As a user, I want to be able to save an address in the Transaction Status page so that I can quickly choose it for future transactions
Description
This issue is to connect the RPC endpoint for a wallet address to be saved and the data persisted.
Figma design: https://www.figma.com/file/HKncH4wnDwZDAhc4AryK8Y/Wallet-for-Mobile?type=design&node-id=1518-358506&mode=design&t=bR18stv43uRLwfK3-4
Visual reference:
Acceptance Criteria
- [ ] status go rpc event should be fired and the data should be persisted
- [ ] toast shows once the event has fired
Feel free to break up this issue in smaller issues if necessary
I think for now whoever takes this should take this and split it into a few issues. For the moment they could start with just the UI and have no backend connection and put this isolated by itself in a flow (i.e you don't need send flow to reach this page yet).
@shivekkhurana I was about to take this issue since had no assignees, but I've seen you opened a draft PR
The PR that was merged implements this partly. The implementation is blocked by the network preferences component.
So opening this issue again.
Closing this issue as we removed the transaction progress screen and adding a new saved address is done through wallet settings.