Implement room filtering

This commit is contained in:
miruka
2019-05-11 17:13:53 -04:00
parent bb86c39fe7
commit d82cb50e30
5 changed files with 71 additions and 19 deletions

View File

@@ -17,6 +17,8 @@ HRowLayout {
placeholderText: qsTr("Filter rooms")
backgroundColor: HStyle.sidePane.filterRooms.background
onTextChanged: Backend.setRoomFilter(text)
Layout.fillWidth: true
Layout.preferredHeight: 32
}