From 585cfbbaf9b8f3c3df8705622b7fd4982c3192c2 Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Thu, 7 May 2020 16:18:11 +0100 Subject: [PATCH] Update docs --- docs/labs.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/labs.md b/docs/labs.md index 79e18f6547..e4fc8ed4cc 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -12,11 +12,6 @@ dropped. Ask in the room if you are unclear about any details here.** Enables font scaling options for accessibility. To alter the scale check the appearance tab in settings. -## Alternate message layouts (`feature_alternate_message_layouts`) - -Enables options in appearance settings to switch between message layouts such as -the default and "irc-like" layouts. - ## Message pinning (`feature_pinning`) Allows you to pin messages in the room. To pin a message, use the 3 dots to the right of the message @@ -128,4 +123,15 @@ normally these themes need to be defined in the config for Riot. This labs flag adds an ability for end users to add themes themselves by using a URL to the JSON theme definition. +## IRC message layout (`feature_irc_ui`) + +Adds an option to change the message layout to an IRC style ` timestamp | avatar +| name | message ` + +## Remove timeline avatars (`feature_no_timeline_avatars`) + +Adds the option to remove the avatars in the message layout. This is intended to +be used in conjunction with the irc layout however it available for both +layouts. + For some sample themes, check out [aaronraimist/riot-web-themes](https://github.com/aaronraimist/riot-web-themes).