viresh-ratnakar / exolve

Online interactive crossword software in JavaScript
MIT License
71 stars 15 forks source link

Making Window alerts optional #47

Closed lenniebriscoe closed 3 years ago

lenniebriscoe commented 3 years ago

Sometimes I would like the user to click one of the buttons but there not to be a window alert (message box popup). I intend to alert the user on the screen via markup. Is it possible please that if the relabel option is empty then you skip the alert()?

example:

exolve-relabel:
    confirm-check-all:
viresh-ratnakar commented 3 years ago

Sure, will get to this in the next version.

viresh-ratnakar commented 3 years ago

I've done this now, in v0.95. If a confirm-* message is relabeled as empty, that alert is skipped.

viresh-ratnakar commented 3 years ago

Closing out old bugs that I did take some action on. If I haven't fixed every aspect as expected, apologies, but please open a new bug (hard for me to parse out what remains to be fixed).