git-mob-vs-code
git-mob-vs-code copied to clipboard
UI: Change in List dialog
- options for search field:
- add a drop down with two choices: All Github or Current Repo. If that is too difficult, add a title to the dialog box indicating which list.
- add a checkbox, Current Repository Only
- improve hint text: Seach for users in current repository or Search all github users
- add two buttons to each user:
- a + to add a person to the Co-authors section
- a heart to add a person to the favorites section
- consider not closing list when a user is selected to allow for selecting multiple or to add to both favorites and co-authors. I don't know if that would improve the UI or not.
I'd like to understand more about where you want to add this drop-down?
Currently, there is a dropdown under the ellipsis providing the two options.

The drop down would appear to the right of where you enter the person's name.

IMO if hard, not worth it, if easy would be an improvement.
I think with the dropdown it will always appear at the top. Don't think VS Code API lets you position the dropdown contextually.
Maybe add something above? Or easier, change the hint text. I added options to the top, if hint text can be changed that would be okay.