Browse Source

Merge branch 'main' into bugfix/remove-sort-header-in-comment-column-of-activities-table

pull/1883/head
Thomas Kaul 2 years ago
committed by GitHub
parent
commit
74436f3f39
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      CHANGELOG.md
  2. 2
      libs/ui/src/lib/holdings-table/holdings-table.component.html

3
CHANGELOG.md

@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Removed the sort header of the comment column in the activities table
- Fixed the alignment of the performance column header in the holdings table
- Removed the unnecessary sort header of the comment column in the activities table
- Fixed the targets in `proxy.conf.json` from `http://localhost:3333` to `http://0.0.0.0:3333` for local development
## 1.258.0 - 2023-04-20

2
libs/ui/src/lib/holdings-table/holdings-table.component.html

@ -108,7 +108,7 @@
<ng-container matColumnDef="performance">
<th
*matHeaderCellDef
class="d-none d-lg-table-cell px-1 text-right"
class="d-none d-lg-table-cell px-1 justify-content-end"
mat-header-cell
mat-sort-header="netPerformancePercent"
>

Loading…
Cancel
Save