Skip to content

feat(clusters): add clusters list to breadcrumb navigation#2831

Merged
RemiBonnet merged 4 commits into
stagingfrom
codex/add-back-link-to-cluster-overview
Jul 21, 2026
Merged

feat(clusters): add clusters list to breadcrumb navigation#2831
RemiBonnet merged 4 commits into
stagingfrom
codex/add-back-link-to-cluster-overview

Conversation

@TheoGrandin74

@TheoGrandin74 TheoGrandin74 commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Motivation

Make it easier to return to the organization’s cluster list while viewing a
specific cluster, using the Console’s existing breadcrumb navigation pattern.

Description

  • Add a Clusters breadcrumb immediately before the current cluster breadcrumb.
  • Link it to /organization/$organizationId/clusters for the active organization.
  • Keep the current-cluster breadcrumb, avatar, and cluster switcher unchanged.
  • Replace the separate Back to clusters overview link with breadcrumb navigation.

Testing

  • yarn nx format:check --files='apps/console/src/routes/_authenticated/organization/$organizationId/cluster/$clusterId/overview.tsx,apps/console/src/app/components/header/breadcrumbs/breadcrumbs.tsx'
  • yarn nx lint console
  • git diff --check

@nx-cloud

nx-cloud Bot commented Jul 21, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit e9100a5

Command Status Duration Result
nx run console:build --parallel=3 --configurati... ✅ Succeeded 2m 36s View ↗
nx affected --target=test --parallel=3 --config... ✅ Succeeded <1s View ↗
nx affected --target=lint --parallel=3 ✅ Succeeded <1s View ↗
nx-cloud record -- yarn nx format:check ✅ Succeeded 3s View ↗

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


☁️ Nx Cloud last updated this comment at 2026-07-21 14:16:52 UTC

@codecov

codecov Bot commented Jul 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 47.02%. Comparing base (9bde182) to head (e9100a5).
⚠️ Report is 1 commits behind head on staging.

Additional details and impacted files
@@             Coverage Diff             @@
##           staging    #2831      +/-   ##
===========================================
+ Coverage    45.94%   47.02%   +1.08%     
===========================================
  Files          654     1265     +611     
  Lines        16068    27150   +11082     
  Branches      4790     7913    +3123     
===========================================
+ Hits          7382    12768    +5386     
- Misses        7412    12205    +4793     
- Partials      1274     2177     +903     
Flag Coverage Δ
unittests 47.02% <ø> (+1.08%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@TheoGrandin74 TheoGrandin74 changed the title feat(clusters): add subtle back link on cluster overview feat(clusters): add clusters list to breadcrumb navigation Jul 21, 2026
@TheoGrandin74
TheoGrandin74 force-pushed the codex/add-back-link-to-cluster-overview branch from e9100a5 to 40b7c59 Compare July 21, 2026 14:12
@RemiBonnet
RemiBonnet merged commit 286393e into staging Jul 21, 2026
6 checks passed
@RemiBonnet
RemiBonnet deleted the codex/add-back-link-to-cluster-overview branch July 21, 2026 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants