From: Dessalines Date: Wed, 4 Mar 2020 14:30:49 +0000 (-0500) Subject: Adding icons to stickied, deleted, and locked. X-Git-Url: http://these/git/?a=commitdiff_plain;h=5b2383fa5050d30e5acf8399b78fd651ae0b4342;p=lemmy.git Adding icons to stickied, deleted, and locked. --- diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index 193c2a54..d702d78b 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -339,7 +339,7 @@ export class PostListing extends Component { title={this.state.url} > {new URL(this.state.url).hostname} - + @@ -391,18 +391,33 @@ export class PostListing extends Component { )} {post.deleted && ( - - {i18n.t('deleted')} + + + + )} {post.locked && ( - - {i18n.t('locked')} + + + + )} {post.stickied && ( - - {i18n.t('stickied')} + + + + )} {post.nsfw && (