-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(portfolio): integrate total assets card into the Portfolio page (#…
…6180) # Motivation We want to display the total value of user assets on the Portfolio page. The value will be shown in USD and ICP, along with a tooltip to calculate the portfolio's value in ICP. # Changes - Adds `TotalAssetsCard` to the Portfolio page # Tests - Adds unit tests to the Portfolio page to ensure the component renders correctly. - Adds unit tests to the Portfolio route to verify that all components render as expected. # Todos - [ ] Add entry to changelog (if necessary). Not necessary
- Loading branch information
Showing
4 changed files
with
119 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters