[https://www.loom.com/share/4a856efee9dd4a97ac97f5c4c7a01e70?from_recorder=1&focus_title=1](https://www.loom.com/share/4a856efee9dd4a97ac97f5c4c7a01e70?from_recorder=1&focus_title=1 "smartCard-inline")
There are 2 main conditons.
1. Visiting /post/id and the post is the top post
1. In this case it shows the top post as reddit does with a comments section below.
2. Visiting a post/id where the top post has a parent post
1. In this case run a query that finds the top post that has no parent post and then show it the same as 1
2. the comments below should show starting with the postid that was clicked as the top reply
See reddit for examples.
Feedback from 571:
[https://www.loom.com/share/81f083ab9bb64344a5fe83cb4f75e567](https://www.loom.com/share/81f083ab9bb64344a5fe83cb4f75e567 "smartCard-inline")
- When reply clicked change focus to the input
- Have replies closed by default
- Left side line issues
- Needs to point towards avatar see reddit for examoke
- The expand location needs to match the line see reddit
- Make Load More look better
- There needs to be a Line on the reply showing
- When making a reply on a post the line also needs to adjust to point at the avatar so it is clear that reply is going to that post
- Potential bug hard to track
- the usePost is not dynamically adding replies