Browse Source

Feature/add quantity column to holdings table of portfolio holdings page (#6607)

* Add quantity column

* Update changelog
pull/6594/merge
Thomas Kaul 7 days ago
committed by GitHub
parent
commit
7940bdaa9e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      CHANGELOG.md
  2. 1
      apps/client/src/app/components/home-holdings/home-holdings.html

4
CHANGELOG.md

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Added
- Added the quantity column to the holdings table of the portfolio holdings page
### Changed
- Improved the language localization for Polish (`pl`)

1
apps/client/src/app/components/home-holdings/home-holdings.html

@ -46,7 +46,6 @@
}
<div [ngClass]="{ 'd-none': viewModeFormControl.value !== 'TABLE' }">
<gf-holdings-table
[hasPermissionToShowQuantities]="false"
[holdings]="holdings"
[locale]="user?.settings?.locale"
(holdingClicked)="onHoldingClicked($event)"

Loading…
Cancel
Save