-
Notifications
You must be signed in to change notification settings - Fork 337
Description
Voting in a Zulip poll can be slow — roughly 700-800ms in recent testing on chat.zulip.org, measuring from the vote request to when the resulting event arrives at the client: #mobile > /poll on Mobile App @ 💬
While that request is outstanding, we currently don't show any UI feedback indicating that something's happening. This can make it appear that the vote attempt just didn't work, resulting in reports like this:
polls aren't working too well on mobile app. There's no option shown to add new options once a poll has been made [i.e., #167], and voting is also glitchy
We should add some feedback.
A minimal version would be an ink-splash just for tapping the button, without tying it to the vote request or the resulting event. That would give some reassurance that the button-tap was received.
A fancier version would provide some indicator until the event is received: e.g. deactivate the button, and/or show a spinner.
References
- User report, and discussion thread: #mobile > /poll on Mobile App @ 💬
Metadata
Metadata
Assignees
Labels
Type
Projects
Status