Removed useBreadcrumb hook#28969
Conversation
🟡 Playwright Results — all passed (13 flaky)✅ 4301 passed · ❌ 0 failed · 🟡 13 flaky · ⏭️ 88 skipped
🟡 13 flaky test(s) (passed on retry)
How to debug locally# Download playwright-test-results-<shard> artifact and unzip
npx playwright show-trace path/to/trace.zip # view trace |
|
Code Review ✅ Approved 2 resolved / 2 findingsRefactors UI navigation by removing the redundant ✅ 2 resolved✅ Bug: Flipping showHome default to true changes existing breadcrumb consumers
✅ Quality: showHome JSDoc still says "Defaults to false" after default change
OptionsDisplay: compact → Showing less information. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |



Describe your changes:
Fixes 4502
I worked on ... because ...
Type of change:
High-level design:
N/A — small change.
Tests:
Use cases covered
Unit tests
Backend integration tests
Ingestion integration tests
Playwright (UI) tests
Manual testing performed
UI screen recording / screenshots:
Not applicable.
Checklist:
Fixes <issue-number>: <short explanation>Fixes #<issue-number>above.Summary by Gitar
useBreadcrumbshook across multiple components.useBreadcrumbswith the standardHeaderBreadcrumbcomponent for better consistency.HeaderBreadcrumbto defaultshowHomeprop totrue.useBreadcrumbs.tsxutility file.showHome={false}inDataAssetsHeaderto maintain existing behavior where required.tw:mb-3margin toHeaderBreadcrumband updated container classes inContextCentercomponents to remove redundant spacing.This will update automatically on new commits.