Browse Source
Task/set analysis page values as experimental (#6217)
* Set values as experimental
* Update changelog
pull/6218/head
Thomas Kaul
2 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
64 additions and
62 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/portfolio/analysis/analysis-page.html
|
|
@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
|
### Added |
|
|
### Added |
|
|
|
|
|
|
|
|
- Extended the analysis page to include the total amount, change and performance with currency effects |
|
|
- Extended the analysis page to include the total amount, change and performance with currency effects (experimental) |
|
|
|
|
|
|
|
|
### Changed |
|
|
### Changed |
|
|
|
|
|
|
|
|
|
|
|
@ -75,6 +75,7 @@ |
|
|
</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"> |
|
|
@ -137,6 +138,7 @@ |
|
|
</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"> |
|
|
|