Skip to content

[CL-1156] Updated breadcrumbs responsive behavior#20207

Draft
lxiong-livefront wants to merge 3 commits intouif/CL-1155/breadcrumb-style-updatesfrom
uif/CL-1156/breadcrumb-responsive-updates
Draft

[CL-1156] Updated breadcrumbs responsive behavior#20207
lxiong-livefront wants to merge 3 commits intouif/CL-1155/breadcrumb-style-updatesfrom
uif/CL-1156/breadcrumb-responsive-updates

Conversation

@lxiong-livefront
Copy link
Copy Markdown
Collaborator

🎟️ Tracking

JIRA

📔 Objective

Added responsive overflow behavior to breadcrumbs

📸 Screenshots

Screen.Recording.2026-04-16.at.12.59.39.PM.mov

@lxiong-livefront lxiong-livefront changed the base branch from main to uif/CL-1155/breadcrumb-style-updates April 16, 2026 17:01
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 16, 2026

Codecov Report

❌ Patch coverage is 1.35135% with 73 lines in your changes missing coverage. Please review.
✅ Project coverage is 47.01%. Comparing base (dc26184) to head (700e8d9).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...omponents/src/breadcrumbs/breadcrumbs.component.ts 1.35% 73 Missing ⚠️
Additional details and impacted files
@@                           Coverage Diff                            @@
##           uif/CL-1155/breadcrumb-style-updates   #20207      +/-   ##
========================================================================
- Coverage                                 47.06%   47.01%   -0.06%     
========================================================================
  Files                                      3895     3893       -2     
  Lines                                    117441   117406      -35     
  Branches                                  17979    17956      -23     
========================================================================
- Hits                                      55277    55196      -81     
- Misses                                    59678    59723      +45     
- Partials                                   2486     2487       +1     

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

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 16, 2026

Logo
Checkmarx One – Scan Summary & Detailse38ea334-980a-42f5-8839-22046e13730c

Great job! No new security vulnerabilities introduced in this pull request

@sonarqubecloud
Copy link
Copy Markdown

* Excludes the last/active breadcrumb since that is always shown.
* */
protected readonly sortedBreadcrumbs = computed(() => {
const allBreadcrumbs = this.breadcrumbs().map((_, i) => i);
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.

I don't really understand the need for this map. What is it we are trying to do here? Just getting a count?

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