-
Notifications
You must be signed in to change notification settings - Fork 536
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
set subnav contains current item to false #4722
Conversation
|
Thank you for the PR @Hanskrogh! This looks great ✨! I'm wondering, would it be possible for us to add a test in |
Hey @TylerJDev - I’ve added a snapshot test. It needed to be a snapshot test because the state only affects the ::after pseudo-element. I had to capture the initial styles and perform a couple of rerenders to ensure the component’s styles return to the initial state. 😊 Feel free to adjust as needed! |
Thanks a ton @Hanskrogh! I'll take a look at the changes before the week is up! Thank you again for the PR! ✨ |
Any news? :) |
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'm sorry for the delay @Hanskrogh! I'm coming at this a bit late, and now I'm having trouble reproducing this. Is/was there a page or example you tested this on? I followed the steps in #4721 but I suspect I'm missing a step.
Other than that and the comment I left, I think the only thing this PR would need is a changeset!
Sub Item | ||
</NavList.Item> | ||
</NavList.SubNav> | ||
<NavList> |
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 see the <ThemeProvider>
was removed here and was just curious if we removed it intentionally? 🤔
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.
@TylerJDev It was not intentionally ;)
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.
@TylerJDev It seems like the npx changeset only allows me to create a Major release... I do not believe this is a major release :)
Hi! This pull request has been marked as stale because it has been open with no activity for 60 days. You can comment on the pull request or remove the stale label to keep it open. If you do nothing, this pull request will be closed in 7 days. |
Closes #4721
before-recording.mov
after-recording.mov
Changelog
New
Changed
ItemWithSubNav
within theNavList
component.Removed
Rollout strategy
Testing & Reviewing
Merge checklist