Merge pull request #13350 from JorikSchellekens/joriks/font-sclaing-slider

Add labs flag for alternate message layouts
pull/13764/head
Travis Ralston 2020-05-19 14:53:01 -06:00 committed by GitHub
commit aae5e4c234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 2 deletions

View File

@ -29,7 +29,8 @@
"feature_pinning": "labs",
"feature_custom_status": "labs",
"feature_custom_tags": "labs",
"feature_state_counters": "labs"
"feature_state_counters": "labs",
"feature_irc_ui": "labs"
},
"default_federate": true,
"default_theme": "light",

View File

@ -106,3 +106,9 @@ adds an ability for end users to add themes themselves by using a URL to the JSO
theme definition.
For some sample themes, check out [aaronraimist/riot-web-themes](https://github.com/aaronraimist/riot-web-themes).
## IRC message layout (`feature_irc_ui`)
Adds an option to change the message layout to an IRC style ` timestamp | avatar
| name | message `

View File

@ -22,7 +22,8 @@
"feature_dm_verification": "labs",
"feature_bridge_state": "labs",
"feature_presence_in_room_list": "labs",
"feature_custom_themes": "labs"
"feature_custom_themes": "labs",
"feature_irc_ui": "labs"
},
"piwik": {
"url": "https://piwik.riot.im/",