-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into 2208-lesson-submissions-to-review-badge-0-…
…submissions
- Loading branch information
Showing
29 changed files
with
793 additions
and
556 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -281,7 +281,7 @@ exports[`Storyshots Components/AdminLessonExerciseCard Basic 1`] = ` | |
[email protected] | ||
</span> | ||
<button | ||
className="btn borderless btn-outline-primary btn-outline-bg-primary" | ||
className="btn borderless btn-outline-primary onFocusBgFix btn-outline-bg-primary" | ||
onClick={[Function]} | ||
style={ | ||
Object { | ||
|
@@ -320,7 +320,7 @@ exports[`Storyshots Components/AdminLessonExerciseCard Basic 1`] = ` | |
noob#123 | ||
</span> | ||
<button | ||
className="btn borderless btn-outline-primary btn-outline-bg-primary" | ||
className="btn borderless btn-outline-primary onFocusBgFix btn-outline-bg-primary" | ||
onClick={[Function]} | ||
style={ | ||
Object { | ||
|
@@ -866,46 +866,6 @@ Array [ | |
] | ||
`; | ||
|
||
exports[`Storyshots Components/AdminLessonNav Basic 1`] = ` | ||
<div> | ||
<div | ||
className="lessons_tabsNav" | ||
> | ||
<div | ||
className="lessons__tabsNav__nav" | ||
> | ||
<a | ||
className="lessons_tabsNav__nav__item--inactive nav-pills" | ||
href="/admin/lessons/1/introduction" | ||
onClick={[Function]} | ||
onMouseEnter={[Function]} | ||
onTouchStart={[Function]} | ||
> | ||
INTRODUCTION | ||
</a> | ||
<a | ||
className="lessons_tabsNav__nav__item--inactive nav-pills" | ||
href="/admin/lessons/1/modules" | ||
onClick={[Function]} | ||
onMouseEnter={[Function]} | ||
onTouchStart={[Function]} | ||
> | ||
MODULES | ||
</a> | ||
<a | ||
className="lessons_tabsNav__nav__item--inactive nav-pills" | ||
href="/admin/lessons/1/challenges" | ||
onClick={[Function]} | ||
onMouseEnter={[Function]} | ||
onTouchStart={[Function]} | ||
> | ||
CHALLENGES | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
`; | ||
|
||
exports[`Storyshots Components/AdminLessonSideNav Basic 1`] = ` | ||
<div | ||
className="container" | ||
|
@@ -1913,7 +1873,7 @@ exports[`Storyshots Components/ChallengeMaterial With Comments 1`] = ` | |
</label> | ||
</div> | ||
<button | ||
className="btn borderless btn-outline-mute btn-outline-bg-mute" | ||
className="btn borderless btn-outline-mute onFocusBgFix btn-outline-bg-mute" | ||
onClick={[Function]} | ||
style={ | ||
Object { | ||
|
@@ -2782,7 +2742,7 @@ exports[`Storyshots Components/ChallengeMaterial With Diff 1`] = ` | |
</label> | ||
</div> | ||
<button | ||
className="btn borderless btn-outline-mute btn-outline-bg-mute" | ||
className="btn borderless btn-outline-mute onFocusBgFix btn-outline-bg-mute" | ||
onClick={[Function]} | ||
style={ | ||
Object { | ||
|
@@ -4057,7 +4017,7 @@ exports[`Storyshots Components/ContributorCard Basic 1`] = ` | |
|
||
exports[`Storyshots Components/CopyButton Basic 1`] = ` | ||
<button | ||
className="btn borderless btn-outline-mute btn-outline-bg-mute" | ||
className="btn borderless btn-outline-mute onFocusBgFix btn-outline-bg-mute" | ||
onClick={[Function]} | ||
style={ | ||
Object { | ||
|
@@ -4136,7 +4096,7 @@ exports[`Storyshots Components/DiffView Closed 1`] = ` | |
</label> | ||
</div> | ||
<button | ||
className="btn borderless btn-outline-mute btn-outline-bg-mute" | ||
className="btn borderless btn-outline-mute onFocusBgFix btn-outline-bg-mute" | ||
onClick={[Function]} | ||
style={ | ||
Object { | ||
|
@@ -4529,7 +4489,7 @@ exports[`Storyshots Components/DiffView Default 1`] = ` | |
</label> | ||
</div> | ||
<button | ||
className="btn borderless btn-outline-mute btn-outline-bg-mute" | ||
className="btn borderless btn-outline-mute onFocusBgFix btn-outline-bg-mute" | ||
onClick={[Function]} | ||
style={ | ||
Object { | ||
|
@@ -12205,6 +12165,44 @@ exports[`Storyshots Components/ModalCard Small 1`] = ` | |
</button> | ||
`; | ||
|
||
exports[`Storyshots Components/NavCard Basic 1`] = ` | ||
<div | ||
className="navCard__tabsNav" | ||
> | ||
<div | ||
className="navCard__tabsNav__nav" | ||
> | ||
<a | ||
className="navCard__tabsNav__nav__item--inactive nav-pills" | ||
href="/admin/lessons/1/introduction" | ||
onClick={[Function]} | ||
onMouseEnter={[Function]} | ||
onTouchStart={[Function]} | ||
> | ||
INTRODUCTION | ||
</a> | ||
<a | ||
className="navCard__tabsNav__nav__item--inactive nav-pills" | ||
href="/admin/lessons/1/modules" | ||
onClick={[Function]} | ||
onMouseEnter={[Function]} | ||
onTouchStart={[Function]} | ||
> | ||
MODULES | ||
</a> | ||
<a | ||
className="navCard__tabsNav__nav__item--inactive nav-pills" | ||
href="/admin/lessons/1/challenges" | ||
onClick={[Function]} | ||
onMouseEnter={[Function]} | ||
onTouchStart={[Function]} | ||
> | ||
CHALLENGES | ||
</a> | ||
</div> | ||
</div> | ||
`; | ||
|
||
exports[`Storyshots Components/NavLink Active Link 1`] = ` | ||
Array [ | ||
<a | ||
|
@@ -12338,7 +12336,7 @@ exports[`Storyshots Components/ProfileImageInfo Profile Image Info 1`] = ` | |
</span> | ||
</div> | ||
<button | ||
className="btn borderless btn-outline-danger btn-outline-bg-danger" | ||
className="btn borderless btn-outline-danger onFocusBgFix btn-outline-bg-danger" | ||
onClick={[Function]} | ||
style={ | ||
Object { | ||
|
@@ -13978,7 +13976,7 @@ exports[`Storyshots Components/ReviewCard Active Card 1`] = ` | |
</label> | ||
</div> | ||
<button | ||
className="btn borderless btn-outline-mute btn-outline-bg-mute" | ||
className="btn borderless btn-outline-mute onFocusBgFix btn-outline-bg-mute" | ||
onClick={[Function]} | ||
style={ | ||
Object { | ||
|
@@ -15404,7 +15402,7 @@ exports[`Storyshots Components/ReviewCard No Last Name 1`] = ` | |
</label> | ||
</div> | ||
<button | ||
className="btn borderless btn-outline-mute btn-outline-bg-mute" | ||
className="btn borderless btn-outline-mute onFocusBgFix btn-outline-bg-mute" | ||
onClick={[Function]} | ||
style={ | ||
Object { | ||
|
@@ -16828,7 +16826,7 @@ exports[`Storyshots Components/ReviewCard With Long Comment 1`] = ` | |
</label> | ||
</div> | ||
<button | ||
className="btn borderless btn-outline-mute btn-outline-bg-mute" | ||
className="btn borderless btn-outline-mute onFocusBgFix btn-outline-bg-mute" | ||
onClick={[Function]} | ||
style={ | ||
Object { | ||
|
@@ -18252,7 +18250,7 @@ exports[`Storyshots Components/ReviewCard Without Comment 1`] = ` | |
</label> | ||
</div> | ||
<button | ||
className="btn borderless btn-outline-mute btn-outline-bg-mute" | ||
className="btn borderless btn-outline-mute onFocusBgFix btn-outline-bg-mute" | ||
onClick={[Function]} | ||
style={ | ||
Object { | ||
|
@@ -19676,7 +19674,7 @@ exports[`Storyshots Components/ReviewCard Without Username 1`] = ` | |
</label> | ||
</div> | ||
<button | ||
className="btn borderless btn-outline-mute btn-outline-bg-mute" | ||
className="btn borderless btn-outline-mute onFocusBgFix btn-outline-bg-mute" | ||
onClick={[Function]} | ||
style={ | ||
Object { | ||
|
@@ -21621,7 +21619,7 @@ Array [ | |
</div> | ||
<div> | ||
<button | ||
className="btn borderless btn-outline-danger btn-outline-bg-danger" | ||
className="btn borderless btn-outline-danger onFocusBgFix btn-outline-bg-danger" | ||
onClick={[Function]} | ||
style={ | ||
Object { | ||
|
@@ -21691,7 +21689,7 @@ Array [ | |
</div> | ||
<div> | ||
<button | ||
className="btn borderless btn-outline-danger btn-outline-bg-danger" | ||
className="btn borderless btn-outline-danger onFocusBgFix btn-outline-bg-danger" | ||
onClick={[Function]} | ||
style={ | ||
Object { | ||
|
@@ -21761,7 +21759,7 @@ Array [ | |
</div> | ||
<div> | ||
<button | ||
className="btn borderless btn-outline-danger btn-outline-bg-danger" | ||
className="btn borderless btn-outline-danger onFocusBgFix btn-outline-bg-danger" | ||
onClick={[Function]} | ||
style={ | ||
Object { | ||
|
@@ -28598,7 +28596,7 @@ exports[`Storyshots Theme/Button Margined Button 1`] = ` | |
exports[`Storyshots Theme/Button Outlined Button 1`] = ` | ||
Array [ | ||
<button | ||
className="btn borderless btn-outline-primary btn-outline-bg-primary" | ||
className="btn borderless btn-outline-primary onFocusBgFix btn-outline-bg-primary" | ||
onClick={[Function]} | ||
style={ | ||
Object { | ||
|
@@ -28609,7 +28607,7 @@ Array [ | |
Outlined Primary Button | ||
</button>, | ||
<button | ||
className="btn borderless btn-outline-success btn-outline-bg-success" | ||
className="btn borderless btn-outline-success onFocusBgFix btn-outline-bg-success" | ||
onClick={[Function]} | ||
style={ | ||
Object { | ||
|
@@ -28620,7 +28618,7 @@ Array [ | |
Outlined Success Button | ||
</button>, | ||
<button | ||
className="btn borderless btn-outline-danger btn-outline-bg-danger" | ||
className="btn borderless btn-outline-danger onFocusBgFix btn-outline-bg-danger" | ||
onClick={[Function]} | ||
style={ | ||
Object { | ||
|
@@ -28636,7 +28634,7 @@ Array [ | |
exports[`Storyshots Theme/Button Outlined With Border Button 1`] = ` | ||
Array [ | ||
<button | ||
className="btn btn-outline-primary btn-outline-bg-primary" | ||
className="btn btn-outline-primary onFocusBgFix btn-outline-bg-primary" | ||
onClick={[Function]} | ||
style={ | ||
Object { | ||
|
@@ -28647,7 +28645,7 @@ Array [ | |
Outlined Primary Button | ||
</button>, | ||
<button | ||
className="btn btn-outline-success btn-outline-bg-success" | ||
className="btn btn-outline-success onFocusBgFix btn-outline-bg-success" | ||
onClick={[Function]} | ||
style={ | ||
Object { | ||
|
@@ -28658,7 +28656,7 @@ Array [ | |
Outlined Success Button | ||
</button>, | ||
<button | ||
className="btn btn-outline-danger btn-outline-bg-danger" | ||
className="btn btn-outline-danger onFocusBgFix btn-outline-bg-danger" | ||
onClick={[Function]} | ||
style={ | ||
Object { | ||
|
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
Oops, something went wrong.