diff --git a/CHANGELOG.md b/CHANGELOG.md index 83df4164d..88a6d7f6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Improved the usability of the form in the create or edit transaction dialog - Improved the consistent use of `symbol` in combination with `dataSource` - Removed the primary data source from the client diff --git a/apps/client/src/app/pages/portfolio/transactions/create-or-update-transaction-dialog/create-or-update-transaction-dialog.html b/apps/client/src/app/pages/portfolio/transactions/create-or-update-transaction-dialog/create-or-update-transaction-dialog.html index f2dbd54f8..11f7415fb 100644 --- a/apps/client/src/app/pages/portfolio/transactions/create-or-update-transaction-dialog/create-or-update-transaction-dialog.html +++ b/apps/client/src/app/pages/portfolio/transactions/create-or-update-transaction-dialog/create-or-update-transaction-dialog.html @@ -107,18 +107,6 @@ -
- - Fee - - -
Quantity @@ -141,6 +129,7 @@ type="number" [(ngModel)]="data.transaction.unitPrice" /> + {{ data.transaction.currency }}
+
+ + Fee + + {{ data.transaction.currency }} + +