-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump react to >16.8 to use hooks * add ability to debug using a sample report * bump react-dom to same version as react * require trailing slashes on URLs * stop page from complaining about missing manifest.json * add explicit versions * remove useless imports * fix jsdoc type * fix jsdoc param * Silence loud chrome warnings in the devtools console by switching our fontawesome CDN tag to a crossorigin-friendly tag * First fully working commit, still needs cleanup and passing tests. * package.json: add lodash for uncomplicated comparison and slicing of state (and using module import so as to not bloat production bundle) * .eslintrc.json: Make eslint allow comments up to 120 characters for e.g. JSDoc examples and web links * AssertionPane.js: export aphrodite CSS for reuse * CenterPane.jsx: rewrite of GetCenterPane function in reportUtils.js * state.js: major revamp of UI state management * passing unit tests on local PC, need to combine boilerplate from testsuites into a central place * finishing component unit tests * remove optional dependencies and upgrade react-hooks-testing-library to the non-deprecated version @testing-library/react-hooks * switch to redux to avoid unstable_observedBits log messages * revert improvements * cleanup before merge * 4got one * fix link style, remove extraneous action from store serializableCheck, handle testcase onClick edgecase, remove es imports * remove import, fix lint errors, add polyfill for tests
- Loading branch information
Showing
62 changed files
with
3,381 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# override this by setting the environment variable or by adding a | ||
# .env.local file containing the correct URL - must be of the form | ||
# "/[path]" or "protocol://hostname[:port]/[path]" | ||
REACT_APP_API_BASE_URL=/api |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
node_modules/ | ||
yarn-error.log | ||
build/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.