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
parent
commit
625c84e0ae
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 2
      apps/client/src/app/pages/portfolio/analysis/analysis-page.html

1
CHANGELOG.md

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Migrated from _Material Design_ 2 to _Material Design_ 3 - 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` - Upgraded `prisma` from version `6.19.0` to `7.7.0`
### Todo ### Todo

2
apps/client/src/app/pages/portfolio/analysis/analysis-page.html

@ -75,7 +75,6 @@
</div> </div>
} }
@if (user?.settings?.isExperimentalFeatures) {
<div class="mb-5 row"> <div class="mb-5 row">
<div class="col-lg-4 mb-3 mb-lg-0"> <div class="col-lg-4 mb-3 mb-lg-0">
<mat-card appearance="outlined"> <mat-card appearance="outlined">
@ -138,7 +137,6 @@
</mat-card> </mat-card>
</div> </div>
</div> </div>
}
<div class="mb-5 row"> <div class="mb-5 row">
<div class="col-lg"> <div class="col-lg">

Loading…
Cancel
Save