Contexture
Contexture copied to clipboard
Disable Buttons to Prevent Multiple Requests
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.