[Feature]: Add search to project pickers #8608
slate-rehm
started this conversation in
Ideas
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
FYI - this is my first contribution idea. Help me get it right!
No PR yet. You can see the proof of concept in my fork here:
Please let me know your thoughts and the direction this should go in.
Duplicate check
I searched Ideas discussions from the last two weeks and found no identical proposal for search in these project pickers.
The closest discussions are:
Area
This proposal applies web+desktop and changes
apps/webProblem
Users with many projects must scan and scroll through a long list to find one project. I am one of these users. I frequently need to wander through the list of projects I support in my day-job.
The command palette already supports project search but it combines searching for projects with searching for files. It in unreliable and does not align with the create-thread workflow.
Proposed solution
Keep the current appearance when the project picker is first opened.
After the project picker opens:
Thus --> No visual change from the current implement until the user begins typing. We replace the default BaseUI typeahead with dedicated search.
Screenshots
Sidebar project filter: unfiltered list (unchanged)
Sidebar project filter: filtered list (when typing)
Draft project picker: unfiltered list (unchanged)
Draft project picker: filtered list (when typing)
All reactions