Actions
New feature / Change #4102
closedAdd currency action [no design]
Start date:
03/01/2022
Due date:
% Done:
0%
Estimated time:
8:00 h
Description
If user click on (+) button #4091, and permit users to filter Token a list.
On Token selection, display an overlay with a toggle to "Enable/Disable" on Dashboard.
The list should display currency, but also Network and the toogle button on the same line.
Important : toggle button is not clean like that, please use real toggle button.
How to generate the list :
- take first 10 from attached tokens.json.
- Get token details from https://api.coingecko.com/api/v3/coins/
- Check what supported under platforms
Files
Updated by Olivier Bitsch over 2 years ago
- Description updated (diff)
- File picture389-1.png picture389-1.png added
Updated by Olivier Bitsch over 2 years ago
- Description updated (diff)
- File tokens.json tokens.json added
Updated by Gilles Hemmerlé over 2 years ago
I developed a first version. It makes no sense to have a search until we get more than the 4 first currencies in the list.
At least this first version allows to add currencies (and store them properly) in the wallet storage.
It remains some freeze when adding a currency (the address calculation time seems to freeze the UI thread, which is kind of problematic).
Updated by Olivier Bitsch over 2 years ago
- Assignee changed from Gilles Hemmerlé to Muhammed Abozaid
Updated by Olivier Bitsch over 2 years ago
- Status changed from In Study to Done
Actions