From f76c3af557c88b382fba14c8ab19f64664dcda38 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 20 Mar 2020 16:53:54 -0400 Subject: Adding clearer goto context. - Adding context props. - Making link / context the first selectable on user and inbox page. - Making icons a little bigger. - #609 --- ui/src/components/comment-nodes.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/src/components/comment-nodes.tsx') diff --git a/ui/src/components/comment-nodes.tsx b/ui/src/components/comment-nodes.tsx index ebbef8fa..875db1f2 100644 --- a/ui/src/components/comment-nodes.tsx +++ b/ui/src/components/comment-nodes.tsx @@ -20,6 +20,7 @@ interface CommentNodesProps { viewOnly?: boolean; locked?: boolean; markable?: boolean; + showContext?: boolean; showCommunity?: boolean; sort?: CommentSortType; sortType?: SortType; @@ -47,6 +48,7 @@ export class CommentNodes extends Component< admins={this.props.admins} postCreatorId={this.props.postCreatorId} markable={this.props.markable} + showContext={this.props.showContext} showCommunity={this.props.showCommunity} sort={this.props.sort} sortType={this.props.sortType} -- cgit v1.2.3