|
|
@ -172,6 +172,8 @@ App.prototype.renderSidebar = function() { |
|
|
|
}, |
|
|
|
}, |
|
|
|
}) : undefined, |
|
|
|
}) : undefined, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
]), |
|
|
|
|
|
|
|
|
|
|
|
// overlay
|
|
|
|
// overlay
|
|
|
|
// TODO: add onClick for overlay to close sidebar
|
|
|
|
// TODO: add onClick for overlay to close sidebar
|
|
|
|
this.props.sidebarOpen ? h('div', { |
|
|
|
this.props.sidebarOpen ? h('div', { |
|
|
@ -189,7 +191,6 @@ App.prototype.renderSidebar = function() { |
|
|
|
} |
|
|
|
} |
|
|
|
}, []) : undefined, |
|
|
|
}, []) : undefined, |
|
|
|
]) |
|
|
|
]) |
|
|
|
]) |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
App.prototype.renderAppBar = function () { |
|
|
|
App.prototype.renderAppBar = function () { |
|
|
|