diff --git a/changelog.md b/changelog.md index fd54003..25e52f3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # changelog +### Monday, 14/11/2016 +- Updated snippet bar style +- You can now print from a new page without saving +- Added the ability to use ctrl+p and ctrl+s to print and save respectively. + ### Monday, 07/11/2016 - Added final touches to the html validator and updating the rest of the branch - If anyone finds issues with the new HTML validator, please let me know. I hope this will bring a more consistent feel to Homebrewery rendering. diff --git a/client/homebrew/pages/editPage/editPage.jsx b/client/homebrew/pages/editPage/editPage.jsx index 27cacdd..a321cd8 100644 --- a/client/homebrew/pages/editPage/editPage.jsx +++ b/client/homebrew/pages/editPage/editPage.jsx @@ -26,7 +26,6 @@ const SAVE_TIMEOUT = 3000; var EditPage = React.createClass({ getDefaultProps: function() { return { - ver : '0.0.0', id : null, brew : { title : '', @@ -193,7 +192,7 @@ var EditPage = React.createClass({ } }, renderNavbar : function(){ - return + return diff --git a/client/homebrew/pages/newPage/newPage.jsx b/client/homebrew/pages/newPage/newPage.jsx index 14ab83b..47e5f95 100644 --- a/client/homebrew/pages/newPage/newPage.jsx +++ b/client/homebrew/pages/newPage/newPage.jsx @@ -115,7 +115,7 @@ const NewPage = React.createClass({ }, renderNavbar : function(){ - return + return diff --git a/client/homebrew/pages/sharePage/sharePage.jsx b/client/homebrew/pages/sharePage/sharePage.jsx index 3add2b3..e849de1 100644 --- a/client/homebrew/pages/sharePage/sharePage.jsx +++ b/client/homebrew/pages/sharePage/sharePage.jsx @@ -13,7 +13,6 @@ const BrewRenderer = require('../../brewRenderer/brewRenderer.jsx'); const SharePage = React.createClass({ getDefaultProps: function() { return { - ver : '0.0.0', brew : { title : '', text : '', @@ -41,7 +40,7 @@ const SharePage = React.createClass({ render : function(){ return
- + {this.props.brew.title}