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

Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.2 to 2.1.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cookiejar&package-manager=npm_and_yarn&previous-version=2.1.2&new-version=2.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.6.4. Release notes Sourced from jquery's releases. jQuery 3.6.4 Released: Selector Forgiveness https://blog.jquery.com/2023/03/08/jquery-3-6-4-released-selector-forgiveness/ jQuery supports CSS.supports in jQuery 3.6.3 https://blog.jquery.com/2022/12/20/jquery-3-6-3-released-a-quick-selector-fix/ jQuery 3.6.2 :has arrived! https://blog.jquery.com/2022/12/13/jquery-3-6-2-released/...

dependencies

@skarabocu if this looks good to you, go ahead and merge.

If you use Node version 12 with this app, it has the following errors. Use the latest LTS version (v10) instead to avoid this error: ``` make: *** [Release/obj.target/fse/fsevents.o] Error...

We are already retrieving conversion rates for ETH (as described in this PR #43), now we need to do the same for ERC20 tokens.

This ticket concerns with obtaining data for the specified ERC20 token at given address. It uses same UI template as ETH (#188)

Both Grid View and List View should include sort controls. Sort controls allow sorting assets by balance equivalent in USD/ETH descending or ascending, descending by default. Sort does not change...

This ticket concerns only display template. Separate issues will track creation of models for ETH (already exists) and ERC20 (#202) This is updated view of the existing ETH card. Address's...