Contexture icon indicating copy to clipboard operation
Contexture copied to clipboard

Disable Buttons to Prevent Multiple Requests

Open gcwioro opened this issue 8 months ago • 0 comments

This PR introduces changes to disable UI buttons temporarily to prevent users from sending multiple requests unintentionally. Specifically, the changes address an issue where users could trigger the same action multiple times by repeatedly clicking a button before the initial request is completed.

The issue was causing multiple identical requests to be sent, leading to redundant server calls and potential data processing errors.

gcwioro avatar Jun 24 '24 08:06 gcwioro