From 235b2e106870e2ea82d1610a192e2fe923278b96 Mon Sep 17 00:00:00 2001 From: Ryan Yun Date: Fri, 22 Sep 2017 11:10:39 -0400 Subject: [PATCH 01/12] add class name for my profile container --- client/coral-settings/containers/ProfileContainer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/coral-settings/containers/ProfileContainer.js b/client/coral-settings/containers/ProfileContainer.js index 1391fa83f..4531ff7d3 100644 --- a/client/coral-settings/containers/ProfileContainer.js +++ b/client/coral-settings/containers/ProfileContainer.js @@ -71,7 +71,7 @@ class ProfileContainer extends Component { const emailAddress = localProfile && localProfile.id; return ( -
+

{user.username}

{emailAddress ?

{emailAddress}

: null} From d359d915fe017588b21ebc97668966d2882f7d68 Mon Sep 17 00:00:00 2001 From: Ryan Yun Date: Fri, 22 Sep 2017 11:11:22 -0400 Subject: [PATCH 02/12] add class name for configure container --- client/coral-configure/containers/ConfigureStreamContainer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/coral-configure/containers/ConfigureStreamContainer.js b/client/coral-configure/containers/ConfigureStreamContainer.js index c009bbb76..6b1716930 100644 --- a/client/coral-configure/containers/ConfigureStreamContainer.js +++ b/client/coral-configure/containers/ConfigureStreamContainer.js @@ -102,7 +102,7 @@ class ConfigureStreamContainer extends Component { const closedTimeout = dirtySettings.closedTimeout; return ( -
+
Date: Fri, 22 Sep 2017 11:16:56 -0400 Subject: [PATCH 03/12] add static class names for respected and liked buttons --- plugins/talk-plugin-like/client/LikeButton.js | 2 +- plugins/talk-plugin-respect/client/RespectButton.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/talk-plugin-like/client/LikeButton.js b/plugins/talk-plugin-like/client/LikeButton.js index ece85537d..33f68c877 100644 --- a/plugins/talk-plugin-like/client/LikeButton.js +++ b/plugins/talk-plugin-like/client/LikeButton.js @@ -35,7 +35,7 @@ class LikeButton extends React.Component { return (
From 66518f50dd91cf53148e0a2c6c23455a8102bc33 Mon Sep 17 00:00:00 2001 From: Ryan Yun Date: Fri, 22 Sep 2017 11:41:54 -0400 Subject: [PATCH 05/12] add class name to off topic tag --- plugins/talk-plugin-offtopic/client/components/OffTopicTag.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/talk-plugin-offtopic/client/components/OffTopicTag.js b/plugins/talk-plugin-offtopic/client/components/OffTopicTag.js index 5b8de8875..265a175c5 100644 --- a/plugins/talk-plugin-offtopic/client/components/OffTopicTag.js +++ b/plugins/talk-plugin-offtopic/client/components/OffTopicTag.js @@ -2,12 +2,13 @@ import React from 'react'; import styles from './OffTopicTag.css'; import {t} from 'plugin-api/beta/client/services'; import {isTagged} from 'plugin-api/beta/client/utils'; +import cn from 'classnames'; export default (props) => ( { isTagged(props.comment.tags, 'OFF_TOPIC') && props.depth === 0 ? ( - + {t('off_topic')} ) : null From d60b8699376bd500afa5f9f8c004a84aa99f2d36 Mon Sep 17 00:00:00 2001 From: Ryan Yun Date: Fri, 22 Sep 2017 11:48:04 -0400 Subject: [PATCH 06/12] add class name to featured tag --- plugins/talk-plugin-featured-comments/client/components/Tag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/talk-plugin-featured-comments/client/components/Tag.js b/plugins/talk-plugin-featured-comments/client/components/Tag.js index e7e75a0e6..4c65a52ec 100644 --- a/plugins/talk-plugin-featured-comments/client/components/Tag.js +++ b/plugins/talk-plugin-featured-comments/client/components/Tag.js @@ -34,7 +34,7 @@ export default class Tag extends React.Component { - + {t('talk-plugin-featured-comments.featured')} {tooltip && } From 605c87a7998c123b64615f8a131e660650043b72 Mon Sep 17 00:00:00 2001 From: Ryan Yun Date: Fri, 22 Sep 2017 12:16:31 -0400 Subject: [PATCH 07/12] featured and all comments have same left and right action container class names --- client/coral-embed-stream/src/components/Comment.js | 4 ++-- .../client/components/Comment.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/coral-embed-stream/src/components/Comment.js b/client/coral-embed-stream/src/components/Comment.js index 9d3cb0218..622ec5e29 100644 --- a/client/coral-embed-stream/src/components/Comment.js +++ b/client/coral-embed-stream/src/components/Comment.js @@ -529,7 +529,7 @@ export default class Comment extends React.Component {
{isActive &&
-
+
}
-
+