-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12728 from empirical-org/develop
- Loading branch information
Showing
13 changed files
with
185 additions
and
222 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
55 changes: 0 additions & 55 deletions
55
services/QuillLMS/app/assets/stylesheets/pages/preview_or_launch_modal.scss
This file was deleted.
Oops, something went wrong.
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
30 changes: 18 additions & 12 deletions
30
services/QuillLMS/client/app/bundles/Lessons/components/customize/editionNamingModal.tsx
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
1 change: 0 additions & 1 deletion
1
services/QuillLMS/client/app/bundles/Lessons/styles/components/_customize.scss
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
109 changes: 0 additions & 109 deletions
109
services/QuillLMS/client/app/bundles/Lessons/styles/components/customize/_name_modal.scss
This file was deleted.
Oops, something went wrong.
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
46 changes: 46 additions & 0 deletions
46
...s/Teacher/components/shared/__tests__/__snapshots__/preview_or_launch_modal.test.tsx.snap
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`PreviewOrLaunchModal component should render 1`] = ` | ||
<div | ||
className="modal-container" | ||
> | ||
<div | ||
className="modal-background" | ||
/> | ||
<div | ||
className="preview-or-launch-modal quill-modal modal-body" | ||
> | ||
<h1 | ||
className="title" | ||
> | ||
Would you like to preview this lesson? | ||
</h1> | ||
<p> | ||
You can either preview this lesson or launch it. If you are ready to use this lesson with your students now, launch it. | ||
</p> | ||
<div | ||
className="form-buttons" | ||
> | ||
<a | ||
className="quill-button contained medium green focus-on-light" | ||
href="/preview_lesson/3q432432" | ||
> | ||
Preview Lesson | ||
</a> | ||
<a | ||
className="quill-button contained medium green focus-on-light" | ||
href="/teachers/classroom_units/32323/launch_lesson/3q432432" | ||
> | ||
Launch Lesson | ||
</a> | ||
<button | ||
className="quill-button outlined medium grey focus-on-light" | ||
onClick={[MockFunction]} | ||
type="button" | ||
> | ||
Cancel | ||
</button> | ||
</div> | ||
</div> | ||
</div> | ||
`; |
Oops, something went wrong.