zetkin / call.zetk.in

Caller interface for Zetkin.
4 stars 4 forks source link

Wait before requesting stats between calls #262

Closed richardolsson closed 2 years ago

richardolsson commented 2 years ago

This PR adds a 3 second delay before starting to load stats in the "done" step between two calls.

Many experienced callers don't actually pause to look at this state, so making this request is unnecessary. By waiting a little before making the request, most users (especially the ones who do not care) will have moved on and the changes in this PR will then prevent the request from ever happening.

During the short delay, the regular spinner is shown.

image