|
|
|
@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Extracted the portfolio filter form of the assistant to a reusable component |
|
|
|
- Formatted the holdings table in the _Copy AI prompt to clipboard for analysis_ action on the analysis page (experimental) |
|
|
|
- Formatted the holdings table in the _Copy portfolio data to clipboard for AI prompt_ action on the analysis page (experimental) |
|
|
|
- Improved the language localization for German (`de`) |
|
|
|
@ -53,7 +54,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Extracted the portfolio filter form to a reusable component used in the assistant |
|
|
|
- Changed the _As seen in_ section on the landing page to an animated carousel |
|
|
|
- Refactored `transactionCount` to `activitiesCount` in the endpoint `GET api/v1/portfolio/holding/:dataSource/:symbol` |
|
|
|
- Refactored various components to use self-closing tags |
|
|
|
|