Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In flight request indicator #240

Open
KvotheBloodless opened this issue Feb 12, 2025 · 1 comment
Open

In flight request indicator #240

KvotheBloodless opened this issue Feb 12, 2025 · 1 comment

Comments

@KvotheBloodless
Copy link

With some resource providers such as the signalk-activecaptain-resources, loading a note type resource can require a downstream request to retrieve the data. On occasion, the downstream request can take a couple of seconds to return. The effect for the FB user is simply that nothing appears to happen and they are unsure if their action registered until the note detail popup finally appears. If the user is impatient, they may have already clicked on the note icon a few more times triggering more requests.

It would improve UX if there was some sort of visual indication to reassure the user that something is happening in the background. Ideally this would just be a spinner or something somewhere discreet in the UI that does not prevent the user from interacting further with the application while waiting.

This is of course not limited to loading note resources, it could be useful for any kind of background network activity.

@panaaj
Copy link
Member

panaaj commented Feb 14, 2025

Will add progess bar at top of screen (pink bar in screenshot) so it doesn't interfere with the rest of the screen.
Whilst not so noticable in a static screen shot, it's animated and quite visible in operation.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants