[Feature]: Add an environment filter to the Sidebar #6955
ArionStudio
started this conversation in
Ideas
Replies: 1 comment
|
#8915 adds a Windows 11 reproduction: when multiple environments share a project, the desktop sidebar cannot filter by environment even though Android already offers that filter. Consolidating the report here so the desktop/Android parity case stays with this request. |
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.
Before submitting
Area
apps/desktop
Problem or use case
The Sidebar can currently filter threads by project, but it cannot filter them by environment. I need to narrow the thread list to one connected environment.
Proposed solution
Add an environment filter alongside the existing project filter in the Sidebar.
The filter should offer:
Selecting an environment should filter the existing thread list by that environment. The environment and project filters should work together when both are selected.
Why this matters
This would let users with multiple connected environments focus on the threads from one environment while keeping every environment connected and available.
Smallest useful scope
Add a single-select environment filter with
All environmentsas the default.It should apply consistently to drafts, search results, and the existing pinned, active, snoozed, and settled thread sections. It should not introduce new grouping or sorting behavior.
Alternatives considered
None.
Risks or tradeoffs
The environment filter must interact predictably with the existing project filter. If changing environments makes the selected project unavailable, the project filter should reset to
All projects.Changing the environment filter should also clear any selected thread rows so hidden threads cannot remain selected for bulk actions. If the selected environment is removed, the filter should reset to
All environments.Examples or references
None.
Contribution
All reactions