Make publicrooms use the new paginating API

Also do filtering on the server

WIP: This breaks the network dropdown
This commit is contained in:
David Baker 2016-09-16 17:33:28 +01:00
parent 135c22c99d
commit a11516a984
2 changed files with 72 additions and 43 deletions

View file

@ -46,6 +46,11 @@ limitations under the License.
-webkit-flex-direction: column;
}
.mx_RoomDirectory_list .mx_RoomView_messageListWrapper {
justify-content: flex-start;
-webkit-justify-content: flex-start;
}
.mx_RoomDirectory_listheader {
display: table;
width: 100%;