portfolio icon indicating copy to clipboard operation
portfolio copied to clipboard

Card Folio - a cardstack application for tracking crypto assets

Results 51 portfolio issues
Sort by recently updated
recently updated
newest added

For the "i" icon that we display next to the value in fiat currency, we should use a crypto compare embedded card that is today's rates for the tool tip.

![image](https://user-images.githubusercontent.com/1836666/51554860-42de8700-1e44-11e9-9e1c-ba5dcf8506d2.png)

Required For Demo

TO DO for all account screens (log in, register, profile): - [ ] Purple background + icon/title - [ ] Disabled button color is now different - [ ] Footer...

Upon logging in user is brought to a home screen. Home screen starts with the Wallets view - user's assets grouped by wallets. ![image](https://user-images.githubusercontent.com/1836666/51145134-01852080-1821-11e9-9d56-29f5ffd74a1b.png) Initial implementation will feature only Wallets...

Clicking on an asset opens its card in the isolated mode. Isolated mode displays asset details (#31) and transaction history (#34)

This whitespace around the header: is only present in the isolated asset page. So when we try to animate into here from elsewhere, the header "jumps" in an ugly way....

Right now we are loading asset records in the portfolio space. This is unnecessary client overhead. Instead let's create server side computed for any asset-based summary calculations that we need...

When you log out and then try to go to a non-existent asset or transaction card, you see a login page instead of a 404 "not found" error card. The...

When user selects different currency on the "View as" selector ![image](https://user-images.githubusercontent.com/1836666/51212533-bf261700-18e6-11e9-942d-b343c8d570cc.png), following actions happen: 1. Asset value in its original currency is displayed deemphasized, and its value in newly selected...

Required For Demo