Greg Price

Results 244 issues of Greg Price

This will be a followup from #346. In zulip-mobile, we offer this in two places: * From the "stream settings screen" for a stream. * From the stream action sheet,...

a-settings

There's an upcoming feature in Zulip web which we should match: https://github.com/zulip/zulip/issues/26924 > As [proposed on CZO](https://chat.zulip.org/#narrow/stream/9-issues/topic/feature.20request.3A.20.60.40name.60.20shows.20pronouns/near/1591147), we should show pronouns in @-mention typeahead. […] > > Details: > >...

a-compose

Until recently, the Zulip API specified a fixed maximum length for topics, of 60 characters. This changed a few months ago in zulip/zulip@e68a69e91f99e09d91757ea71de30448111c5426 / https://github.com/zulip/zulip/pull/25226 ; the maximum is now...

a-compose
a-api

Our parsing of Zulip message content HTML is designed to be precise about what it expects, and explicit about anything it doesn't understand. This means that when we encounter some...

a-content
a-api

Sometimes one wants to navigate to a stream when not already subscribed, or to subscribe to a stream. In zulip-mobile this is offered on the "All streams" screen, reached from...

a-home

As part of poll support (#164), we should support voting for options, and removing one's vote for an option. This will come after read-only support, #165.

a-content
a-api

An `` element in Zulip HTML can have the `start` attribute, like so: ```html Fjfjdj Fjdjdj ``` On Zulip web, this [renders](https://chat.zulip.org/#narrow/stream/7-test-here/topic/large.20lists/near/1544557) like so: ![image](https://user-images.githubusercontent.com/28173/230997092-aac3638f-3119-45e1-b0e7-c7a10270c15b.png) (The fact that the numbers...

a-content

https://zulip.com/api/get-events#update_message This issue is for the case where the messages were moved to a different stream or topic. (The case where a message's content changed is #118.) In particular these...

a-api
a-model

When the user takes an action that should navigate to a particular "anchor" message (like through #73 internal links, #76 deep links, or a notification), we should take them straight...

a-msglist
beta feedback

https://zulip.com/api/get-events#delete_message Related issue: * #118

a-api