Add sidebar feed sorting options (by name, by unread count)#5149
Open
willie wants to merge 8 commits into
Open
Add sidebar feed sorting options (by name, by unread count)#5149willie wants to merge 8 commits into
willie wants to merge 8 commits into
Conversation
willie
force-pushed
the
sidebar-sort-options
branch
from
March 5, 2026 15:45
9f80716 to
ae34bcb
Compare
…/descending). Adds a "Sort Feeds By" submenu to the View menu on macOS with sort type (Name, Unread Count) and direction (Ascending, Descending) options. The preference persists across launches. iOS is unchanged — it always sorts alphabetically ascending. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Ankush <11902070+ankushkushwaha@users.noreply.github.com>
Co-authored-by: Ankush <11902070+ankushkushwaha@users.noreply.github.com>
…odies Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
willie
force-pushed
the
sidebar-sort-options
branch
from
April 10, 2026 16:14
a7a3021 to
6c3886f
Compare
This was referenced May 7, 2026
…rt type Name sorts A–Z, Unread Count sorts most-unread first, like clicking a different column header. Re-selecting the current sort type leaves the user's direction choice alone. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a "Sort Feeds By" submenu to the View menu on macOS with sort type (Name, Unread Count) and direction (Ascending, Descending) options. The preference persists across launches. iOS is unchanged — it always sorts alphabetically ascending.
Switching sort type resets the direction to that type's natural default — Name sorts A–Z, Unread Count sorts most-unread first — like clicking a different column header. Re-selecting the current sort type leaves the direction alone.
When sorted by unread count, the sidebar keeps its order as counts change while reading; it re-sorts on the next tree rebuild (feeds added/renamed, sort changed, relaunch). This is deliberate — re-sorting live would shuffle rows under the pointer as articles are read.
Addresses #853 for Mac.