Zixuan Li
Zixuan Li
Preview | | | | - | - | |  |  |
Preview | | | | - | - | |  |  |
The "pressed" UX might fit better in a separate PR. I guess we need to have a way to mark some data as "dirty" until an event comes and update...
Updated the PR. The button feedback will be done in a separate PR. The current plan is to extract a common animated button widget. This should handle larger font sizes...
This PR has been updated. Thanks for the review!
Pushed a new revision. Thanks for the review! - Now we use vertically symmetric padding for all the option items, and limit the one-sided paddings. - This also fixed an...
Thanks! The PR has been updated.
Just ran into this again. Looks like this bug can fail a message list invariant when you unresolve the topic containing duplicate message: ``` BUG: Error handling an event: 'package:zulip/model/message_list.dart':...
This bugged me too. Also, I expect `JSONField` should have a more specific type than `Any`.
Updated the PR! Thanks for the review. There are some pending questions mainly with regards to the state diagram and the send time limit. I introduced the new `waitPeriodExpired` state...