From 72d54e427c035162260f47b0b79864e6193861e9 Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Mon, 29 Jun 2015 10:31:56 -0400 Subject: add intro text specific to off-topic channel --- web/react/components/post_list.jsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'web/react/components/post_list.jsx') diff --git a/web/react/components/post_list.jsx b/web/react/components/post_list.jsx index 37e3faef2..e37de8d88 100644 --- a/web/react/components/post_list.jsx +++ b/web/react/components/post_list.jsx @@ -356,6 +356,7 @@ module.exports = React.createClass({ var ui_name = channel.display_name var members = ChannelStore.getCurrentExtraInfo().members; var creator_name = ""; + var userStyle = { color: UserStore.getCurrentUser().props.theme } for (var i = 0; i < members.length; i++) { if (members[i].roles.indexOf('admin') > -1) { @@ -382,8 +383,18 @@ module.exports = React.createClass({

); + } else if (channel.name === Constants.OFFTOPIC_CHANNEL) { + more_messages = ( +
+

Welcome

+

+ {"This is the start of " + ui_name + ", a channel for conversations you’d prefer out of more focused channels."} +
+ Set a description +

+
+ ); } else { - var userStyle = { color: UserStore.getCurrentUser().props.theme } var ui_type = channel.type === 'P' ? "private group" : "channel"; more_messages = (
-- cgit v1.2.3-1-g7c22