-
Notifications
You must be signed in to change notification settings - Fork 1.1k
fix(breadcrumbs): trailing link should still clickable if hide last breadcrumb #10897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ast breadcrumb The changes opensearch-project#10507 causes Visualize/Dashboards not clickable when open a visualization or dashboard, this prevent user from navigating back to visualization list or dashboard list from breadcrumbs. Signed-off-by: Yulong Ruan <[email protected]>
❌ Empty Changelog SectionThe Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #10897 +/- ##
=======================================
Coverage 60.76% 60.76%
=======================================
Files 4533 4533
Lines 122129 122164 +35
Branches 20461 20471 +10
=======================================
+ Hits 74207 74232 +25
- Misses 42689 42695 +6
- Partials 5233 5237 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Yulong Ruan <[email protected]>
e07bc43
|
Checked the failed tests are unrelated, merge now |
Description
The changes #10507 causes Visualize/Dashboards not clickable when open a visualization or dashboard, this prevent user from navigating back to visualization list or dashboard list from breadcrumbs.
Before
After
Issues Resolved
Screenshot
Testing the changes
Changelog
Check List
yarn test:jestyarn test:jest_integration