Add web linking and proper share controls
This commit is contained in:
parent
39058cd36a
commit
ed146a582c
15 changed files with 50 additions and 243 deletions
|
@ -21,11 +21,9 @@ const PARENT_REPLY_LINE_LENGTH = 8
|
|||
|
||||
export const PostThreadItem = observer(function PostThreadItem({
|
||||
item,
|
||||
onPressShare,
|
||||
onPostReply,
|
||||
}: {
|
||||
item: PostThreadViewPostModel
|
||||
onPressShare: (_uri: string) => void
|
||||
onPostReply: () => void
|
||||
}) {
|
||||
const store = useStores()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue