From 7082ff12f86d40e24fb335022b865ec4a25c1827 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Wed, 7 Jun 2023 17:22:09 +0200 Subject: [PATCH] Feature/add semantic list structure to header navigation (#2044) * Add semantic list structure (ul and li elements) * Update changelog --- CHANGELOG.md | 1 + .../components/header/header.component.html | 575 ++++++++++-------- 2 files changed, 309 insertions(+), 267 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 639baf32b..a56c38fcf 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 - Added the investment streaks to the analysis page - Added support for a unit in the value component +- Added a semantic list structure to the header navigation - Added a default value for the `includeHistoricalData` attribute in the symbol data endpoint ## 1.276.0 - 2023-06-03 diff --git a/apps/client/src/app/components/header/header.component.html b/apps/client/src/app/components/header/header.component.html index 2d3b1aee3..16ee7f62c 100644 --- a/apps/client/src/app/components/header/header.component.html +++ b/apps/client/src/app/components/header/header.component.html @@ -8,216 +8,238 @@ - Overview - Portfolio - Accounts - Admin Control - Resources - Pricing - About - - - - - -
-
- Overview - Portfolio - Accounts - My Ghostfolio - Admin Control -
- Resources - +
  • + Portfolio +
  • +
  • + Accounts +
  • +
  • + Admin Control +
  • +
  • + Resources +
  • +
  • Pricing - About Ghostfolio -
    - - + Pricing +
  • +
  • + About +
  • +
  • + + + + + +
    +
    + Overview + Portfolio + Accounts + My Ghostfolio + Admin Control +
    + Resources + Pricing + About Ghostfolio +
    + +
    +
  • + - Features - About - Pricing - Markets - - - Get started - +