implement collapsible leftpanel at last
This commit is contained in:
parent
a05437e81f
commit
47ed8971e3
16 changed files with 107 additions and 17 deletions
|
@ -159,6 +159,7 @@ module.exports = {
|
|||
<RoomTile
|
||||
room={room}
|
||||
key={room.roomId}
|
||||
collapsed={self.props.collapsed}
|
||||
selected={selected}
|
||||
unread={self.state.activityMap[room.roomId] === 1}
|
||||
highlight={self.state.activityMap[room.roomId] === 2}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue