From 2e487214ff90c150409eb789dd5a0998f4194afb Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 1 May 2019 22:26:31 -0700 Subject: Reworking some UI. Adding proper trending communities with hot rank. - Breaking out subscribed and all into radios. Fixes #142 --- ui/src/components/communities.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'ui/src/components/communities.tsx') diff --git a/ui/src/components/communities.tsx b/ui/src/components/communities.tsx index 03e124f1..190f8e3d 100644 --- a/ui/src/components/communities.tsx +++ b/ui/src/components/communities.tsx @@ -66,17 +66,17 @@ export class Communities extends Component { {this.state.loading ?
:
-
Communities
+
List of communities
- + - - - + + + @@ -84,11 +84,11 @@ export class Communities extends Component { {this.state.communities.map(community => - + - - - + + +
NameTitleTitle CategorySubscribersPostsCommentsSubscribersPostsComments
{community.name}{community.title}{community.title} {community.category_name}{community.number_of_subscribers}{community.number_of_posts}{community.number_of_comments}{community.number_of_subscribers}{community.number_of_posts}{community.number_of_comments} {community.subscribed ? Unsubscribe : -- cgit v1.2.3