add top error boundary & reset localStorage on error (#493)

* add top error boundary & reset localStorage on error

* add issue tracker details and link

* add pointer cursor to buttons

* Update src/bug-issue-template.js

Co-Authored-By: Lipis <lipiridis@gmail.com>

* Update src/styles.scss

Co-Authored-By: Lipis <lipiridis@gmail.com>

* Update src/bug-issue-template.js

Co-Authored-By: Lipis <lipiridis@gmail.com>

* use open-color colors

* use Cascadia font

Co-authored-by: Lipis <lipiridis@gmail.com>
This commit is contained in:
David Luzar 2020-01-21 15:50:25 +01:00 committed by GitHub
parent 885b9c1483
commit 20cf1078fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 160 additions and 1 deletions

13
src/bug-issue-template.js Normal file
View file

@ -0,0 +1,13 @@
export default `
### Stack strace
\`\`\`
// paste stack trace here
\`\`\`
### localStorage
\`\`\`
// paste localStorage content here (if it doesn't contain sensitive data)
\`\`\`
`;