-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the feature:
A directive should be created to disable and show a progress indicator on a button when the associated action is in progress.
Describe any alternatives you've considered:
- The associated action can be throttled via code. This works for quick actions run locally, but for longer ones like HTTP requests there isn't enough feedback for the user.
- The button can just be disabled. Good for communicating that the action is unavailable, but it's ambiguous to the user why.
- A progress indicator can be manually applied to the button. Feasible, but doing it correctly can be verbose, complicated, and prone to inconsistency and bugs. There are considerations like accessibility and maintaining a fixed size that might be overlooked.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request