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

Feature: paginate all comments #394

Open
ngoldbaum opened this Issue Aug 28, 2017 · 2 comments

Comments

Projects
None yet
3 participants
@ngoldbaum

ngoldbaum commented Aug 28, 2017

Currently it's only possible to see the last month or so of comments on http://lobste.rs/u/<user>. It would be nice to be able to see older comments as well.

@jcs jcs added the featurereq label Aug 30, 2017

@pushcx

This comment has been minimized.

Show comment
Hide comment
@pushcx

pushcx Oct 3, 2017

Member

Adding on this: it's a big enough change that it needs to be discussed on-side in a meta thread, but I think this page should list the users' comments without threads. This page also does double-duty for users looking for replies, so it couldn't change anyways until #218 is done.

There's a number places the site does/should do pagination (homepage, search, user stories, user comments, mod log, newest stories, recent stories, recent comments, probably more I'm forgetting) without consistent UI or stable URLs. I'm open to broadening this issue to a general cleanup of pagination if someone wants to take it on.

Member

pushcx commented Oct 3, 2017

Adding on this: it's a big enough change that it needs to be discussed on-side in a meta thread, but I think this page should list the users' comments without threads. This page also does double-duty for users looking for replies, so it couldn't change anyways until #218 is done.

There's a number places the site does/should do pagination (homepage, search, user stories, user comments, mod log, newest stories, recent stories, recent comments, probably more I'm forgetting) without consistent UI or stable URLs. I'm open to broadening this issue to a general cleanup of pagination if someone wants to take it on.

@pushcx

This comment has been minimized.

Show comment
Hide comment
@pushcx

pushcx May 4, 2018

Member

Also - it would be nice if pages were numbered oldest-to-newest for stable URLs. I've seen bots pages over and over, perhaps because it looks /page/183 is still getting new content... when really it's just old comments being pushed farther back by new stuff.

Member

pushcx commented May 4, 2018

Also - it would be nice if pages were numbered oldest-to-newest for stable URLs. I've seen bots pages over and over, perhaps because it looks /page/183 is still getting new content... when really it's just old comments being pushed farther back by new stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment