Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
When the application crashes the screen goes white and nothing is available except to close it.
Describe the solution you'd like
Add error boundaries around code that can fail and a global one to catch all unhandled exceptions. That should give people a better opportunity to submit bugs with more relevant information.
The error boundary should have a link to submit an issue and a button or something to copy the relevant crash information to paste into the issue.
refs #71
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
When the application crashes the screen goes white and nothing is available except to close it.
Describe the solution you'd like
Add error boundaries around code that can fail and a global one to catch all unhandled exceptions. That should give people a better opportunity to submit bugs with more relevant information.
The error boundary should have a link to submit an issue and a button or something to copy the relevant crash information to paste into the issue.
refs #71