From: Dessalines Date: Mon, 6 May 2019 16:26:21 +0000 (-0700) Subject: Better columns X-Git-Url: http://these/git/?a=commitdiff_plain;h=2f0a7c5584ef3a5851490195398c1a72ec89cfcb;p=lemmy.git Better columns --- diff --git a/ui/src/components/community.tsx b/ui/src/components/community.tsx index 28841a2e..efa908f1 100644 --- a/ui/src/components/community.tsx +++ b/ui/src/components/community.tsx @@ -36,6 +36,7 @@ export class Community extends Component { number_of_comments: null, published: null, removed: null, + deleted: null, }, moderators: [], admins: [], @@ -98,7 +99,7 @@ export class Community extends Component { {this.state.loading ?
:
-
+
{this.state.community.title} {this.state.community.removed && removed @@ -108,7 +109,7 @@ export class Community extends Component { {this.paginator()}
-
+
{ {this.state.loading ?
:
-
+
{
{this.state.comments.length > 0 && this.newComments()}
-
+
{this.sidebar()}
@@ -148,7 +148,7 @@ export class Post extends Component { sidebar() { return ( -
+