Show a crash dialog when the editor panics (#362)

* Show a crash dialog when the editor panics

Closes #357

* Suppress console usage lints

* Proxy cleanup and comments
This commit is contained in:
Keavon Chambers
2021-08-31 18:34:19 -07:00
parent c8389bbae1
commit d290aaf712
16 changed files with 212 additions and 32 deletions
@@ -57,12 +57,14 @@
.main-column {
.heading {
white-space: pre;
white-space: pre-wrap;
max-width: 400px;
margin-bottom: 4px;
}
.details {
white-space: pre;
white-space: pre-wrap;
max-width: 400px;
}
.buttons-row {