lemmy-ui
lemmy-ui copied to clipboard
Allow to configure default sorting for each listing type
Requirements
- [X] Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support
- [X] Did you check to see if this issue already exists?
- [X] Is this only a feature request? Do not put multiple feature requests in one issue.
- [ ] Is this a server side (not related to the UI) issue? Use the Lemmy back end repo.
Is your proposal related to a problem?
It's annoying to always change sorting when browsing between different listing types (Subscribed, Local, All). Different listing types have different rate of posts, thus requires different sorting for optimal usage.
Describe the solution you'd like.
Allow to configure default sorting for each Listing type, so such configuration would be possible:
- Subscribed - New
- Local - Hot
- All - Top day
Describe alternatives you've considered.
This could also maybe be stored locally in browser without additional settings in profile.
Additional context
This could help to keep users more engaged.
By the way can it be added to the README how to change default listing type on the server?