MbinOrg / mbin

Mbin: a federated content aggregator, voting, discussion and microblogging platform (By the community, for the community)
https://joinmbin.org
GNU Affero General Public License v3.0
240 stars 18 forks source link

Let us choose the sort order on profiles, like on kbin #791

Open Pamasich opened 5 months ago

Pamasich commented 5 months ago

Is your feature request related to a problem? Please describe. Kbin allows users to choose how the posts on profiles are sorted, just like in other places like threads or comments. This allows to, for example, look up a user's top posts. I'd like to ask for mbin to implement that too.

Describe the solution you'd like Profiles should feature the usual sort options like order and time period that are also available on other pages.

Additional context For reference, here's the commit that implemented it in kbin.

melroy89 commented 4 months ago

I tried to sync most of these Kbin commits, but I guess I forgot this one. Thanks. As you can see the commit from Ernest is involving more changes (not well isolated too bad). And we properly don't want to retrieve all changes he did in this commit into Mbin. Meaning we should cherry pick the changes we really need.