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

Consider implementing overlay-based progress indicators #82

Open
dpikhulya opened this issue Dec 4, 2024 · 0 comments
Open

Consider implementing overlay-based progress indicators #82

dpikhulya opened this issue Dec 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@dpikhulya
Copy link
Contributor

The CommandMessage component can disable its fields when the command is being posted (until the desired completion event is emitted in response). This issue is for implementing another popular way of disabling the UI while server communication is in progress -- displaying the semitransparent (or even opaque) overlay with some animated progress indicator that covers the respective piece of UI and prevents the user from interacting with it.

It still needs to be decided how exactly this has to be implemented from the API standpoint. Preliminarily it could mean implementing the following in particular:

  • Implement a reusable/configurable overlay component, which is easy to integrate in popular scenarios.
  • Consider supporting some easy means of integrating it with CommandForm and/or other components that utilize server communication, such as CommandDialog and CommandWizard.
@dpikhulya dpikhulya added the enhancement New feature or request label Dec 4, 2024
@dpikhulya dpikhulya changed the title Consider implementing the overlay-based progress indicators Consider implementing overlay-based progress indicators Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant