zulip-flutter
zulip-flutter copied to clipboard
Future Zulip client using Flutter
Add helper text below the "server URL" field that, when tapped, opens relevant Zulip documentation explaining what a server URL is and how to find theirs. It will help users...
I have four main goals for this PR: - Stop applying the Zulip-message text color to things that aren't Zulip-message text (and refactor to make these errors easy to avoid)...
In web, the markers "1.", "2.", and "3." in 1. one 2. two 3. three are the same size as the list-item text ("one", "two", "three"): Not so in zulip-flutter,...
Is the vision for this to be the Zulip client for mobile and desktop? If so, I would like to help translate the whole thing into Arabic, but will it...
Adds tests mentioned in https://github.com/zulip/zulip-flutter/pull/587#discussion_r1597195082
This is the zulip-flutter counterpart to the following zulip-mobile issue: * https://github.com/zulip/zulip-mobile/issues/5860 We should do the same thing here. The umbrella server/web issue is: * https://github.com/zulip/zulip/issues/28468
Besides recent activity in DMs, activity in the current topic/stream is also considered when suggesting users in @-mention autocomplete. **_Notes_** - _This is the second PR in the series of...