Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete mentions, irc commands #65

Open
terrysahaidak opened this issue Oct 14, 2016 · 0 comments
Open

Autocomplete mentions, irc commands #65

terrysahaidak opened this issue Oct 14, 2016 · 0 comments

Comments

@terrysahaidak
Copy link
Contributor

terrysahaidak commented Oct 14, 2016

In the web version, there are some types of suggestion showing in the pop-up above message input.

When users types @ sign, suggestion bar will show some users suggestion. By clicking on it, it will be applied to message input:
image
It uses https://gitter.im/api/v1/rooms/${id}/users?q=${query}&limit=10 endpoint to fetch suggestions for users.
Also, where is an additional command @/all that mentions all the users.

When users types / sign, it will display all available commands for that room:
image

if the user is an admin of the room, there are some additional commands:
image

Not all of commands are already implemented. See that code to get current state of available command list.

@terrysahaidak terrysahaidak mentioned this issue Jun 21, 2017
44 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant