Skip to content
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

Comments should be listed in chronological order, not reverse chronological #117

Open
jericson opened this issue Jul 11, 2015 · 1 comment

Comments

@jericson
Copy link
Contributor

Often comments will answer previous comments by just quoting them or using the @username notation. When read chronologically, this makes sense. But it's very hard to read comments in reverse chronological order:

screen shot 2015-07-10 at 18 31 13

@NickCraver
Copy link
Contributor

This is corrected in PR #118 for now via reverse iteration. Since it uses .prepend() in a loop I don't think this was intentional in the first place. I further plan to generate these in the page server-side for a faster client experience and simpler code overall, but that needs a discussion with Jon on Monday about importing to YAML to be dependency-free.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants