diff --git a/CHANGELOG.md b/CHANGELOG.md index 149ac3ce..efd1cda0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Hid the pagination of tabs - Improved the support for future transactions (drafts) +- Optimized the accounts table for mobile - Upgraded `chart.js` from version `3.3.2` to `3.5.0` ### Todo diff --git a/apps/client/src/app/components/accounts-table/accounts-table.component.html b/apps/client/src/app/components/accounts-table/accounts-table.component.html index 34205e23..1eafb997 100644 --- a/apps/client/src/app/components/accounts-table/accounts-table.component.html +++ b/apps/client/src/app/components/accounts-table/accounts-table.component.html @@ -2,7 +2,13 @@ Name - {{ element.name }} + + {{ element.name }} - Platform - + + Platform + +
{{ element.Platform?.name }} @@ -27,17 +40,20 @@ - - Transactions + + # + Transactions - + {{ element.Order?.length }} - Balance - + + Balance + + - # - + >