mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
put invites above recents
This commit is contained in:
parent
b1b2704bed
commit
27cf9cf561
@ -62,11 +62,10 @@ module.exports = React.createClass({
|
|||||||
<div className="mx_RoomList" onScroll={this._repositionTooltip}>
|
<div className="mx_RoomList" onScroll={this._repositionTooltip}>
|
||||||
{ expandButton }
|
{ expandButton }
|
||||||
{ callElement }
|
{ callElement }
|
||||||
|
{ invites }
|
||||||
<h2 className="mx_RoomList_favouritesLabel">Favourites</h2>
|
<h2 className="mx_RoomList_favouritesLabel">Favourites</h2>
|
||||||
<RoomDropTarget text="Drop here to favourite"/>
|
<RoomDropTarget text="Drop here to favourite"/>
|
||||||
|
|
||||||
{ invites }
|
|
||||||
|
|
||||||
<h2 className="mx_RoomList_recentsLabel">{ recentsLabel }</h2>
|
<h2 className="mx_RoomList_recentsLabel">{ recentsLabel }</h2>
|
||||||
<div className="mx_RoomList_recents">
|
<div className="mx_RoomList_recents">
|
||||||
{this.makeRoomTiles(this.state.roomList, false)}
|
{this.makeRoomTiles(this.state.roomList, false)}
|
||||||
|
Loading…
Reference in New Issue
Block a user