Merge pull request #4253 from matrix-org/travis/room-list-2

Rewrite the room list store
This commit is contained in:
Travis Ralston 2020-05-21 13:30:32 -06:00 committed by GitHub
commit 7ff850deea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 2272 additions and 43 deletions

View file

@ -138,6 +138,12 @@ export const SETTINGS = {
supportedLevels: LEVELS_FEATURE,
default: false,
},
"feature_new_room_list": {
isFeature: true,
displayName: _td("Use the improved room list (in development - refresh to apply changes)"),
supportedLevels: LEVELS_FEATURE,
default: false,
},
"feature_custom_themes": {
isFeature: true,
displayName: _td("Support adding custom themes"),