mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2025-12-16 18:28:47 +00:00
userline frontend shows quoted posts
This commit is contained in:
parent
54cd1c44a7
commit
07a8f0b7bb
@ -54,6 +54,8 @@ class Home extends Component {
|
|||||||
<Typography variant="body2" color={"textSecondary"}>{post.createdAt}</Typography>
|
<Typography variant="body2" color={"textSecondary"}>{post.createdAt}</Typography>
|
||||||
<br />
|
<br />
|
||||||
<Typography variant="body1"><b>{post.microBlogTitle}</b></Typography>
|
<Typography variant="body1"><b>{post.microBlogTitle}</b></Typography>
|
||||||
|
<Typography variant="body2">{post.quoteBody}</Typography>
|
||||||
|
<br />
|
||||||
<Typography variant="body2">{post.body}</Typography>
|
<Typography variant="body2">{post.body}</Typography>
|
||||||
<br />
|
<br />
|
||||||
<Typography variant="body2"><b>Topics:</b> {post.microBlogTopics}</Typography>
|
<Typography variant="body2"><b>Topics:</b> {post.microBlogTopics}</Typography>
|
||||||
|
|||||||
@ -201,12 +201,13 @@ class user extends Component {
|
|||||||
{post.createdAt}
|
{post.createdAt}
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|
||||||
<Typography variant="h7"><b>{post.userHandle}</b></Typography>
|
|
||||||
<Typography variant="body2" color={"textSecondary"}>{post.createdAt}</Typography>
|
|
||||||
<br />
|
<br />
|
||||||
<Typography variant="body1">
|
<Typography variant="body1">
|
||||||
<b>{post.microBlogTitle}</b>
|
<b>{post.microBlogTitle}</b>
|
||||||
</Typography>
|
</Typography>
|
||||||
|
<Typography variant="body2">{post.quoteBody}</Typography>
|
||||||
|
<br />
|
||||||
<Typography variant="body2">{post.body}</Typography>
|
<Typography variant="body2">{post.body}</Typography>
|
||||||
<br />
|
<br />
|
||||||
<Typography variant="body2"><b>Topics:</b> {post.microBlogTopics}</Typography>
|
<Typography variant="body2"><b>Topics:</b> {post.microBlogTopics}</Typography>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user