-
Notifications
You must be signed in to change notification settings - Fork 95
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
Breadcrumbs on concept page #1586
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1586 +/- ##
=========================================
Coverage 70.54% 70.54%
Complexity 1644 1644
=========================================
Files 32 32
Lines 4315 4315
=========================================
Hits 3044 3044
Misses 1271 1271 ☔ 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.
In the review:
- General overview -> looks good!
- Tested the behavior of breadcrumbs on long paths -> looks good!
- Tested functionality - it works!
- Compared against the agreed Definition of Ready for PRs -> nearly meets the requirements (In the PR exceptions were mentioned)
- Exceeds the exceptions mentioned in the PR as it includes comprehensive Cypress tests with excellent comments.
- Compared against the agreed layout guide and currently aligns well with it (styles will be refined later) and is already quite close to the final goal.
Well done!
Reasons for creating this PR
Implement the breadcrumb display on the concept page.
With long paths, the top levels are initially hidden. Clicking on the first
...
will display the hidden paths. This is implemented using the Collapse functionality in Bootstrap.Link to relevant issue(s), if any
Description of the changes in this PR
aria-label
value for the breadcrumb navigation elementKnown problems or uncertainties in this PR
Checklist
.sr-only
class, color contrast)