Closed karthik-script closed 1 month ago
@vaibhavyadav-dev can you please check this deploy issue?
@karthik-script we're going through some major changes in our project, some checks are expected to fail, don't worry we will handle this from our side
@karthik-script update your PR once again to pass all the checks.
@vaibhavyadav-dev still failing. Thanks.
Hi @vaibhavyadav-dev, can you please add Labels on this for Hactoberfest? Thanks.
Link to issue: https://github.com/BharatSeva/BharatSeva-Plus-User-Interface/issues/16
Description: When a user attempts to register, clicking the “Register” button multiple times in quick succession triggers multiple submit requests. This can lead to redundant requests being sent to the server, potentially causing performance issues or duplicate registrations.
Steps to Reproduce:
Expected Behavior: Only one registration submit request should be sent, even if the user clicks the “Register” button multiple times.
Current Behavior: Multiple requests are sent if the “Register” button is clicked repeatedly.
Proposed Solution: Disable the “Register” button and display a loading state immediately after the first click until the registration process is complete.