From 728d523b9e6d8d53101eb9ca9f571eaad9a5d28a Mon Sep 17 00:00:00 2001 From: David Erwin Date: Mon, 5 Jun 2017 17:25:27 -0400 Subject: [PATCH 1/4] Begin adding css override classes --- client/coral-embed-stream/src/components/Comment.js | 8 ++++---- 1 file 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 48392cc51..f56c2ec0e 100644 --- a/client/coral-embed-stream/src/components/Comment.js +++ b/client/coral-embed-stream/src/components/Comment.js @@ -226,7 +226,7 @@ class Comment extends React.Component { return (
@@ -234,15 +234,15 @@ class Comment extends React.Component {
- + {isStaff(comment.tags) ? Staff : null} {commentIsBest(comment) ? : null } - - + + { (comment.editing && comment.editing.edited) ?  (Edited) From ad4c4a0a5b3e203ed1ff7655983893d458d152d6 Mon Sep 17 00:00:00 2001 From: Riley Davis Date: Mon, 5 Jun 2017 16:46:58 -0600 Subject: [PATCH 2/4] fix for active tab not showing. user box classNames --- client/coral-embed-stream/src/components/Embed.js | 8 +++++--- client/coral-ui/components/TabBar.js | 2 +- plugins/coral-plugin-auth/client/components/UserBox.js | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/client/coral-embed-stream/src/components/Embed.js b/client/coral-embed-stream/src/components/Embed.js index 264b1b2aa..bf1aa2292 100644 --- a/client/coral-embed-stream/src/components/Embed.js +++ b/client/coral-embed-stream/src/components/Embed.js @@ -38,13 +38,15 @@ export default class Embed extends React.Component { const {asset: {totalCommentCount}} = this.props.root; const {user} = this.props.auth; + console.log('activeTab', activeTab); + return (
- - {t('framework.my_profile')} - {t('framework.configure_stream')} + + {t('framework.my_profile')} + {t('framework.configure_stream')} {commentId &&