zulip-flutter
zulip-flutter copied to clipboard
Future Zulip client using Flutter
After last week's beta, a user [wrote](https://chat.zulip.org/#narrow/channel/48-mobile/topic/sending.20images/near/2002385): > New app, as the old one, lacks one great feature - insert media content from buffer. For example […] you copy an...
## Changes Made This issue resolved by: - Wrapping the `MessageWithPossibleSender` with a `Container` - Then, giving it a color property on a condition that when `isMessageActionSheetOpen` is `true` show...
This fixes the layout of images and video thumbnails in the message list for RTL languages. Previously, these media containers were hardcoded to align to the Left side with padding...
This fixes the layout of block quotes (`> quote`) in RTL languages. Previously, the vertical bar was stuck on the Left side even in RTL mode. Now, it correctly flips...
Fixes-partly: #124 (topic link autocomplete will be its own PR) Screenshots | Empty query | A query written | An option chosen | | --- | --- | --- |...
Fixes: #1256 Screen recordings ### First batch - Empty #### Before https://github.com/user-attachments/assets/9d631020-262e-4fed-94b5-9c40485d3787 #### After https://github.com/user-attachments/assets/de47ac15-3c15-48f1-a271-91d0604ab1ff ### First batch - Less than a screenful #### Before https://github.com/user-attachments/assets/6db2189f-5486-497c-bc0b-4642a12dafb1 #### After https://github.com/user-attachments/assets/30582988-4deb-466a-81e1-b4add904c2a1
#1508 but rebased on top of main with the [review](https://github.com/zulip/zulip-flutter/pull/1508#pullrequestreview-3040765380) of @gnprice addressed. (Thanks @PIG208 for all of your previous work in #1508) Fixes: #1499
Fixes: #1858 Still picture https://github.com/user-attachments/assets/2764f000-03cd-4d5b-b177-7b79d7e3cd4b
Currently the "Quote message" option in the message long-press action sheet is offered only when you're in a narrow where we offer a compose box: so a conversation or a...
Currently, you can edit a message from the message-list page for a channel narrow, a topic narrow, or a DM narrow. This issue is to support editing a message on...