zulip/zulip-mobile

Open typeahead immediately when @ is entered

Open

#4,872 opened on Jul 6, 2021

View on GitHub
 (7 comments) (0 reactions) (0 assignees)JavaScript (673 forks)github user discovery
a-compose/sendhelp wantedwebapp parity

Repository metrics

Stars
 (1,348 stars)
PR merge metrics
 (PR metrics pending)

Description

At present, we open @-mention typeahead suggestions when the user enters @ (not within a word) followed by another character. Instead, we should pop up typeahead right away without waiting for the first character. This will make it clear to the user that they can use @-mentions in Zulip, and is consistent with expectations from other chat apps (e.g. Slack, Discord).

Contributor guide