-
Notifications
You must be signed in to change notification settings - Fork 69
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: implemented error handling mockup #663
Conversation
5f92f45
to
5ab6566
Compare
fb38276
to
be2884d
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #663 +/- ##
==========================================
+ Coverage 92.76% 92.81% +0.05%
==========================================
Files 156 158 +2
Lines 3303 3326 +23
Branches 905 915 +10
==========================================
+ Hits 3064 3087 +23
Misses 219 219
Partials 20 20 ☔ View full report in Codecov by Sentry. |
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.
Please try to remove unnecessary indentation changes.
src/discussions/course-content-unavailable/CourseContentUnavailable.jsx
Outdated
Show resolved
Hide resolved
src/discussions/course-content-unavailable/CourseContentUnavailable.jsx
Outdated
Show resolved
Hide resolved
4895728
to
6eed4fe
Compare
6eed4fe
to
800daba
Compare
INF-1100
Description
When a user navigates to a discussion board or a discussion post, they see an empty screen with indefinite loading in the following case:
Acceptance Criteria
We need to show a meaningful message to users instead of indefinite loading.
Figma
Screenshots/sandbox (optional):
Merge Checklist
Post-merge Checklist