Merge pull request #4253 from matrix-org/travis/room-list-2
Rewrite the room list store
This commit is contained in:
commit
7ff850deea
31 changed files with 2272 additions and 43 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue