Browse Source
Bugfix/fix hidden fifth tab on mobile (#2848)
* Fix hidden fifth tab
* Update changelog
pull/2858/head
Thomas Kaul
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with
10 additions and
6 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/about/about-page.html
-
apps/client/src/app/pages/admin/admin-page.html
-
apps/client/src/app/pages/home/home-page.html
-
apps/client/src/app/pages/portfolio/portfolio-page.html
-
apps/client/src/app/pages/user-account/user-account-page.html
-
apps/client/src/app/pages/zen/zen-page.html
|
|
@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
- Updated the `docker compose` instructions to _Compose V2_ in the documentation |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
- Fixed the hidden fifth tab on mobile |
|
|
|
|
|
|
|
## 2.36.0 - 2024-01-07 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
@ -12,7 +12,7 @@ |
|
|
|
<a |
|
|
|
#rla="routerLinkActive" |
|
|
|
*ngIf="tab.showCondition !== false" |
|
|
|
class="px-3" |
|
|
|
class="no-min-width px-3" |
|
|
|
mat-tab-link |
|
|
|
routerLinkActive |
|
|
|
[active]="rla.isActive" |
|
|
|
|
|
@ -12,7 +12,7 @@ |
|
|
|
<a |
|
|
|
#rla="routerLinkActive" |
|
|
|
*ngIf="tab.showCondition !== false" |
|
|
|
class="px-3" |
|
|
|
class="no-min-width px-3" |
|
|
|
mat-tab-link |
|
|
|
routerLinkActive |
|
|
|
[active]="rla.isActive" |
|
|
|
|
|
@ -12,7 +12,7 @@ |
|
|
|
<a |
|
|
|
#rla="routerLinkActive" |
|
|
|
*ngIf="tab.showCondition !== false" |
|
|
|
class="px-3" |
|
|
|
class="no-min-width px-3" |
|
|
|
mat-tab-link |
|
|
|
routerLinkActive |
|
|
|
[active]="rla.isActive" |
|
|
|
|
|
@ -12,7 +12,7 @@ |
|
|
|
<a |
|
|
|
#rla="routerLinkActive" |
|
|
|
*ngIf="tab.showCondition !== false" |
|
|
|
class="px-3" |
|
|
|
class="no-min-width px-3" |
|
|
|
mat-tab-link |
|
|
|
routerLinkActive |
|
|
|
[active]="rla.isActive" |
|
|
|
|
|
@ -12,7 +12,7 @@ |
|
|
|
<a |
|
|
|
#rla="routerLinkActive" |
|
|
|
*ngIf="tab.showCondition !== false" |
|
|
|
class="px-3" |
|
|
|
class="no-min-width px-3" |
|
|
|
mat-tab-link |
|
|
|
routerLinkActive |
|
|
|
[active]="rla.isActive" |
|
|
|
|
|
@ -12,7 +12,7 @@ |
|
|
|
<a |
|
|
|
#rla="routerLinkActive" |
|
|
|
*ngIf="tab.showCondition !== false" |
|
|
|
class="px-3" |
|
|
|
class="no-min-width px-3" |
|
|
|
mat-tab-link |
|
|
|
routerLinkActive |
|
|
|
[active]="rla.isActive" |
|
|
|