add lost SVGs and implement SearchBox skeleton

This commit is contained in:
Matthew Hodgson 2016-04-15 02:23:12 +01:00
parent cc1e30c963
commit f8d5101dbc
11 changed files with 193 additions and 1 deletions

View file

@ -87,6 +87,7 @@ var LeftPanel = React.createClass({
render: function() {
var RoomList = sdk.getComponent('rooms.RoomList');
var BottomLeftMenu = sdk.getComponent('structures.BottomLeftMenu');
var SearchBox = sdk.getComponent('structures.SearchBox');
var collapseButton;
var classes = "mx_LeftPanel mx_fadable";
@ -110,6 +111,7 @@ var LeftPanel = React.createClass({
return (
<aside className={classes} style={{ opacity: this.props.opacity }}>
<SearchBox collapsed={ this.props.collapsed } />
{ collapseButton }
{ callPreview }
<RoomList