You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When the user clicks the dream button multiple times rapidly, it triggers multiple requests simultaneously, instead of waiting for the first request to be processed
Describe the solution you'd like
Implement request throttling. You can use techniques like debouncing or disabling the submit button after the first click until the request is processed.
The text was updated successfully, but these errors were encountered:
@KAJdev How about disabling the submit button after the first click until the request is processed? I would love to work on that. Please assign that to me
@KAJdev didn't know about that. I don't find it good to have the button enabled when there is a request being processed though. All the time I have had the button clicked the 2nd time when there is an going request is by mistake.
Is your feature request related to a problem? Please describe.
When the user clicks the dream button multiple times rapidly, it triggers multiple requests simultaneously, instead of waiting for the first request to be processed
Describe the solution you'd like
Implement request throttling. You can use techniques like debouncing or disabling the submit button after the first click until the request is processed.
The text was updated successfully, but these errors were encountered: