From fd6a2b1b40de0827283777ea6e4c67e2d72e95d8 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Mon, 31 Oct 2022 17:23:47 -0500 Subject: Switch to autogenerated avis for now --- src/view/com/post-thread/PostThreadItem.tsx | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'src/view/com/post-thread/PostThreadItem.tsx') diff --git a/src/view/com/post-thread/PostThreadItem.tsx b/src/view/com/post-thread/PostThreadItem.tsx index e8fdd91af..4f0683f09 100644 --- a/src/view/com/post-thread/PostThreadItem.tsx +++ b/src/view/com/post-thread/PostThreadItem.tsx @@ -10,9 +10,9 @@ import {ComposePostModel} from '../../../state/models/shell' import {Link} from '../util/Link' import {RichText} from '../util/RichText' import {PostDropdownBtn} from '../util/DropdownBtn' +import {UserAvatar} from '../util/UserAvatar' import {s, colors} from '../../lib/styles' import {ago, pluralize} from '../../lib/strings' -import {DEF_AVATER} from '../../lib/assets' import {useStores} from '../../../state' const PARENT_REPLY_LINE_LENGTH = 8 @@ -116,7 +116,11 @@ export const PostThreadItem = observer(function PostThreadItem({ - + @@ -231,7 +235,11 @@ export const PostThreadItem = observer(function PostThreadItem({ )} - + {item.replyingToAuthor && @@ -321,12 +329,6 @@ const styles = StyleSheet.create({ paddingTop: 10, paddingBottom: 10, }, - avi: { - width: 50, - height: 50, - borderRadius: 25, - resizeMode: 'cover', - }, layoutContent: { flex: 1, paddingRight: 10, -- cgit 1.4.1