Closed MartijnR closed 6 years ago
Need to update gui.alert in EE because it is not consistent with confirm and prompt
...and realize that window.alert and window.confirm are blocking, so this is not as easy as thought..
Also gui.confirm doesn't even return a promise, so works quite differently than window.confirm though we could abstract that away.
Everywhere where confirm() and alert() is used, create a way to override this in the app (enketo express)