john-raymon / split

Split - virtual card platform
0 stars 0 forks source link

Disable buttons on expensive submit request to prevent expensive duplications #5

Open john-raymon opened 4 years ago

john-raymon commented 4 years ago

within master or updated version of master To replicate

  1. sign in with user that has earlyAccess true, or have earlyAccess as true hardcoded.
  2. go to create a new card form
  3. submit create new card button multiple times
  4. see more than one new card created

Disable button on first submit while loading to prevent parallel request.