Browse Source
Feature/unlock experimental features setting for all users (#2351)
* Unlock experimental features setting for all users
* Update changelog
pull/2355/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
2 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/user-account/user-account-page.html
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
### Changed |
|
|
### Changed |
|
|
|
|
|
|
|
|
- Improved the preselected currency based on the account's currency in the create or edit activity dialog |
|
|
- Improved the preselected currency based on the account's currency in the create or edit activity dialog |
|
|
|
|
|
- Unlocked the experimental features setting for all users |
|
|
|
|
|
|
|
|
### Fixed |
|
|
### Fixed |
|
|
|
|
|
|
|
|
|
@ -251,7 +251,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div |
|
|
<div |
|
|
*ngIf="hasPermissionToUpdateUserSettings && user?.subscription" |
|
|
*ngIf="hasPermissionToUpdateUserSettings" |
|
|
class="align-items-center d-flex mt-4 py-1" |
|
|
class="align-items-center d-flex mt-4 py-1" |
|
|
> |
|
|
> |
|
|
<div class="pr-1 w-50"> |
|
|
<div class="pr-1 w-50"> |
|
|