From 2571e5b8c081ce93ada7aed09b794176ee6f6356 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Fri, 22 Jul 2022 19:33:06 +0200 Subject: [PATCH] Feature/improve empty states (#1090) * Improve empty states * Update changelog --- CHANGELOG.md | 7 +++ .../home-overview/home-overview.html | 17 +++--- .../investment-chart.component.scss | 4 ++ .../positions-table.component.html | 11 ++++ .../positions-table.component.ts | 1 + .../portfolio/analysis/analysis-page.html | 52 +++++++++++-------- .../analysis/analysis-page.module.ts | 2 + .../portfolio/analysis/analysis-page.scss | 8 +-- .../portfolio/holdings/holdings-page.html | 6 ++- .../premium-indicator.component.html | 1 + 10 files changed, 72 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d49d3fd3..0a5524580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Improved the empty state of the + - _Analysis_ section + - _Holdings_ section + - performance chart on the home page + ### Fixed - Fixed the distorted tooltip in the performance chart on the home page diff --git a/apps/client/src/app/components/home-overview/home-overview.html b/apps/client/src/app/components/home-overview/home-overview.html index db9d9b6bf..cce870b52 100644 --- a/apps/client/src/app/components/home-overview/home-overview.html +++ b/apps/client/src/app/components/home-overview/home-overview.html @@ -4,11 +4,20 @@