Greg Price

Results 186 issues of Greg Price

When the user navigates to a narrow so we fetch the messages there, and then a recent message in the narrow belatedly arrives as a MessageEvent, we currently end up...

a-msglist
a-api

Prerequisite for this issue: * #267 Currently the app works with any Zulip Server version 4.x or newer. This is documented in our README and reflects what's documented at https://zulip.readthedocs.io/en/latest/overview/release-lifecycle.html...

a-api

With #787 we implemented most of #150, handling moved messages. But as that PR description said: > Fixes most of https://github.com/zulip/zulip-flutter/issues/150. (After this lands we should do a quick scan...

a-api
a-model

From @terpimost we have a new design for how the autocomplete result lists should be presented: ![image](https://github.com/user-attachments/assets/23a5e945-0b8b-4910-9609-6da6b87e421c) Details are in Figma: https://www.figma.com/design/1JTNtYo9memgW7vV6d0ygq/Zulip-Mobile?node-id=3954-13395&m=dev The design within each item in the results...

a-compose
a-design

The AppLifecycleListener doc shows the following state diagram: ![image](https://github.com/user-attachments/assets/b1ce57a5-44bc-4bee-83ed-eec9b7982dd7) From state `detached` to state `resumed` there's an arrow labeled `onStart`. But in the actual code there is no `onStart` callback,...

framework
d: api docs
P3
team-framework
triaged-framework

Cloning the `main` branch of Flutter now produces a tree that doesn't work: ``` $ cd $(mktemp -d) $ git clone --depth=1000 -b main https://github.com/flutter/flutter Cloning into 'flutter'... remote: Enumerating...

team-infra
monorepo