-
Notifications
You must be signed in to change notification settings - Fork 4
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
Small tweaks #57
Small tweaks #57
Conversation
benjaminreid
commented
Aug 17, 2018
•
edited
Loading
edited
- Makes the scenes code consistent with the generated ones
- Small bits of tidy up
- Make components consistent with generated ones
- Fix type imports
- Fix version bump command
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.
⚒ Added a note about styleguide translations, but everything else looks good.
const Styleguide = ({ installed, requestExample }: Props): React.Node => ( | ||
<Layout.Scroll header> | ||
<Layout.Padded> | ||
<Text>Styleguide</Text> |
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.
Worth moving these into translations files?
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 the styleguide may be more trouble than it’s worth, as it’s not user facing 😄