Browse Source

Feature/improve usability of benchmark management (#2904)

* Add icon

* Update changelog
pull/2910/head
Thomas Kaul 1 year ago
committed by GitHub
parent
commit
5c23ece62c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      CHANGELOG.md
  2. 7
      apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.html

4
CHANGELOG.md

@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Extended the date range support by week to date (`WTD`) and month to date (`MTD`) in the portfolio service
- Added `healthcheck` for the _Ghostfolio_ service to the `docker-compose` files (`docker-compose.yml` and `docker-compose.build.yml`)
### Changed
- Improved the usability of the link to manage the benchmarks in the benchmark comparator with an icon
## 2.42.0 - 2024-01-21
### Added

7
apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.html

@ -31,10 +31,13 @@
>
<mat-option
*ngIf="hasPermissionToAccessAdminControl"
i18n
[routerLink]="['/admin', 'market-data']"
>Manage Benchmarks</mat-option
>
<div class="align-items-center d-flex">
<ion-icon class="mr-2 text-muted" name="arrow-forward-outline" />
<span i18n>Manage Benchmarks</span>
</div>
</mat-option>
</mat-select>
</mat-form-field>
</div>

Loading…
Cancel
Save