From f740698dbe06816921d2a20eea876c9ca7b515ed Mon Sep 17 00:00:00 2001 From: David Meza Date: Mon, 31 Jul 2017 07:24:13 -0500 Subject: PLT-6486 Add an `@username` button to the profile popover, that puts the username in the post when clicked (#6349) * PLT-6486 Add an `@username` button to the profile popover, that puts the username in the post when clicked * PLT-6486 Display `@username` mention on the right text area on center or RHS. * Disable @mentions from profile popover on searches, mentions and pinned posts. Fix js errors. * Control undefined post in SearchStore that causes an exception. --- webapp/components/rhs_comment.jsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'webapp/components/rhs_comment.jsx') diff --git a/webapp/components/rhs_comment.jsx b/webapp/components/rhs_comment.jsx index 3813fe5a0..25ea4f9ca 100644 --- a/webapp/components/rhs_comment.jsx +++ b/webapp/components/rhs_comment.jsx @@ -223,6 +223,8 @@ export default class RhsComment extends React.Component { user={this.props.user} status={status} isBusy={this.props.isBusy} + isRHS={true} + hasMention={true} /> ); @@ -291,6 +293,8 @@ export default class RhsComment extends React.Component { height='36' user={this.props.user} isBusy={this.props.isBusy} + isRHS={true} + hasMention={true} /> ); @@ -327,6 +331,8 @@ export default class RhsComment extends React.Component { status={status} user={this.props.user} isBusy={this.props.isBusy} + isRHS={true} + hasMention={true} /> ); } @@ -447,7 +453,11 @@ export default class RhsComment extends React.Component {
{failedPostOptions} - +
{fileAttachment} -- cgit v1.2.3-1-g7c22