zulip-mobile icon indicating copy to clipboard operation
zulip-mobile copied to clipboard

Add typeahead for links to topics

Open WesleyAC opened this issue 4 years ago • 2 comments

In the webapp, typing #stream> will open a typeahead for topics in the #stream (or #stream-name or whatever) stream. We should implement this on the mobile app as well.

WesleyAC avatar Jun 07 '21 20:06 WesleyAC

We'll want to use https://zulip.com/api/get-stream-topics to get the full set of topics in the target stream.

(In the web app, we show topics that the client knows about while waiting for the fetch to return).

See stream_topic_history.js and stream_topic_history_util.js for data structures that could potentially be shared to support this.

timabbott avatar Jun 08 '21 21:06 timabbott

We've had another request for this, #5886. Quoting from there:

In screenshot below. After "General" channel name appears, typing letters after the > doesn't show a popup:

chrisbobbe avatar Sep 09 '24 21:09 chrisbobbe