First attempt alpha room list sorting

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-02-18 14:55:12 +00:00
parent 8087f18bf7
commit 932c9b3106
7 changed files with 173 additions and 66 deletions

View file

@ -48,6 +48,7 @@ export default class PreferencesUserSettingsTab extends React.Component {
];
static ROOM_LIST_SETTINGS = [
'RoomList.orderingAlgorithm', // this has a controller which maps the boolean inputs to algorithms
'RoomList.orderByImportance',
'breadcrumbs',
];