ucdavis / tacos

Teaching Assistant Calculated Outcome System
MIT License
0 stars 0 forks source link

Disable approve/deny buttons on Approval index page when submitting #98

Closed srkirkland closed 5 years ago

srkirkland commented 5 years ago

We want to make it more obvious that they cannot click multiple approvals, since each one is a server post-back. My current thought is that we do a similar taco loading screen like on the react page. So when they approve or deny, we just fire up a modal, and when the postback finishes it'll automatically go away.

This approvals page doesn't have react, but there is already a modal on that page that you can use as an example.