Skip to content
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

Optimize list sorting #2213

Open
2 tasks done
DIYgod opened this issue Dec 18, 2024 · 1 comment
Open
2 tasks done

Optimize list sorting #2213

DIYgod opened this issue Dec 18, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@DIYgod
Copy link
Member

DIYgod commented Dec 18, 2024

Clear and concise description of the problem

To ensure that new content is always at the top, the list is currently sorted by insertion time, which causes the timeline not to follow the publication time.

Suggested solution

Switch to two sorting factors:

  • Unread content is displayed before read content
  • If both are unread or both are read content, they are sorted by publication time

Alternative

No response

Additional context

No response

Validations

  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
  • This issue is valid
@DIYgod DIYgod added the enhancement New feature or request label Dec 18, 2024
Copy link

linear bot commented Dec 18, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant