Skip to content

MIT Mystery Hunt 2022

Compare
Choose a tag to compare
@Torgen Torgen released this 14 Jan 06:02
· 754 commits to master since this release
18a20b2
Drive fix UI (#473)

* Store drive status

Temporarily 'creating' after puzzle is created but before drive folder is created, 'failed' if folder creation throws an exception, 'skipped' if it returns nothing, and 'fixing' if fixPuzzleFolder is in flight

* icons for drive status

and a button to fix the drive if it's absent or broken

* publish drive_status and drive_error_message

* Store explicit null for status

instead of undefined

* Top margin for drive status icons