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$;