You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.
Would be useful with a loading data prompt - we just had a 2 hour operation with 70~ players and the JSON takes a while to load. It just makes the screen go blank.
I'll try to send a pull request for this within a day or two. It may have been added already but I haven't seen it yet, at least.
The text was updated successfully, but these errors were encountered:
However, this modal never actually appears to be visible or it is the main modal and it simply disappears right after clicking, kind of defeating the point. Is this intended design?
Good spot. The modal is supposed to display that message, then hide it after processOp is complete. However, since processOp is asynchronous, it hides the message almost immediately after showing it. I've modified the script to now display this correctly (see 361bcaa).
Would be useful with a loading data prompt - we just had a 2 hour operation with 70~ players and the JSON takes a while to load. It just makes the screen go blank.
I'll try to send a pull request for this within a day or two. It may have been added already but I haven't seen it yet, at least.
The text was updated successfully, but these errors were encountered: