mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 14:02:41 +00:00
Adding patreon link in nav
This commit is contained in:
8
client/homebrew/navbar/patreon.navitem.jsx
Normal file
8
client/homebrew/navbar/patreon.navitem.jsx
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
var React = require('react');
|
||||||
|
var Nav = require('naturalcrit/nav/nav.jsx');
|
||||||
|
|
||||||
|
module.exports = function(props){
|
||||||
|
return <Nav.item newTab={true} href='https://www.patreon.com/stolksdorf' color='green' icon='fa-gift'>
|
||||||
|
help out
|
||||||
|
</Nav.item>
|
||||||
|
};
|
||||||
@@ -4,7 +4,7 @@ var cx = require('classnames');
|
|||||||
|
|
||||||
var Nav = require('naturalcrit/nav/nav.jsx');
|
var Nav = require('naturalcrit/nav/nav.jsx');
|
||||||
var Navbar = require('../../navbar/navbar.jsx');
|
var Navbar = require('../../navbar/navbar.jsx');
|
||||||
|
var PatreonNavItem = require('../../navbar/patreon.navitem.jsx');
|
||||||
|
|
||||||
|
|
||||||
var SplitPane = require('naturalcrit/splitPane/splitPane.jsx');
|
var SplitPane = require('naturalcrit/splitPane/splitPane.jsx');
|
||||||
@@ -35,6 +35,7 @@ var HomePage = React.createClass({
|
|||||||
renderNavbar : function(){
|
renderNavbar : function(){
|
||||||
return <Navbar>
|
return <Navbar>
|
||||||
<Nav.section>
|
<Nav.section>
|
||||||
|
<PatreonNavItem />
|
||||||
<Nav.item newTab={true} href='https://github.com/stolksdorf/naturalcrit/issues' color='red' icon='fa-bug'>
|
<Nav.item newTab={true} href='https://github.com/stolksdorf/naturalcrit/issues' color='red' icon='fa-bug'>
|
||||||
report issue
|
report issue
|
||||||
</Nav.item>
|
</Nav.item>
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ When you create your own homebrew you will be given a *edit url* and a *share ur
|
|||||||
Anyone with the *share url* will be able to access a read-only version of your homebrew.
|
Anyone with the *share url* will be able to access a read-only version of your homebrew.
|
||||||
|
|
||||||
## Helping out
|
## Helping out
|
||||||
Like this tool? Want to buy me a beer? [Head here]() to help me keep the servers running.
|
Like this tool? Want to buy me a beer? [Head here](https://www.patreon.com/stolksdorf) to help me keep the servers running.
|
||||||
|
|
||||||
This tool will **always** be free, never have ads, and I will never offer any "premium" features or whatever.
|
This tool will **always** be free, never have ads, and I will never offer any "premium" features or whatever.
|
||||||
|
|
||||||
@@ -44,9 +44,6 @@ What's new in the latest update? Check out the full changelog [here](/homebrew/c
|
|||||||
* **More reliable rendering** Lots of work has been put into making the rendering more reliable, not just for web, but also for PDFs
|
* **More reliable rendering** Lots of work has been put into making the rendering more reliable, not just for web, but also for PDFs
|
||||||
* **PDF Printing on Chrome** You don't need to use Chrome Canary anymore!
|
* **PDF Printing on Chrome** You don't need to use Chrome Canary anymore!
|
||||||
* ** Performance Improvements** The site should load faster, save faster, and render large brews *much* faster.
|
* ** Performance Improvements** The site should load faster, save faster, and render large brews *much* faster.
|
||||||
* **Partial Page Rendering** Only renders the page you're looking at. If you have a very large brew, you'll love this.
|
|
||||||
* **Improved Zoom** Zooming in and out on the browser is now way nicer looking. Go get the bird's eye view!
|
|
||||||
|
|
||||||
|
|
||||||
>##### PDF Exporting
|
>##### PDF Exporting
|
||||||
> After clicking the "Print" item in the navbar a new page will open and a print dialog will pop-up
|
> After clicking the "Print" item in the navbar a new page will open and a print dialog will pop-up
|
||||||
|
|||||||
Reference in New Issue
Block a user