mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
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:
parent
885b9c1483
commit
20cf1078fc
3 changed files with 160 additions and 1 deletions
13
src/bug-issue-template.js
Normal file
13
src/bug-issue-template.js
Normal 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)
|
||||
\`\`\`
|
||||
`;
|
Loading…
Add table
Add a link
Reference in a new issue