-
Notifications
You must be signed in to change notification settings - Fork 29
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
Breaking: Convert to JSX (fixes #146) #194
Conversation
- replace .hbs templates with .jsx - change view template filenames - create Boxmenu model - condense view background style functions that are dependant on background image
Co-authored-by: Oliver Foster <[email protected]>
Co-authored-by: Oliver Foster <[email protected]>
…with other heading vars
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.
👀 This is a breaking change as anyone with template overrides will find their menu not working.
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.
Lovely upgrade, thank you @kirsty-hames.
Some real nit picky comments from the review mostly. Biggest thing is the _boxmenu
to _boxMenu
change in the js and jsx files.
A separate thought:
- Should the menu image have styles attached to it to be consistent with elements around it i.e. margin-bottom - perhaps that's more of a theme related comment but thought I'd raise it
Co-authored-by: Guy Willis <[email protected]>
Co-authored-by: Guy Willis <[email protected]>
Co-authored-by: Guy Willis <[email protected]>
Co-authored-by: Guy Willis <[email protected]>
Co-authored-by: Guy Willis <[email protected]>
Co-authored-by: Guy Willis <[email protected]>
Co-authored-by: Guy Willis <[email protected]>
Co-authored-by: Guy Willis <[email protected]>
Co-authored-by: Guy Willis <[email protected]>
Co-authored-by: Guy Willis <[email protected]>
Co-authored-by: Guy Willis <[email protected]>
Co-authored-by: Guy Willis <[email protected]>
Co-authored-by: Guy Willis <[email protected]>
Co-authored-by: Guy Willis <[email protected]>
Co-authored-by: Guy Willis <[email protected]>
Co-authored-by: Guy Willis <[email protected]>
Co-authored-by: Guy Willis <[email protected]>
Co-authored-by: Guy Willis <[email protected]>
Co-authored-by: Guy Willis <[email protected]>
Thanks for the thorough review @guywillis. I've implemented your feedback and amended the PR label to 'Breaking' as per @oliverfoster's 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.
👍
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.
👀
🎉 This PR is included in version 7.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Fixes #146
Update