File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
app/components/course-page Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66>
77 <:content >
88 <AnimatedContainer >
9- {{ #animated-if this.modalWasDismissed duration =200 use =this.transition }}
9+ {{ #animated-if this.modalWasDismissed duration =150 use =this.transition }}
1010 <CoursePage::CourseStageStep::TestsPassedNotice
1111 class =" px-3 md:px-6 lg:px-10 w-full scroll-mt-20"
1212 {{! Ensure this is visible when modal is dismissed }}
Original file line number Diff line number Diff line change 66>
77 <:content >
88 <AnimatedContainer >
9- {{ #animated-if this.modalWasDismissed duration =200 use =this.transition }}
9+ {{ #animated-if this.modalWasDismissed duration =150 use =this.transition }}
1010 <CoursePage::CompletedStepNotice
1111 {{! @glint -expect-error repository is nullable according to coursePageState }}
1212 @repository ={{ this.coursePageState.stepList.repository }}
Original file line number Diff line number Diff line change 66>
77 <:content >
88 <AnimatedContainer >
9- {{ #animated-if this.modalWasDismissed duration =200 use =this.transition }}
9+ {{ #animated-if this.modalWasDismissed duration =150 use =this.transition }}
1010 <CoursePage::PreviousStepsIncompleteNotice
1111 @step ={{ @currentStep }}
1212 class =" px-3 md:px-6 lg:px-10 w-full scroll-mt-20"
You can’t perform that action at this time.
0 commit comments