Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 5e70ce1

Browse files
authored
feat(gui): improved issue reporting (#792)
* feat(gui): help menu with generic reporting options * feat(gui): report wrong annotations * feat(gui): report missing annotations * style: apply automatic fixes of linters Co-authored-by: lars-reimann <[email protected]>
1 parent 0feb4e2 commit 5e70ce1

File tree

11 files changed

+359
-3
lines changed

11 files changed

+359
-3
lines changed

api-editor/gui/package-lock.json

Lines changed: 204 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api-editor/gui/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"@testing-library/jest-dom": "^5.16.4",
4848
"@testing-library/react": "^13.3.0",
4949
"@types/jest": "^28.1.1",
50+
"@types/node-fetch": "^2.6.2",
5051
"@types/react": "^18.0.14",
5152
"@types/react-dom": "^18.0.5",
5253
"@types/react-router-dom": "^5.3.3",
@@ -55,6 +56,7 @@
5556
"@types/uuid": "^8.3.4",
5657
"@vitejs/plugin-react-refresh": "^1.3.5",
5758
"jest": "^28.1.0",
59+
"node-fetch": "^2.6.7",
5860
"ts-jest": "^28.0.4",
5961
"typescript": "^4.7.3",
6062
"vite": "^2.9.9"

0 commit comments

Comments
 (0)