Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
224 changes: 0 additions & 224 deletions apps/src/templates/sectionProgressV2/SectionProgressSelector.jsx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import ManageStudents from '../manageStudents/ManageStudents';
import SectionProjectsListWithData from '../projects/SectionProjectsListWithData';
import SectionAssessments from '../sectionAssessments/SectionAssessments';
import StandardsReport from '../sectionProgress/standards/StandardsReport';
import SectionProgressSelector from '../sectionProgressV2/SectionProgressSelector';
import SectionProgressV2 from '../sectionProgressV2/SectionProgressV2';
import StudentSnapshot from '../studentSnapshot/StudentSnapshot';
import TeacherHomepage from '../studioHomepages/teacherHomepageV2/TeacherHomepage';
import SectionLoginInfo from '../teacherDashboard/SectionLoginInfo';
Expand Down Expand Up @@ -225,8 +225,8 @@ const TeacherNavigationRouter: React.FC<TeacherNavigationRouterProps> = ({
showNoCurriculumAssigned={!anyStudentHasProgress}
element={
<GlobalEditionWrapper
component={SectionProgressSelector}
componentId="SectionProgressSelector"
component={SectionProgressV2}
componentId="SectionProgressV2"
props={{}}
/>
}
Expand Down
4 changes: 0 additions & 4 deletions apps/src/util/experiments.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,8 @@ experiments.AI_ARTIFACT = 'ai-artifact';
experiments.AI_CHAT_NEW_PERMISSIONS = 'ai-chat-new-permissions';
// Adds a "Get help with this block" option to block context menus if docs exist (e.g. Sprite Lab)
experiments.BLOCKLY_DOCS = 'blockly_docs';
// Adds the ability to toggle between v1 and v2 of the section progress page of the teacher dashboard
experiments.SECTION_PROGRESS_V2 = 'section_progress_v2';
// Allows the playspace to be dragged to take up a larger portion of the screen
experiments.BIG_PLAYSPACE = 'bigPlayspace';
// Allows user to view the new version of the teacher navigation
experiments.TEACHER_LOCAL_NAV_V2 = 'teacher-local-nav-v2';
// Use glow effect for Blockly block highlighting
experiments.BLOCKLY_GLOW_HIGHLIGHT = 'blockly-glow-highlight';
// Turn on Blockly Keyboard Navigation
Expand Down
Loading