zulip-flutter
zulip-flutter copied to clipboard
Future Zulip client using Flutter
This is a reduced, pre-launch version of: * #268 The Zulip Server 5 release went out [over 3 years ago](https://blog.zulip.com/2022/03/29/zulip-5-0-released/), so the 4.x releases are all long out of our...
This is an upcoming feature in Zulip Server 11. It'd be good to add support for it. This will probably come after support for an older feature with overlapping use...
In the legacy app, if you're looking at the messages in a topic, we have a button in the app bar (a "list" icon) that gets you a list of...
The alignment and spacing of blockquotes is getting an update. We should apply that update. ### References * Sibling issue: #1492 * Web PR (covering also lists): https://github.com/zulip/zulip/pull/34529 * Web...
The alignment and spacing of lists (`` and `` elements) is getting an update. We should apply that update. ### References * Sibling issue: #1493 * Web PR: https://github.com/zulip/zulip/pull/34529 *...
Fixes #1070 **Changes:** * Transcribed decompression code from Kotlin to Dart. * Transcribed migrations for both accounts and settings from the RN app. * Added functionality to insert the obtained...
That way they'd be in easy reach. In particular when using a phone with one's thumbs, the top of the screen can often be significantly harder to reach than the...
This applies to message moves that happen internally within a narrow. For example: - In CombinedFeedNarrow, when a message (currently visible) is moved into a muted channel or muted topic;...
When we first implement the edit-message compose box (#126), we plan to skip a feature that the regular compose box has, because we don't have a Figma design for it....
# Pull Request ## Description This PR adds support for warning users when they're messaging guest users in direct messages. It includes: - A new `realmEnableGuestUserDmWarning` property in `PerAccountStore` -...