Feature/improve breadcrumb navigation style in blog posts for mobile (#1996)
* Improve style for mobile * Update changelog
This commit is contained in:
parent
d0ccd4d238
commit
faef3606fd
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Improved the breadcrumb navigation style in the blog post pages for mobile
|
||||||
|
|
||||||
## 1.271.0 - 2023-05-20
|
## 1.271.0 - 2023-05-20
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -202,7 +202,10 @@
|
|||||||
<li class="breadcrumb-item">
|
<li class="breadcrumb-item">
|
||||||
<a i18n [routerLink]="['/blog']">Blog</a>
|
<a i18n [routerLink]="['/blog']">Blog</a>
|
||||||
</li>
|
</li>
|
||||||
<li aria-current="page" class="breadcrumb-item active">
|
<li
|
||||||
|
aria-current="page"
|
||||||
|
class="active breadcrumb-item text-truncate"
|
||||||
|
>
|
||||||
Hallo Ghostfolio
|
Hallo Ghostfolio
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
@ -182,7 +182,10 @@
|
|||||||
<li class="breadcrumb-item">
|
<li class="breadcrumb-item">
|
||||||
<a i18n [routerLink]="['/blog']">Blog</a>
|
<a i18n [routerLink]="['/blog']">Blog</a>
|
||||||
</li>
|
</li>
|
||||||
<li aria-current="page" class="breadcrumb-item active">
|
<li
|
||||||
|
aria-current="page"
|
||||||
|
class="active breadcrumb-item text-truncate"
|
||||||
|
>
|
||||||
Hello Ghostfolio
|
Hello Ghostfolio
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
@ -179,7 +179,10 @@
|
|||||||
<li class="breadcrumb-item">
|
<li class="breadcrumb-item">
|
||||||
<a i18n [routerLink]="['/blog']">Blog</a>
|
<a i18n [routerLink]="['/blog']">Blog</a>
|
||||||
</li>
|
</li>
|
||||||
<li aria-current="page" class="breadcrumb-item active">
|
<li
|
||||||
|
aria-current="page"
|
||||||
|
class="active breadcrumb-item text-truncate"
|
||||||
|
>
|
||||||
Ghostfolio: First months in Open Source
|
Ghostfolio: First months in Open Source
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
@ -182,7 +182,10 @@
|
|||||||
<li class="breadcrumb-item">
|
<li class="breadcrumb-item">
|
||||||
<a i18n [routerLink]="['/blog']">Blog</a>
|
<a i18n [routerLink]="['/blog']">Blog</a>
|
||||||
</li>
|
</li>
|
||||||
<li aria-current="page" class="breadcrumb-item active">
|
<li
|
||||||
|
aria-current="page"
|
||||||
|
class="active breadcrumb-item text-truncate"
|
||||||
|
>
|
||||||
Ghostfolio meets Internet Identity
|
Ghostfolio meets Internet Identity
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
@ -208,7 +208,10 @@
|
|||||||
<li class="breadcrumb-item">
|
<li class="breadcrumb-item">
|
||||||
<a i18n [routerLink]="['/blog']">Blog</a>
|
<a i18n [routerLink]="['/blog']">Blog</a>
|
||||||
</li>
|
</li>
|
||||||
<li aria-current="page" class="breadcrumb-item active">
|
<li
|
||||||
|
aria-current="page"
|
||||||
|
class="active breadcrumb-item text-truncate"
|
||||||
|
>
|
||||||
How do I get my finances in order?
|
How do I get my finances in order?
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
@ -191,7 +191,10 @@
|
|||||||
<li class="breadcrumb-item">
|
<li class="breadcrumb-item">
|
||||||
<a i18n [routerLink]="['/blog']">Blog</a>
|
<a i18n [routerLink]="['/blog']">Blog</a>
|
||||||
</li>
|
</li>
|
||||||
<li aria-current="page" class="breadcrumb-item active">
|
<li
|
||||||
|
aria-current="page"
|
||||||
|
class="active breadcrumb-item text-truncate"
|
||||||
|
>
|
||||||
500 Stars on GitHub
|
500 Stars on GitHub
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
@ -177,7 +177,10 @@
|
|||||||
<li class="breadcrumb-item">
|
<li class="breadcrumb-item">
|
||||||
<a i18n [routerLink]="['/blog']">Blog</a>
|
<a i18n [routerLink]="['/blog']">Blog</a>
|
||||||
</li>
|
</li>
|
||||||
<li aria-current="page" class="breadcrumb-item active">
|
<li
|
||||||
|
aria-current="page"
|
||||||
|
class="active breadcrumb-item text-truncate"
|
||||||
|
>
|
||||||
Hacktoberfest 2022
|
Hacktoberfest 2022
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
@ -137,7 +137,10 @@
|
|||||||
<li class="breadcrumb-item">
|
<li class="breadcrumb-item">
|
||||||
<a i18n [routerLink]="['/blog']">Blog</a>
|
<a i18n [routerLink]="['/blog']">Blog</a>
|
||||||
</li>
|
</li>
|
||||||
<li aria-current="page" class="breadcrumb-item active">
|
<li
|
||||||
|
aria-current="page"
|
||||||
|
class="active breadcrumb-item text-truncate"
|
||||||
|
>
|
||||||
Black Friday 2022
|
Black Friday 2022
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
@ -167,7 +167,10 @@
|
|||||||
<li class="breadcrumb-item">
|
<li class="breadcrumb-item">
|
||||||
<a i18n [routerLink]="['/blog']">Blog</a>
|
<a i18n [routerLink]="['/blog']">Blog</a>
|
||||||
</li>
|
</li>
|
||||||
<li aria-current="page" class="breadcrumb-item active">
|
<li
|
||||||
|
aria-current="page"
|
||||||
|
class="active breadcrumb-item text-truncate"
|
||||||
|
>
|
||||||
The importance of tracking your personal finances
|
The importance of tracking your personal finances
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
@ -177,7 +177,10 @@
|
|||||||
<li class="breadcrumb-item">
|
<li class="breadcrumb-item">
|
||||||
<a i18n [routerLink]="['/blog']">Blog</a>
|
<a i18n [routerLink]="['/blog']">Blog</a>
|
||||||
</li>
|
</li>
|
||||||
<li aria-current="page" class="breadcrumb-item active">
|
<li
|
||||||
|
aria-current="page"
|
||||||
|
class="active breadcrumb-item text-truncate"
|
||||||
|
>
|
||||||
Ghostfolio auf Sackgeld.com vorgestellt
|
Ghostfolio auf Sackgeld.com vorgestellt
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
@ -199,7 +199,10 @@
|
|||||||
<li class="breadcrumb-item">
|
<li class="breadcrumb-item">
|
||||||
<a i18n [routerLink]="['/blog']">Blog</a>
|
<a i18n [routerLink]="['/blog']">Blog</a>
|
||||||
</li>
|
</li>
|
||||||
<li aria-current="page" class="breadcrumb-item active">
|
<li
|
||||||
|
aria-current="page"
|
||||||
|
class="active breadcrumb-item text-truncate"
|
||||||
|
>
|
||||||
Ghostfolio meets Umbrel
|
Ghostfolio meets Umbrel
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
@ -244,7 +244,10 @@
|
|||||||
<li class="breadcrumb-item">
|
<li class="breadcrumb-item">
|
||||||
<a i18n [routerLink]="['/blog']">Blog</a>
|
<a i18n [routerLink]="['/blog']">Blog</a>
|
||||||
</li>
|
</li>
|
||||||
<li aria-current="page" class="breadcrumb-item active">
|
<li
|
||||||
|
aria-current="page"
|
||||||
|
class="active breadcrumb-item text-truncate"
|
||||||
|
>
|
||||||
Ghostfolio reaches 1’000 Stars on GitHub
|
Ghostfolio reaches 1’000 Stars on GitHub
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
<section class="mb-4">
|
<section class="mb-4">
|
||||||
<p>
|
<p>
|
||||||
Managing personal finances effectively is crucial for those striving
|
Managing personal finances effectively is crucial for those striving
|
||||||
for financial independence and a secure future. In today’s digital
|
for a secure future and financial independence. In today’s digital
|
||||||
age, having a reliable personal finance software can greatly
|
age, having a reliable wealth management software can greatly
|
||||||
simplify the process. Ghostfolio is a powerful
|
simplify the process. Ghostfolio is a powerful
|
||||||
<a
|
<a
|
||||||
href="https://github.com/ghostfolio/ghostfolio"
|
href="https://github.com/ghostfolio/ghostfolio"
|
||||||
@ -25,15 +25,15 @@
|
|||||||
>
|
>
|
||||||
for individuals trading stocks, ETFs, or cryptocurrencies on
|
for individuals trading stocks, ETFs, or cryptocurrencies on
|
||||||
multiple platforms. This article explores the key reasons why
|
multiple platforms. This article explores the key reasons why
|
||||||
Ghostfolio is the ideal choice for those embracing minimalism,
|
Ghostfolio is the ideal choice for those embracing diversification,
|
||||||
pursuing a buy & hold strategy, seeking portfolio insights, and
|
pursuing a buy & hold strategy, and seeking portfolio insights while
|
||||||
diversifying financial resources while valuing privacy.
|
valuing privacy.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<section class="mb-4">
|
<section class="mb-4">
|
||||||
<h2 class="h4">Effortless Management for Multi-Platform Investors</h2>
|
<h2 class="h4">Effortless Management for Multi-Platform Investors</h2>
|
||||||
<p>
|
<p>
|
||||||
Ghostfolio offers a consolidated solution to efficiently monitor and
|
Ghostfolio offers a holistic solution to efficiently monitor and
|
||||||
manage investment portfolios across multiple platforms. By
|
manage investment portfolios across multiple platforms. By
|
||||||
consolidating data from various accounts, Ghostfolio eliminates the
|
consolidating data from various accounts, Ghostfolio eliminates the
|
||||||
need to switch between platforms, saving users valuable time and
|
need to switch between platforms, saving users valuable time and
|
||||||
@ -61,7 +61,7 @@
|
|||||||
asset allocation, sector exposure, geographical diversification, and
|
asset allocation, sector exposure, geographical diversification, and
|
||||||
individual asset performance. These detailed analytics empower users
|
individual asset performance. These detailed analytics empower users
|
||||||
to assess portfolio strengths and weaknesses, making necessary
|
to assess portfolio strengths and weaknesses, making necessary
|
||||||
adjustments to optimize their diversification.
|
adjustments to optimize their allocation.
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<section class="mb-4">
|
<section class="mb-4">
|
||||||
@ -79,7 +79,7 @@
|
|||||||
<section class="mb-4">
|
<section class="mb-4">
|
||||||
<h2 class="h4">Streamlined Minimalism for Financial Efficiency</h2>
|
<h2 class="h4">Streamlined Minimalism for Financial Efficiency</h2>
|
||||||
<p>
|
<p>
|
||||||
Ghostfolio embraces a minimalist approach to personal finance
|
Ghostfolio embraces a lightweight approach to personal finance
|
||||||
management, focusing on essential features without overwhelming
|
management, focusing on essential features without overwhelming
|
||||||
users. Its streamlined user interface and clean design provide a
|
users. Its streamlined user interface and clean design provide a
|
||||||
seamless and clutter-free experience. This minimalist approach
|
seamless and clutter-free experience. This minimalist approach
|
||||||
@ -172,6 +172,9 @@
|
|||||||
<li class="list-inline-item">
|
<li class="list-inline-item">
|
||||||
<span class="badge badge-light">Fintech</span>
|
<span class="badge badge-light">Fintech</span>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<span class="badge badge-light">FIRE</span>
|
||||||
|
</li>
|
||||||
<li class="list-inline-item">
|
<li class="list-inline-item">
|
||||||
<span class="badge badge-light">Ghostfolio</span>
|
<span class="badge badge-light">Ghostfolio</span>
|
||||||
</li>
|
</li>
|
||||||
@ -227,7 +230,10 @@
|
|||||||
<li class="breadcrumb-item">
|
<li class="breadcrumb-item">
|
||||||
<a i18n [routerLink]="['/blog']">Blog</a>
|
<a i18n [routerLink]="['/blog']">Blog</a>
|
||||||
</li>
|
</li>
|
||||||
<li aria-current="page" class="breadcrumb-item active">
|
<li
|
||||||
|
aria-current="page"
|
||||||
|
class="active breadcrumb-item text-truncate"
|
||||||
|
>
|
||||||
Unlock your Financial Potential with Ghostfolio
|
Unlock your Financial Potential with Ghostfolio
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
@ -327,10 +327,13 @@ ngx-skeleton-loader {
|
|||||||
|
|
||||||
.breadcrumb {
|
.breadcrumb {
|
||||||
background-color: unset;
|
background-color: unset;
|
||||||
|
flex-wrap: nowrap;
|
||||||
padding: unset;
|
padding: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumb-item {
|
.breadcrumb-item {
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
color: unset;
|
color: unset;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user