Greg Price
Greg Price
This is a configuration change that was requested a few times over the years for zulip-mobile, as https://github.com/zulip/zulip-mobile/issues/3312, before we got a contribution implementing it as https://github.com/zulip/zulip-mobile/pull/5493 . We should...
In the current prototype, the visual design of the message list is based closely on Zulip web's design as it was last December, when I started on the prototype and...
In Zulip web, after you click on a user's name or avatar, one of the options is "View messages sent". This takes you to a search view showing all the...
This is a draft branch. I think I've run out of time I can spend on this area personally right now, but I've sketched out the remaining things that need...
When you long-press a message, we show a bottom sheet with actions you can take on it, which we also call an "action sheet". (Currently in this prototype there's just...
In the Zulip web client, when composing a DM and choosing the recipients, you can type the name of a user group (with autocomplete), and it will expand to all...
This is a followup to: * #634 That issue was for updating the UI. We should also update all the references to this Zulip feature within our code. A good...
When this Zulip feature is in effect: https://zulip.com/help/stream-sending-policy it may mean that the self-user wouldn't be able to send to a given stream. When that's the case, we should replace...
This is the third top-level kind of autocomplete in Zulip messages, after @-mentions #49 and #-mentions #124. It triggers on a colon `:`. Help Center doc is here (see the...
This is a prerequisite for: * #388 * #670 In order to offer the user a UI to choose an emoji from the emoji Zulip knows about, we'll need to...