-
Notifications
You must be signed in to change notification settings - Fork 97
feat(chrome)!: removes Subnav component #1787
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
jzempel
left a comment
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.
After you GH auth with CircleCI, we should be seeing an auto deployment on the PR 😉
| isFluid: { control: 'boolean' }, | ||
| skipNav: { name: 'children', table: { category: 'SkipNav' } }, | ||
| isExpanded: { name: 'Nav isExpanded', table: { category: 'Story' } }, | ||
| isWrapped: { name: 'Nav/SubNav isWrapped', table: { category: 'Story' } }, |
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.
I think we still want the isWrapped control for Nav.
| hasFooter: boolean; | ||
| footerItems: IFooterItem[]; | ||
| isExpanded: boolean; | ||
| isWrapped: boolean; |
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.
ditto
| }} | ||
| > | ||
| <Nav.ItemIcon>{NAV_ICONS[index] || <NavIcon />}</Nav.ItemIcon> | ||
| <Nav.ItemText isWrapped={isWrapped}>{item.text}</Nav.ItemText> |
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.
Let's definitely keep this
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.
[nit] should be isWrapped: { name: 'Nav isWrapped', table: { category: 'Story' } }, rather than 'Nav/Subnav isWrapped'.
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.
geotrev
left a comment
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.
Other than JZ's comment, looks good in code & demo.
Description
Subnavcomponent and associated dependencies.Checklist
👌 design updates will be Garden Designer approved (add the designer as a reviewer)npm start)⬅️ renders as expected with reversed (RTL) direction🤘 renders as expected with Bedrock CSS (?bedrock)💂♂️ includes new unit tests. Maintain existing coverage (always >= 96%)♿ tested for WCAG 2.1 AA accessibility compliance