Zixuan Li
Zixuan Li
Because such poll-failures can be critical and rare enough that it's fine to block the compose box, it is not necessary to handle this issue if it turns out to...
(from the [changelog](https://zulip.com/api/changelog), FL 297): - [GET /events](https://zulip.com/api/get-events), [POST /register](https://zulip.com/api/register-queue): An event with type: "saved_snippet" is sent to the current user when a saved snippet is created or deleted. -...
As mentioned [here](https://chat.zulip.org/#narrow/channel/530-mobile-design/topic/.23F863.20saved.20replies/near/2110089)[#mobile-design > #F863 saved replies @ 💬](https://chat.zulip.org/#narrow/channel/530-mobile-design/topic/.23F863.20saved.20replies/near/2110089), the search bar on the bottom sheet will be replaced with the title "Saved snippets". [And](https://chat.zulip.org/#narrow/channel/530-mobile-design/topic/.23F863.20saved.20replies/near/2169460)[#mobile-design > #F863 saved replies @...
Looks good to me. Thanks! Marking this for Greg's review.
A complication of this might be supporting iOS. An upstream issue, https://github.com/flutter/flutter/issues/132577, is still open. https://pub.dev/packages/pasteboard is potentially a useful alternative.
(This was brought up again [here](https://chat.zulip.org/#narrow/channel/48-mobile/topic/mobile.20beta.20feedback/near/2002385) after the wider beta release)
Hi @Gaurav-Kushwaha-1225! Thanks for the updates. For the PR to be reviewable, we need tests for this: https://github.com/zulip/zulip-flutter?tab=readme-ov-file#submitting-a-pull-request Please also pay attention to the point on commit style guide from...
Looks like this update still hasn't addressed my previous comment on the commit style: > Please also pay attention to the point on commit style guide from that link, and...
Looks like a motivation for adding these non-standard token types are for user customization (#1555). They typically use the fallback of the parent token type for most styles. However, perhaps...
Should be ready for review once the CI passes