zulip-mobile
zulip-mobile copied to clipboard
Add typeahead for links to topics
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.
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.
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:![]()