Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Currently, the thread is displayed in a bottom-to-top format.I don't really understand this question
Focusing on the person being hovered over.Oh I see, you're asking for a nested comment, reddit nested style.
To be pretty honest, this was on my to do list, and after 3-4 years of protyping and trying to make it work - it never works, I waste so much time into this.
The problem is that quoting structure we have is just plain text with anchor, it doesn't linked to anything in the backend, it is a simple HTML anchor link format, this make it extremely difficult for the system to recompile the replies structure you're asking.
There's also the problem with post having multiple quotes in them, if so what belong to which? Unless we do it like reddit, there's no way to make it work reliably.
In other word, let's say User D replied to User C, C replied to B and A, Then how the replies index gonna be?
Is it D -> C -> B or D -> C -> A or may be a fork? This get complicated fast.
The nested comment would be inherently better, but users must use it, and it doesn't work very well in my 8th prototype.