Refactor search results to use PF breadcrumbs#331
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
Summary by CodeRabbitRelease Notes
WalkthroughSearchResultItem refactors its breadcrumb rendering to use PatternFly's Breadcrumb and BreadcrumbItem components instead of custom JSX. A new helper function extracts breadcrumb configuration logic, and styling is added to control breadcrumb item font size. ChangesBreadcrumb component refactor
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 Stylelint (17.12.0)src/components/HelpPanel/HelpPanelTabs/SearchPanel/SearchResultItem.scssConfigurationError: Could not find "stylelint-config-recommended-scss". Do you need to install the package or use the "configBasedir" option? Comment |
For RHCLOUD-47950. Replacing this with PF's breadcrumb fixes the spacing/styling issues.
Before:

After:
