devhubapp / devhub

TweetDeck for GitHub - Filter Issues, Activities & Notifications - Web, Mobile & Desktop with 99% code sharing between them
https://devhubapp.com
GNU Affero General Public License v3.0
9.68k stars 815 forks source link

Autocomplete: Suggest users when adding a column #81

Open KeziahMoselle opened 5 years ago

KeziahMoselle commented 5 years ago

I thought it would be great to add a suggestions of users to add : img

A great improvement of this is an autocomplete on the input with the users's list below.

It can be crossed with #28, if we click on multiple users it adds a list of users to follow in that column.

What do you think ?

brunolemos commented 5 years ago

I would like to have autocomplete support, yes.

We should probably show it right below the text input rather than below the button like you showed in the mockup.

Haven't played with them yet but there are some popular autocomplete libs out there that could help, e.g. downshift https://github.com/paypal/downshift

sr2ds commented 5 years ago

Look this github search implementation: https://codepen.io/andreic/pen/oKghp You can search by repository name or username. I dont tell about design, I tell for search mode.