portfolio
portfolio copied to clipboard
User should be able to switch asset display currency to view its approximate value in selected currency
When user selects different currency on the "View as" selector
, following actions happen:
- Asset value in its original currency is displayed deemphasized, and its value in newly selected currency is displayed as title.
- Asset value graph is redisplayed in selected currency
New values are calculated based on the exchange rate from Cryptocompare API (cached by the hub for future use).
The rest of the Asset card is unaffected by the change
This functionality is there now. I'm gonna assign to @burieberry for the styling work