Browse Source
Feature/move treemap chart from experimental to general availability (#4034)
* Move treemap chart to general availability
* Update changelog
pull/4047/head
Thomas Kaul
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
15 additions and
16 deletions
-
CHANGELOG.md
-
apps/client/src/app/components/home-holdings/home-holdings.html
|
|
@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Moved the chart of the holdings tab on the home page from experimental to general availability |
|
|
|
- Extended the assistant by a holding selector |
|
|
|
- Separated the _FIRE_ / _X-ray_ page |
|
|
|
- Improved the language localization for Italian (`it`) |
|
|
|
|
|
@ -7,7 +7,6 @@ |
|
|
|
<div class="row"> |
|
|
|
<div class="col-lg"> |
|
|
|
<div class="d-flex"> |
|
|
|
@if (user?.settings?.isExperimentalFeatures) { |
|
|
|
<div class="d-flex"> |
|
|
|
<div class="d-none d-lg-block"> |
|
|
|
<mat-button-toggle-group |
|
|
@ -23,7 +22,6 @@ |
|
|
|
</mat-button-toggle-group> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
} |
|
|
|
<div class="align-items-center d-flex flex-grow-1 justify-content-end"> |
|
|
|
<gf-toggle |
|
|
|
class="d-none d-lg-block" |
|
|
|