leaguevine / leaguevine-ultistats

MIT License
18 stars 4 forks source link

The action prompt is confusing on the "Who pulled?" screen #62

Closed mliu7 closed 12 years ago

mliu7 commented 12 years ago

To reproduce what I'm talking about, do the following:

The player prompt is correct, as we want the user to select the person who pulled. The action prompt should probably not exist since the user should not be able to select any of the throws at this point. This issue is related to #39.

mliu7 commented 12 years ago

We could use the jQuery UI dialog feature for this. It seems to be a widely accepted solution.

http://jqueryui.com/demos/dialog/

cboulay commented 12 years ago

Fixed in the chadapache branch.

mliu7 commented 12 years ago

Good stuff, thanks!