Skip to content

Commit 42a2f83

Browse files
authored
Merge pull request #13675 from vector-im/travis/room-list-2
Add docs and labs flag for new room list implementation
2 parents 03414d9 + 6f7570d commit 42a2f83

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/labs.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ theme definition.
112112

113113
For some sample themes, check out [aaronraimist/riot-web-themes](https://github.com/aaronraimist/riot-web-themes).
114114

115+
## New room list (`feature_new_room_list`) (in development)
116+
117+
A complete rewrite of the room list is underway to increase performance, stability,
118+
and general usability. This is expected to take a while to complete and as such might
119+
be missing critical features - please use at your own risk, though do report bugs!
120+
115121
## IRC message layout (`feature_irc_ui`)
116122

117123
Adds an option to change the message layout to an IRC style ` timestamp | avatar

riot.im/develop/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"feature_bridge_state": "labs",
2525
"feature_presence_in_room_list": "labs",
2626
"feature_custom_themes": "labs",
27+
"feature_new_room_list": "labs",
2728
"feature_irc_ui": "labs"
2829
},
2930
"piwik": {

0 commit comments

Comments
 (0)