Browse Source
Bugfix/remove sort header in comment column of market data table (#1888)
* Remove sort header
* Update changelog
pull/1889/head^2
Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
7 additions and
6 deletions
-
CHANGELOG.md
-
apps/client/src/app/components/admin-market-data/admin-market-data.html
|
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. |
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
- Removed the unnecessary sort header of the comment column in the historical market data table of the admin control panel |
|
|
|
|
|
|
|
## 1.259.0 - 2023-04-22 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
@ -101,12 +101,7 @@ |
|
|
|
</ng-container> |
|
|
|
|
|
|
|
<ng-container matColumnDef="comment"> |
|
|
|
<th |
|
|
|
*matHeaderCellDef |
|
|
|
class="px-1" |
|
|
|
mat-header-cell |
|
|
|
mat-sort-header |
|
|
|
></th> |
|
|
|
<th *matHeaderCellDef class="px-1" mat-header-cell></th> |
|
|
|
<td *matCellDef="let element" class="px-1" mat-cell> |
|
|
|
<ion-icon |
|
|
|
*ngIf="element.comment" |
|
|
|