Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix: refactor and fix errors
  • Loading branch information
filippovskii09 committed Oct 23, 2025
commit 6d83608381288c10d2247884d409804c030bc18a
2 changes: 1 addition & 1 deletion src/course-home/outline-tab/Section.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { faCheckCircle as farCheckCircle } from '@fortawesome/free-regular-svg-i
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';

import { DisabledVisible } from '@openedx/paragon/icons';
import SequenceLink from './SequenceLink';
import SequenceLink from './section-outline/SequenceLink';
import { useModel } from '../../generic/model-store';

import genericMessages from '../../generic/messages';
Expand Down
4 changes: 0 additions & 4 deletions src/course-home/outline-tab/Section.scss

This file was deleted.

3 changes: 0 additions & 3 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,6 @@
@import "courseware/course/content-tools/calculator/calculator.scss";
@import "courseware/course/content-tools/contentTools.scss";
@import "course-home/dates-tab/timeline/Day.scss";
@import "course-home/outline-tab/Section.scss";
@import "generic/upgrade-notification/UpgradeNotification.scss";
@import "generic/upsell-bullets/UpsellBullets.scss";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[important]: We need to verify what do we need to do with UpsellBullets.scss

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was removed, no errors occurred

@import "course-home/outline-tab/widgets/ProctoringInfoPanel.scss";
@import "course-home/outline-tab/widgets/FlagButton.scss";
Expand All @@ -469,4 +467,3 @@
@import "course-tabs/course-tabs-navigation.scss";
@import "courseware/course/sidebar/common/SidebarBase.scss";
@import "courseware/course/sidebar/sidebars/course-outline/CourseOutlineTray.scss";
@import "generic/upsell-bullets/UpsellBullets.scss";