Merge branch 'develop' of github.com:vector-im/riot-web into joriks/delabs-font-scaling

This commit is contained in:
Jorik Schellekens 2020-07-14 21:51:41 +01:00
commit f5209c0d7e
12 changed files with 85 additions and 37 deletions

View file

@ -95,13 +95,19 @@ theme definition.
For some sample themes, check out [aaronraimist/riot-web-themes](https://github.com/aaronraimist/riot-web-themes).
## New room list (`feature_new_room_list`)
## New room list
A complete rewrite of the room list is underway to increase performance, stability,
and general usability. This is still rapidly changing, but feel free to give it a test.
and general usability.
## IRC message layout (`feature_irc_ui`)
In the event the new room list needs to be disabled, add this to your config.json:
```json
{
"settingDefaults": {
"feature_new_room_list": false
}
}
```
Adds an option to change the message layout to an IRC style ` timestamp | avatar
| name | message `
**Note**: In a future release the new room list will not be optional.