-
Notifications
You must be signed in to change notification settings - Fork 133
Closed
Closed
Copy link
Labels
priority/lowNice to have but not critical to the project's successNice to have but not critical to the project's successstatus/needs reviewAwaiting review or feedback from maintainersAwaiting review or feedback from maintainerstype/enhancementA proposed improvement or optimization to an existing featureA proposed improvement or optimization to an existing feature
Description
The filter drop-down contains internal crypto names in the list.
For better UX it should contain crypto display name, e.g. "Ethereum" instead "ETH".
To achieve that, api should return not the only Crypto.instances.keys(), but display name as well, and j2 template should use the proper one for the Name and for the Value in drop-down.
don't forget to check another places where that endpoint used and test if the changed model doe not brake anything
see this fix for reference of the initial bug description.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority/lowNice to have but not critical to the project's successNice to have but not critical to the project's successstatus/needs reviewAwaiting review or feedback from maintainersAwaiting review or feedback from maintainerstype/enhancementA proposed improvement or optimization to an existing featureA proposed improvement or optimization to an existing feature