Browse Source
Task/move extended values on analysis page from experimental to general availability (#6766)
* Move extended values to general availability
* Update changelog
pull/6768/head
Thomas Kaul
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
62 additions and
63 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/portfolio/analysis/analysis-page.html
|
|
|
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
### Changed |
|
|
|
|
|
|
|
- Migrated from _Material Design_ 2 to _Material Design_ 3 |
|
|
|
- Moved the total amount, change and performance with currency effects on the analysis page from experimental to general availability |
|
|
|
- Upgraded `prisma` from version `6.19.0` to `7.7.0` |
|
|
|
|
|
|
|
### Todo |
|
|
|
|
|
|
|
@ -75,7 +75,6 @@ |
|
|
|
</div> |
|
|
|
} |
|
|
|
|
|
|
|
@if (user?.settings?.isExperimentalFeatures) { |
|
|
|
<div class="mb-5 row"> |
|
|
|
<div class="col-lg-4 mb-3 mb-lg-0"> |
|
|
|
<mat-card appearance="outlined"> |
|
|
|
@ -138,7 +137,6 @@ |
|
|
|
</mat-card> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
} |
|
|
|
|
|
|
|
<div class="mb-5 row"> |
|
|
|
<div class="col-lg"> |
|
|
|
|