Display Left rooms, shorter onSyncResponse func

This commit is contained in:
miruka
2019-07-06 22:35:42 -04:00
parent 2ac1d6da17
commit cf04f8ad2f
4 changed files with 66 additions and 78 deletions

View File

@@ -57,11 +57,10 @@ HColumnLayout {
TypingMembersBar {
Layout.fillWidth: true
//Layout.preferredHeight: text ? implicitHeight : 0
}
InviteBanner {
visible: category === "Invites"
visible: category == "Invites"
inviterId: roomInfo.inviterId
}
@@ -75,10 +74,10 @@ HColumnLayout {
}
//LeftBanner {
//visible: category === "Left"
//visible: category == "Left"
//leftEvent: roomInfo.leftEvent
//}
//}
}
// RoomSidePane {
//id: roomSidePane
@@ -145,6 +144,5 @@ HColumnLayout {
//Layout.minimumWidth: theme.avatar.size
//Layout.maximumWidth: parent.width
//}
}
}
}