Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alecsloan committed Mar 13, 2021
1 parent f4fc381 commit 412b758
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,14 @@ Just run `npm start`
![Mobile Image](https://imgur.com/HxhUnR5.png)

# Todo
* Add a light theme
* Add full configuration for color picking so users can set their own colors/gradients
* Add setting for sorting cards (Market Cap, holdings, price, etc)
* Add multi-language support
* Get list of tokens dynamically, using a static list of tokens is limiting
* Add functionality for interest bearing assets
* Add functionality for exit strategy planning

v1.1.0 Planning:
* Add timestamp for last time data was updated
* Make it more clear that prices and value changes were updated (maybe similar to what CMC does?)
* Add link to CMC/CG page if someone clicks on the asset name/symbol
* Add configuration for hiding CryptoDash title
* Add Skeleton for cards while loading
* Add Skeleton for cards while loading
* Add different layout views (table, main portfolio change chart with small cards, etc.)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cryptodash",
"version": "1.0.3",
"version": "1.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "latest",
Expand Down

0 comments on commit 412b758

Please sign in to comment.