From 7c91727eb1c0af834a64c9da18633d843872d498 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 15 Aug 2021 09:55:46 +0200 Subject: [PATCH] Feature/restructure allocations page (#294) * Restructure allocations page * Update changelog --- CHANGELOG.md | 4 ++++ .../allocations/allocations-page.html | 19 +++++++++++-------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da1f36a78..6193b3532 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Restructured the allocations page + ### Fixed - Fixed an issue with the performance in the portfolio summary tab on the home page (impersonation mode) diff --git a/apps/client/src/app/pages/portfolio/allocations/allocations-page.html b/apps/client/src/app/pages/portfolio/allocations/allocations-page.html index d35fb9e3b..9e160b2d5 100644 --- a/apps/client/src/app/pages/portfolio/allocations/allocations-page.html +++ b/apps/client/src/app/pages/portfolio/allocations/allocations-page.html @@ -1,14 +1,7 @@