-
Notifications
You must be signed in to change notification settings - Fork 26
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
feat: Update NotFoundError to have login button #3804
feat: Update NotFoundError to have login button #3804
Conversation
Bundle ReportChanges will increase total bundle size by 1.38kB (0.01%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: gazebo-staging-esmAssets Changed:
Files in
view changes for bundle: gazebo-staging-systemAssets Changed:
Files in
|
Bundle ReportChanges will increase total bundle size by 1.38kB (0.01%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: gazebo-production-esmAssets Changed:
Files in
view changes for bundle: gazebo-production-systemAssets Changed:
Files in
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #3804 +/- ##
=======================================
Coverage 98.73% 98.73%
=======================================
Files 826 826
Lines 14981 14994 +13
Branches 4270 4277 +7
=======================================
+ Hits 14792 14805 +13
Misses 182 182
Partials 7 7
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3804 +/- ##
=======================================
Coverage 98.73% 98.73%
=======================================
Files 826 826
Lines 14981 14994 +13
Branches 4270 4277 +7
=======================================
+ Hits 14792 14805 +13
Misses 182 182
Partials 7 7
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3804 +/- ##
=======================================
Coverage 98.73% 98.73%
=======================================
Files 826 826
Lines 14981 14994 +13
Branches 4270 4285 +15
=======================================
+ Hits 14792 14805 +13
Misses 182 182
Partials 7 7
Continue to review full report in Codecov by Sentry.
|
DocErrorMessage.propTypes = { | ||
capitalize: PropTypes.bool, | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤢
Description
This PR updates the
NetworkErrorBoundary
component when a 404 error occurs to conditionally render aLogin
button with a redirect to the current page if the user is currently not logged inCloses: codecov/engineering-team#3453
Notable Changes
NetworkErrorBoundary
DocErrorMessage
to conditionally render capital lettersScreenshots