From 012df30ae7b7aceed4c753f0215b10bcae1f1465 Mon Sep 17 00:00:00 2001 From: Waog Date: Wed, 12 Aug 2026 12:50:43 +0200 Subject: [PATCH] =?UTF-8?q?feat(frontend):=20=E2=9C=A8=20project=20list=20?= =?UTF-8?q?headers=20adapt=20to=20sorting=20and=20print=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../project-list/src/lib/project-list.component.html | 12 +++++++++--- .../project-list/src/lib/project-list.component.ts | 12 ++++++++---- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/libs/feature/project-list/src/lib/project-list.component.html b/libs/feature/project-list/src/lib/project-list.component.html index 3eb9adf..d367680 100644 --- a/libs/feature/project-list/src/lib/project-list.component.html +++ b/libs/feature/project-list/src/lib/project-list.component.html @@ -3,7 +3,13 @@ @if (shouldShowTopProjectsSection()) {
@@ -42,9 +48,9 @@ @if (shouldShowOtherProjectsSection()) {
+ @if (!isPrintMode()) { - - @if (showSkeletons$ | async) { @for (skeleton of + } @if (showSkeletons$ | async) { @for (skeleton of filteredOtherProjectSkeletons(); track skeleton) { = + this.customizationStateService.projectSortOrder; protected readonly projectsOrder$: Observable = this.customOrderService.projectsInOrder$;