diff --git a/frontend/src/pages/ChallengesPage.jsx b/frontend/src/pages/ChallengesPage.jsx index 5403d3b..dde0742 100644 --- a/frontend/src/pages/ChallengesPage.jsx +++ b/frontend/src/pages/ChallengesPage.jsx @@ -171,6 +171,9 @@ function ChallengesPage({ currentUser }) { )} {creating && ( + // it looks like all of your submit buttons stay enabled as a request is being handled. This could lead to unexpected behavior if a user gets + // frustrated and spams a submit or delete button before each request processes. Disabling the button until the request completes could be + // beneficial.