The imported tokens should be removable. This PR addresses the issue by providing a workflow for removing imported tokens, allowing users to open the context menu on the wallet page, click "Remove", and be navigated to the tokens list after successful removal.
Changes
Add "Remove" button in WalletMorePopover.
Extend busy initiator with "import-token-removing" entry.
Show a remove confirmation dialog when the ‘Remove’ button is clicked, and proceed with the token removal.
Tests
Add createDeferredPromise helper.
Added "should remove imported tokens".
Tested manually as well.
Todos
[ ] Add entry to changelog (if necessary).
Not necessary.
Motivation
The imported tokens should be removable. This PR addresses the issue by providing a workflow for removing imported tokens, allowing users to open the context menu on the wallet page, click "Remove", and be navigated to the tokens list after successful removal.
Changes
Tests
Todos