-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Play-311] - Add Sidebar For Visual Guidelines React Page #2054
[Play-311] - Add Sidebar For Visual Guidelines React Page #2054
Conversation
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.
Just one comment. It is not really critical, but just wanted to better understand.
"Flex Box", | ||
]; | ||
|
||
const ReactSidebar = () => { |
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.
Could we just called this Sidebar
? I don't know why we would need to add React
to the naming unless I'm missing something.
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.
Will make that change 👍🏽
|
||
export default VisualGuidelines | ||
export default VisualGuidelines; |
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.
Thanks for converting the singles to doubles and adding those anchor links! 🚀
<% end %> | ||
|
||
<% if current_page?('/visual_guidelines_react') %> | ||
<%= react_component("ReactSidebar") %> | ||
<% end %> |
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.
<% end %> | |
<% end %> | |
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.
Great job Nida!!
Screens
Breaking Changes
No breaking changes, adding to playbook website only
Runway Ticket URL
Runway Story
How to test this
Test in milano env
Checklist:
enhancement
,bug
,improvement
,new kit
,deprecated
, orbreaking
. See Changelog & Labels for details.Milano
label when you are ready for a review.