whole-tale / dashboard

Whole Tale Dashboard
http://wholetale.org
MIT License
7 stars 2 forks source link

Prevent users from clicking 'Create tale and launch` multiple times #587

Closed ThomasThelen closed 4 years ago

ThomasThelen commented 4 years ago

From Mike H here

Steps to reproduce:

  1. Browse > Create New... > Create New Tale
  2. Enter details
  3. Click on "Create tale and launch"

There is no feedback to the user that the button was clicked until the server processes the relevant request. The user can click repeatedly on the "Create tale and launch" button, each click triggering a new request, which creates a new tale. Presumably when the server acknowledges the first request, the modal disappears, but multiple tales are created.

bodom0015 commented 4 years ago

Fixed by #594