Mobile: allow removing a project from the project picker #12582
bawisniewski
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.
Problem
Mobile currently has no durable way to remove a project after it has been added. The only removal path is the temporary clone banner on the new-task screen, so once that disappears, a project added by mistake remains in the picker unless the user switches to web or desktop.
This is particularly easy to hit when a broad directory, such as a home folder, is selected accidentally.
Proposed scope
Add one removal entry point to the existing Choose project sheet:
project.deletecontract.The project picker is the narrowest useful surface because it is already where mobile lists all projects.
Non-goals
A draft implementation is available in PR #12579. I am narrowing that PR to this removal-only scope before requesting review.
Would this fit the projects maintainers want mobile to support?
All reactions