Add a global sort control to the chat sidebar #44
Labels
No labels
delivered
outstanding
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
kayg/hermternal-apple#44
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ask
Add one global sidebar sort setting with three modes: last activity, created, and title. Expose it in a native sidebar toolbar menu and apply the chosen order inside every section.
Files and APIs
Sources/Hermternal/Views/SidebarView.swift: the sidebar toolbar menu and section row ordering.Sources/HermternalCore/Sidebar/SidebarOrdering.swift: sort modes and per-section ordering.Sources/Hermternal/Views/RootView.swift:ChatWindowtoolbar composition if the control is hosted there.Acceptance