-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React 18 #1205 #1275
base: develop
Are you sure you want to change the base?
React 18 #1205 #1275
Conversation
- also, upgrade other libraries to support react 18 and fix anything that broke immediately
Plus some misc styling fixes
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1275 +/- ##
===========================================
- Coverage 96.77% 96.76% -0.02%
===========================================
Files 48 48
Lines 1739 1763 +24
Branches 492 497 +5
===========================================
+ Hits 1683 1706 +23
- Misses 52 53 +1
Partials 4 4 ☔ View full report in Codecov by Sentry. |
Otherwise redirect to logout page
72a5d9b
to
2a6cabb
Compare
…heming-#357 add darkBlue colour to theming
Co-authored-by: Joel Davies <[email protected]>
Co-authored-by: Joel Davies <[email protected]>
…ilty-#355 Increase toast functionailty #355
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1275 +/- ##
===========================================
+ Coverage 96.78% 96.95% +0.17%
===========================================
Files 48 49 +1
Lines 1740 1775 +35
Branches 485 497 +12
===========================================
+ Hits 1684 1721 +37
+ Misses 52 50 -2
Partials 4 4 ☔ View full report in Codecov by Sentry. |
Print improvement for IMS
…le-names-on-the-accessibility-page-#356
…he-varaiable-names-on-the-accessibility-page-#356 Change accessibility page variable to be more general #356
…stency-for-ims Fix error colour inconsistency for IMS
* implemented changes to fetch maintenance states from ldap endpoints * removed jest.mock and renamed class * added tests for scheduled maintenance endpoint * corrected class name in reducer * renamed files and improved code coverage * renamed import in scigateway.reducer * renamed import in test * changed function that is called in test * uncommit file change * renamed variable, improved code coverage * renamed files * moved testing of ldap-jwt within test
We should ensure that for IMS the docker GA job builds images for tags for when we do the proper release |
Description
Upgrade to React 18, fix issues with integration with OG and also some misc fixes/adjustments
Testing instructions
Add a set up instructions describing how the reviewer should test the code
Agile board tracking
Closes #1205