Browse Source
Merge branch 'main' into task/improve-style-in-user-account-settings
pull/7599/head
Thomas Kaul
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with
15 additions and
3 deletions
-
CHANGELOG.md
-
apps/client/src/app/components/account-detail-dialog/account-detail-dialog.html
-
apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.scss
-
apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html
-
apps/client/src/locales/messages.de.xlf
|
|
@ -10,7 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
### Changed |
|
|
### Changed |
|
|
|
|
|
|
|
|
- Improved the style of the disabled base currency in the user account settings |
|
|
- Improved the style of the disabled base currency in the user account settings |
|
|
|
|
|
- Moved the support to clone an activity in the account detail dialog from experimental to general availability |
|
|
|
|
|
- Moved the support to clone an activity in the holding detail dialog from experimental to general availability |
|
|
|
|
|
- Moved the support to edit an activity in the account detail dialog from experimental to general availability |
|
|
|
|
|
- Moved the support to edit an activity in the holding detail dialog from experimental to general availability |
|
|
- Removed the deprecated `isDraft` attribute of the activity in favor of the _Draft_ tag |
|
|
- Removed the deprecated `isDraft` attribute of the activity in favor of the _Draft_ tag |
|
|
|
|
|
- Improved the language localization for German (`de`) |
|
|
|
|
|
|
|
|
## 3.48.1 - 2026-08-11 |
|
|
## 3.48.1 - 2026-08-11 |
|
|
|
|
|
|
|
|
|
|
|
@ -160,7 +160,6 @@ |
|
|
[showActions]=" |
|
|
[showActions]=" |
|
|
data.hasPermissionToCreateActivity && |
|
|
data.hasPermissionToCreateActivity && |
|
|
!data.impersonationId && |
|
|
!data.impersonationId && |
|
|
user?.settings?.isExperimentalFeatures && |
|
|
|
|
|
!user?.settings?.isRestrictedView |
|
|
!user?.settings?.isRestrictedView |
|
|
" |
|
|
" |
|
|
[sortColumn]="sortColumn" |
|
|
[sortColumn]="sortColumn" |
|
|
|
|
|
@ -1,6 +1,15 @@ |
|
|
|
|
|
@use '@angular/material' as mat; |
|
|
|
|
|
|
|
|
:host { |
|
|
:host { |
|
|
display: block; |
|
|
display: block; |
|
|
|
|
|
|
|
|
|
|
|
@include mat.form-field-overrides( |
|
|
|
|
|
( |
|
|
|
|
|
container-height: 2rem, |
|
|
|
|
|
container-vertical-padding: 0.33rem |
|
|
|
|
|
) |
|
|
|
|
|
); |
|
|
|
|
|
|
|
|
.chart-container { |
|
|
.chart-container { |
|
|
aspect-ratio: 16 / 9; |
|
|
aspect-ratio: 16 / 9; |
|
|
|
|
|
|
|
|
|
|
|
@ -392,7 +392,6 @@ |
|
|
[showActions]=" |
|
|
[showActions]=" |
|
|
data.hasPermissionToCreateActivity && |
|
|
data.hasPermissionToCreateActivity && |
|
|
!data.impersonationId && |
|
|
!data.impersonationId && |
|
|
user?.settings?.isExperimentalFeatures && |
|
|
|
|
|
!user?.settings?.isRestrictedView |
|
|
!user?.settings?.isRestrictedView |
|
|
" |
|
|
" |
|
|
[showNameColumn]="false" |
|
|
[showNameColumn]="false" |
|
|
|
|
|
@ -6790,7 +6790,7 @@ |
|
|
</trans-unit> |
|
|
</trans-unit> |
|
|
<trans-unit id="572144971466916440" datatype="html"> |
|
|
<trans-unit id="572144971466916440" datatype="html"> |
|
|
<source>Derived from the portfolio you are viewing</source> |
|
|
<source>Derived from the portfolio you are viewing</source> |
|
|
<target state="new">Derived from the portfolio you are viewing</target> |
|
|
<target state="translated">Abgeleitet vom Portfolio, das du betrachtest</target> |
|
|
<context-group purpose="location"> |
|
|
<context-group purpose="location"> |
|
|
<context context-type="sourcefile">apps/client/src/app/components/user-account-settings/user-account-settings.html</context> |
|
|
<context context-type="sourcefile">apps/client/src/app/components/user-account-settings/user-account-settings.html</context> |
|
|
<context context-type="linenumber">27</context> |
|
|
<context context-type="linenumber">27</context> |
|
|
|