-
Notifications
You must be signed in to change notification settings - Fork 60
Cleanup and improvements to the Navigator #423
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
Cleanup and improvements to the Navigator #423
Conversation
…g to allow no truncation on navigator items.
…-css-var # Conflicts: # tests/unit/components/Navigator/NavigatorCard.spec.js
…-css-var # Conflicts: # src/components/Navigator/NavigatorCard.vue # tests/unit/components/Navigator.spec.js # tests/unit/components/Navigator/NavigatorCard.spec.js # tests/unit/views/DocumentationTopic.spec.js
@swift-ci test |
@swift-ci test |
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.
Left a question. Everything else looks good. I also tested it out
@swift-ci test |
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.
Changes generally look ok to me and I'm not seeing any obvious issues testing this for regressions.
@swift-ci test |
@swift-ci test |
Bug/issue #, if applicable: 97716711
Summary
This PR refactors the Navigator to make it more robust and cleans up the styling.
Dependencies
NA
Testing
Steps:
Navigator.vue
whitespace: nowrap
so titles overflow. Assert the navigator works as expected.Checklist
Make sure you check off the following items. If they cannot be completed, provide a reason.
npm test
, and it succeeded