Hacker News new | ask | show | jobs
by throwaway823882 1882 days ago
You are viewing them by date: newest to oldest. Possibly as an artifact of Git's architecture. But more likely because it would be slightly annoying to implement differently, and nobody wanted to do the extra work just to make the user's life easier.

Pandora's been around for 16 years and they only just added a sort button to My Collections. You still can't search your collections.

1 comments

That is slightly pedantic, but yes, the commits are sorted by date.

But the pagination just paginates on volume, not date.

Pagination-by-grouping-criteria is a holy-grail for so many. It’s not easy to implement, but your users will thank you. Especially if hovering-over the page number button immediately displays the range of data in that page.

GitHub needs it. Web forums need it. Every CRM’s obligatory giant table of customers sorted by name needs it.

Although I don't disagree, we are discussing this on a site with the worst pagination ever.