-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve handling of grading submission errors in frontend
- Handle the `canvas_submission_course_not_available` error with a dedicated message and revise the wording of the existing submission error. - Continue to show the assignment content underneath the submission error. The error dialog already had a translucent model backdrop, so all that was required was to move the error dialog above the content in the stacking order, and avoid hiding the content if an error occurs after it has been loaded. - Allow the user to dismiss submission errors, so they can continue making annotations. The option to dismiss the error is rendered as a secondary "Cance" action, to reduce the chances of the user dismissing it without reading the dialog.
- Loading branch information
1 parent
fa7a24f
commit 2ffe597
Showing
5 changed files
with
136 additions
and
38 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
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