lemmy-ui
lemmy-ui copied to clipboard
Community list sorting doesn't work; unsorted list difficult to use.
Found a bug? Please fill out the sections below. 👍
For backend issues, use lemmy
Issue Summary
On the page where communities are listed, in my case, https://lemmy.ml/communities, the column headers look like they should be clickable (and therefore sortable) but they aren't. With just a few subscriptions, it's merely annoying, but as the list grows, it will quickly become unusable.
Steps to Reproduce
Navigate to /communities Hover any column heading of the communities list. Observe the mouse pointer indicates the heading is clickable. Click. Be unhappy.
No console messages on click. A quick inspect shows no event handlers defined.
I'm thinking the same. They should be sortable with the headers or with a dropdown.
There is a site which has this functionality. You can use that explorer in the meantime. Check lemmyverse and this is the repo for that site link
Working on this