zulip-flutter
zulip-flutter copied to clipboard
Future Zulip client using Flutter
This is a followup issue to: * #516 Specifically, it'd be good to let the user choose whether the screen the app launches on is "Inbox", "Recent conversations" (after #315),...
Part of #621 was to upgrade Pigeon, from 17.2.0 to 18.0.0. After I did that, `tools/check pigeon --all-files` on my machine was running the old Pigeon, while in CI the...
test: If a new commit on the current branch has a `Fixes: #…` line, check codebase for `TODO(#…)`s
It would be nice to have an automated check for `TODO(#…)`s that remain in the code when they're supposed to be deleted as part of fixing the specified issue. These...
I've sometimes observed recently a symptom similar to the old #342: notifications appear just fine when the app is in the foreground, and just fine when it's running in the...
Contrast with #493, which is about anticipating the right destination, which is different from letting the user specify it. ----- Users sometimes want to reply directly from an interleaved view,...
Contrast with #494, which is about letting the user specify the destination, which is different from anticipating the right one. ----- Users sometimes want to reply directly from an interleaved...
The web app supports Zulip Markdown rendering in contexts other than just message content: See for example `realm_description` from the server settings on CZO, shown on the login page: And...
Following up on #319 (and #60), it'd be good to have our CI check that we've remembered to update the handful of files in `ios/` and `macos/` that regularly need...
I.e., this Zulip feature: https://zulip.com/help/create-a-poll This is an umbrella issue. The different aspects of poll support are in several sub-issues: * #165 * #166 * #167 * #168 * #169...
This will be a followup to: * #71 @terpimost writes: > I have Safari and Chrome - which browser will be used to open a link? And I have Apple...