From a0a26cfa584bf96adea072f76df98813ccd67039 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 18 Jun 2022 11:57:27 +0200 Subject: [PATCH] Feature/simplify header (#1027) * Hide pricing page link for Premium users * Harmonize content * Update changelog --- CHANGELOG.md | 4 ++++ .../src/app/components/header/header.component.html | 8 ++++++-- apps/client/src/app/pages/about/about-page.html | 10 +++++----- apps/client/src/app/pages/account/account-page.html | 4 +++- apps/client/src/app/pages/account/account-page.scss | 9 --------- apps/client/src/app/pages/landing/landing-page.html | 5 ++--- apps/client/src/app/pages/pricing/pricing-page.html | 11 +++++------ 7 files changed, 25 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc7ded65..3107f1362 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 + +- Simplified the header + ### Fixed - Fixed an issue with the currency inconsistency in the _Yahoo Finance_ service (convert from `ILA` to `ILS`) diff --git a/apps/client/src/app/components/header/header.component.html b/apps/client/src/app/components/header/header.component.html index 18183103f..107ec00f8 100644 --- a/apps/client/src/app/components/header/header.component.html +++ b/apps/client/src/app/components/header/header.component.html @@ -66,7 +66,9 @@ >Resources Resources About Ghostfolio

- Ghostfolio is a lightweight wealth management - application for individuals to keep track of stocks, ETFs or - cryptocurrencies and make solid, data-driven investment decisions. The - source code is fully available as open source software (OSS). The - project has been initiated by + Ghostfolio is a lightweight wealth management application for + individuals to keep track of stocks, ETFs or cryptocurrencies and make + solid, data-driven investment decisions. The source code is fully + available as open source software (OSS). The project has been + initiated by Thomas Kaul diff --git a/apps/client/src/app/pages/account/account-page.html b/apps/client/src/app/pages/account/account-page.html index 3c8b28dc3..ed99abc56 100644 --- a/apps/client/src/app/pages/account/account-page.html +++ b/apps/client/src/app/pages/account/account-page.html @@ -16,7 +16,9 @@

Membership
- {{ user?.subscription?.type }} + {{ user?.subscription?.type }} personal investment strategy.

- Ghostfolio empowers busy people to keep track of - stocks, ETFs or cryptocurrencies and make solid, data-driven investment - decisions. + Ghostfolio empowers busy people to keep track of stocks, ETFs or + cryptocurrencies and make solid, data-driven investment decisions.

diff --git a/apps/client/src/app/pages/pricing/pricing-page.html b/apps/client/src/app/pages/pricing/pricing-page.html index 1b7f7f87c..5730a4d5b 100644 --- a/apps/client/src/app/pages/pricing/pricing-page.html +++ b/apps/client/src/app/pages/pricing/pricing-page.html @@ -6,15 +6,14 @@

- Our official - Ghostfolio Premium cloud offering is the easiest way - to get started. Due to the time it saves, this will be the best option + Our official Ghostfolio Premium cloud offering is the easiest way to + get started. Due to the time it saves, this will be the best option for most people. The revenue is used for covering the hosting costs.

- If you prefer to run Ghostfolio on your own - infrastructure, please find the source code and further instructions - on GitHub. + If you prefer to run Ghostfolio on your own infrastructure, please + find the source code and further instructions on + GitHub.