Browse Source
Merge branch 'main' into feature/harmonize-settings-icon-of-user-account-page
pull/2412/head
Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
0 deletions
-
CHANGELOG.md
-
apps/client/src/app/app.component.ts
|
@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
|
- Harmonized the settings icon of the user account page |
|
|
- Harmonized the settings icon of the user account page |
|
|
|
|
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
|
|
|
|
- Fixed the sidebar navigation on the user account page |
|
|
|
|
|
|
|
|
## 2.7.0 - 2023-09-30 |
|
|
## 2.7.0 - 2023-09-30 |
|
|
|
|
|
|
|
|
### Added |
|
|
### Added |
|
|
|
@ -112,6 +112,7 @@ export class AppComponent implements OnDestroy, OnInit { |
|
|
|
|
|
|
|
|
this.hasTabs = |
|
|
this.hasTabs = |
|
|
(this.currentRoute === this.routerLinkAbout[0].slice(1) || |
|
|
(this.currentRoute === this.routerLinkAbout[0].slice(1) || |
|
|
|
|
|
this.currentRoute === 'account' || |
|
|
this.currentRoute === 'admin' || |
|
|
this.currentRoute === 'admin' || |
|
|
this.currentRoute === 'home' || |
|
|
this.currentRoute === 'home' || |
|
|
this.currentRoute === 'portfolio' || |
|
|
this.currentRoute === 'portfolio' || |
|
|