0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 13:32:45 +00:00

Added a quick build task and created the warnings component

This commit is contained in:
Scott Tolksdorf
2017-01-14 13:53:09 -08:00
parent 306e4f024c
commit 6e86d9c123
8 changed files with 121 additions and 12 deletions

View File

@@ -17,6 +17,8 @@ const BrewRenderer = require('../../brewRenderer/brewRenderer.jsx');
const Markdown = require('naturalcrit/markdown.js');
const Warnings = require('homebrewery/warnings/warnings.jsx')
const SAVE_TIMEOUT = 3000;
@@ -211,6 +213,8 @@ const EditPage = React.createClass({
return <div className='editPage page'>
{this.renderNavbar()}
<Warnings />
<div className='content'>
<SplitPane onDragFinish={this.handleSplitMove} ref='pane'>
<Editor