Skip to content

feat(frontend): ✨ project list headers adapt to sorting and print mode - #227

Merged
Waog merged 1 commit into
masterfrom
project-list-headers-adapt-to-sorting-and-print-mode
Aug 12, 2026
Merged

feat(frontend): ✨ project list headers adapt to sorting and print mode#227
Waog merged 1 commit into
masterfrom
project-list-headers-adapt-to-sorting-and-print-mode

Conversation

@Waog

@Waog Waog commented Aug 12, 2026

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI lite review requested due to automatic review settings August 12, 2026 10:51
@Waog Waog self-assigned this Aug 12, 2026
@nx-cloud

nx-cloud Bot commented Aug 12, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit 7e34ada

Command Status Duration Result
nx e2e frontend-e2e -- --project=chromium ✅ Succeeded 4m 5s View ↗
nx test-storybook frontend --url=http://localho... ✅ Succeeded 16s View ↗
nx affected -t build build-storybook -c ci ✅ Succeeded 1m 21s View ↗
nx prerender frontend --configuration=production ✅ Succeeded 1m 17s View ↗
nx affected -t test -c ci ✅ Succeeded 36s View ↗
nx affected -t lint -c ci ✅ Succeeded 7s View ↗

💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗


☁️ Nx Cloud last updated this comment at 2026-08-12 11:09:58 UTC

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the project list section headers to better reflect print mode output and the current project sorting, leveraging CustomizationStateService state inside the project list feature.

Changes:

  • Exposes projectSortOrder (and refactors isPrintMode) from CustomizationStateService in ProjectListComponent.
  • Adjusts the “Top projects” header text in the template to vary based on print mode and sort order.
  • Hides the “Other Projects” section header in print mode to avoid duplicated headings in printed output.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
libs/feature/project-list/src/lib/project-list.component.ts Wires CustomizationStateService into the component and exposes projectSortOrder for template-driven header logic.
libs/feature/project-list/src/lib/project-list.component.html Updates section header rendering/text based on print mode and sort order, and suppresses the “Other Projects” header while printing.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread libs/feature/project-list/src/lib/project-list.component.html Outdated
@Waog
Waog force-pushed the project-list-headers-adapt-to-sorting-and-print-mode branch from 7e34ada to 012df30 Compare August 12, 2026 11:04
@Waog
Waog enabled auto-merge August 12, 2026 11:04
@Waog
Waog merged commit 61de4fe into master Aug 12, 2026
10 checks passed
@Waog
Waog deleted the project-list-headers-adapt-to-sorting-and-print-mode branch August 12, 2026 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants