-
Notifications
You must be signed in to change notification settings - Fork 924
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
Update Recent popover to always render breadcrumbs with full length #7735
Update Recent popover to always render breadcrumbs with full length #7735
Conversation
Signed-off-by: Zhongnan Su <[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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7735 +/- ##
==========================================
- Coverage 63.82% 63.78% -0.04%
==========================================
Files 3650 3650
Lines 80966 80965 -1
Branches 12894 12894
==========================================
- Hits 51673 51640 -33
- Misses 26126 26156 +30
- Partials 3167 3169 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving to unblock, but why is the last leaf not visible in the recents popover?
…7735) Signed-off-by: Zhongnan Su <[email protected]> (cherry picked from commit 389ad1b) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…7735) (#7742) (cherry picked from commit 389ad1b) Signed-off-by: Zhongnan Su <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…pensearch-project#7735) Signed-off-by: Zhongnan Su <[email protected]>
Description
Update Recent popover to always render breadcrumbs with full length, no matter of header variants. While for page header, also keep the existing breadcrumbs on the top, with last leaf cut off
Issues Resolved
Screenshot
iShot_2024-08-16_11.49.18.mp4
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration