-
Notifications
You must be signed in to change notification settings - Fork 12
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
Bw/routes #42
Bw/routes #42
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #42 +/- ##
==========================================
- Coverage 43.79% 42.94% -0.85%
==========================================
Files 49 53 +4
Lines 306 312 +6
Branches 90 90
==========================================
Hits 134 134
- Misses 172 178 +6
☔ View full report in Codecov by Sentry. |
onClose={null} | ||
hasCloseButton={false} | ||
title={title} | ||
modalBodyClassName="content-body" |
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.
I have been using modal footerNode
attribute. We probably need to do css work around to have footer as children instead.
b935d47
to
c4504c0
Compare
Adds separate routes for the different assessment types and the xblock view, and also separates raw from "embedded" views, providing a mechanism for displaying views without their embed context.