zulip / zulip-mobile

Zulip mobile apps for Android and iOS.
https://zulip.com/apps/
Apache License 2.0
1.28k stars 642 forks source link

Pull-to-refresh on message list #2713

Open gnprice opened 6 years ago

gnprice commented 6 years ago

We should provide the user with the pull-to-refresh gesture on the message list; similar to Gmail, Twitter, and many other apps with feeds of messages.

See #2712 for more detailed background and rationale.

agrawal-d commented 4 years ago

I would like to work on this issue. However, it is unclear to me which component are you referring to by message list.

Do you mean Unread Cards, the screen which is shown on app startup with the list of streams? Or do you mean the screen with a particular stream? Or both? Can you please clarify this?

@ray-kraesig since @gnprice is on vacation, and it may take him some time to respond, could you please answer this question, if you are aware of this?

rk-for-zulip commented 4 years ago

The component found in MessageList.js – that is, the one which displays the list of messages of a stream or other narrow.

(Note that this component is an embedded WebView, which will make almost every subtask of this issue more complicated than it would otherwise be.)