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

stream/topic autocomplete (e.g. #**mobile**)

Open chrisbobbe opened this issue 2 years ago • 4 comments

After #49, which is likely to inform the architecture here.


When picking this up, let's plan to ping Vlad on CZO to see if he feels strongly about a design; otherwise we can try just stitching something together from other kinds of autocomplete that are already in Figma.

chrisbobbe avatar May 26 '23 22:05 chrisbobbe

I'm excited for this feature!

ryanwwest avatar Jul 11 '25 05:07 ryanwwest

For anyone picking up this issue: the PR #884 has previous work that might be helpful to borrow from. See Zulip's guide to continuing unfinished work: https://zulip.readthedocs.io/en/latest/contributing/continuing-unfinished-work.html

gnprice avatar Jul 22 '25 04:07 gnprice

https://github.com/zulip/zulip/issues/36370 has a plan for updating channel ordering in the web app typeahead. We can have refining the ordering be a follow-up in the mobile app, but could maybe pull in some basic ideas, like handling deactivated and unsubscribed channels, if we aren't doing that already.

alya avatar Oct 28 '25 21:10 alya

Yeah, that would be a good follow-up. Right now in #1902, we do follow the criteria in typeahead_helper.sort_streams for sorting in autocomplete.

sm-sayedi avatar Oct 29 '25 07:10 sm-sayedi