Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What’s in this change:
This change looks big, but almost all of it is deletions. The React app is significantly smaller than its Angular equivalent.
I had to fuss with the css a bit, because I removed material UI and bootstrap. Having them as well as patternfly seemed like an overload of cascading styles.
I have made some changes to the behaviour of the front end when the back end isn’t available. Instead of showing unpopulated UI features, it will explicitly warn that the other services are missing.
I also fixed a missing icon for the narration button.
One thing I have not done is wired the UI tests into the Java test execution. I’ll do that in a follow-up PR, unless we decide we don’t want to do that, in which case I’ll just include them in the
build.yml
.We won’t feel really safe accepting dependabot PRs until that’s done.