0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 18:32:40 +00:00

Functional user theme loading though noising console

This commit is contained in:
David Bolack
2024-02-27 13:41:51 -06:00
parent 2456432844
commit 7b3a1eb4ff
7 changed files with 99 additions and 49 deletions

View File

@@ -388,6 +388,10 @@ const EditPage = createClass({
return <div className='editPage sitePage'>
<Meta name='robots' content='noindex, nofollow' />
{this.renderNavbar()}
{console.log('state')}
{console.log(this.state)}
{console.log('props')}
{console.log(this.props)}
<div className='content'>
<SplitPane onDragFinish={this.handleSplitMove} ref='pane'>
@@ -407,6 +411,8 @@ const EditPage = createClass({
theme={this.state.brew.theme}
errors={this.state.htmlErrors}
lang={this.state.brew.lang}
userThemes={this.props.brew.userThemes}
themeClass={this.state.brew.themeClass}
currentEditorPage={this.state.currentEditorPage}
/>
</SplitPane>