Replies: 3 comments
|
Desperately in need of this feature. Similar open issue at Issue #6432 for reference. Again, I'm happy to put up a PR for this feature if given blessing. |
0 replies
|
This would help me a lot. Also given that handoff feature is supposed to land soon, the ability to custom group sessions is going to be desperately needed to keep things neat and organized. |
0 replies
|
Totally agree, right now the order is not clear on what it is even based. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Area
apps/web
Problem or use case
I want to drag threads into the order I plan to work through them. Sidebar V2 currently controls the order for me.
Proposed solution
Add a
Manualthread sort mode, like the existing manual project sort. Let me drag threads within a project and keep that order after reload.Why this matters
Thread order often represents priority or dependency, which automatic sorting cannot know.
Smallest useful scope
Manual ordering for active, unpinned threads within one project. Pinned, Snoozed, and Settled threads can keep their current behavior.
Alternatives considered
Pinning only helps a few threads. #6342 and #4695 propose automatic ordering, not user-defined order.
Risks or tradeoffs
New threads need a predictable place in the manual order.
Examples or references
The project list already supports manual drag ordering.
Contribution
All reactions