mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge pull request #13675 from vector-im/travis/room-list-2
Add docs and labs flag for new room list implementation
This commit is contained in:
commit
42a2f83603
@ -112,6 +112,12 @@ theme definition.
|
|||||||
|
|
||||||
For some sample themes, check out [aaronraimist/riot-web-themes](https://github.com/aaronraimist/riot-web-themes).
|
For some sample themes, check out [aaronraimist/riot-web-themes](https://github.com/aaronraimist/riot-web-themes).
|
||||||
|
|
||||||
|
## New room list (`feature_new_room_list`) (in development)
|
||||||
|
|
||||||
|
A complete rewrite of the room list is underway to increase performance, stability,
|
||||||
|
and general usability. This is expected to take a while to complete and as such might
|
||||||
|
be missing critical features - please use at your own risk, though do report bugs!
|
||||||
|
|
||||||
## IRC message layout (`feature_irc_ui`)
|
## IRC message layout (`feature_irc_ui`)
|
||||||
|
|
||||||
Adds an option to change the message layout to an IRC style ` timestamp | avatar
|
Adds an option to change the message layout to an IRC style ` timestamp | avatar
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
"feature_bridge_state": "labs",
|
"feature_bridge_state": "labs",
|
||||||
"feature_presence_in_room_list": "labs",
|
"feature_presence_in_room_list": "labs",
|
||||||
"feature_custom_themes": "labs",
|
"feature_custom_themes": "labs",
|
||||||
|
"feature_new_room_list": "labs",
|
||||||
"feature_irc_ui": "labs"
|
"feature_irc_ui": "labs"
|
||||||
},
|
},
|
||||||
"piwik": {
|
"piwik": {
|
||||||
|
Loading…
Reference in New Issue
Block a user