Skip to content

Commit

Permalink
Bw/unit splitup (#1134)
Browse files Browse the repository at this point in the history
* refactor: break Unit component into smaller unit-tested parts

* feat: save scroll position on video fullscreen exit

* chore: remove swap file
  • Loading branch information
muselesscreator authored Jul 10, 2023
1 parent 2293791 commit 2e641ac
Show file tree
Hide file tree
Showing 25 changed files with 2,150 additions and 2,350 deletions.
2,313 changes: 495 additions & 1,818 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@edx/frontend-lib-special-exams": "2.19.1",
"@edx/frontend-platform": "4.3.0",
"@edx/paragon": "20.28.4",
"@edx/react-unit-test-utils": "npm:@edx/react-unit-test-utils@1.5.3",
"@fortawesome/fontawesome-svg-core": "1.3.0",
"@fortawesome/free-brands-svg-icons": "5.15.4",
"@fortawesome/free-regular-svg-icons": "5.15.4",
Expand All @@ -48,7 +49,7 @@
"js-cookie": "3.0.1",
"lodash.camelcase": "4.3.0",
"prop-types": "15.8.1",
"query-string": "7.1.3",
"query-string": "^7.1.3",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-helmet": "6.1.0",
Expand Down
297 changes: 0 additions & 297 deletions src/courseware/course/sequence/Unit.jsx

This file was deleted.

Loading

0 comments on commit 2e641ac

Please sign in to comment.