-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reddit-like threading for replies #707
Comments
Sounds interesting, how does the website handle it currently? |
With context you mean other messages not part of the thread? Or is the current reply thread actually missing messages? |
Yea it's not missing messages, but since it's a full page, you don't really see who replied to who within a given thread, without backing out of the thread to go back to the tab. |
Currently, when you send a reply within a thread, it replies to the last message in the thread. This isn't really an expected behavior, as there's no way to see which PRIVMSGs you and others replied to, without leaving the thread, and looking at the PRIVMSGs within the tab itself. Now if there was reply indenting, it would be much more obvious.
I completely understand if this is out of scope, but I do think it'd be a large UX improvement.
The text was updated successfully, but these errors were encountered: