Browse Source
Feature/remove account column from activities table of account detail dialog (#5559)
* Remove account column of activities table
* Update changelog
pull/5509/head^2
Thomas Kaul
2 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
0 deletions
-
CHANGELOG.md
-
apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html
|
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
|
### Changed |
|
|
### Changed |
|
|
|
|
|
|
|
|
|
|
|
- Hid the account column from the activities table of the account detail dialog to avoid redundant information |
|
|
- Renamed the show access token dialog component to user account registration dialog component |
|
|
- Renamed the show access token dialog component to user account registration dialog component |
|
|
- Refreshed the cryptocurrencies list |
|
|
- Refreshed the cryptocurrencies list |
|
|
- Upgraded `countup.js` from version `2.8.2` to `2.9.0` |
|
|
- Upgraded `countup.js` from version `2.8.2` to `2.9.0` |
|
|
|
@ -126,6 +126,7 @@ |
|
|
[hasPermissionToFilter]="false" |
|
|
[hasPermissionToFilter]="false" |
|
|
[hasPermissionToOpenDetails]="false" |
|
|
[hasPermissionToOpenDetails]="false" |
|
|
[locale]="user?.settings?.locale" |
|
|
[locale]="user?.settings?.locale" |
|
|
|
|
|
[showAccountColumn]="false" |
|
|
[showActions]=" |
|
|
[showActions]=" |
|
|
!data.hasImpersonationId && |
|
|
!data.hasImpersonationId && |
|
|
data.hasPermissionToCreateActivity && |
|
|
data.hasPermissionToCreateActivity && |
|
|