Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
b4e092c
removed hr in p in educator resources
Feb 12, 2026
214646c
LabFooter console.log removed
Feb 12, 2026
c0e5582
reading piechart options are never boolean
Feb 12, 2026
0c062fc
labButton prop key changed to _key
Feb 12, 2026
efe1165
changed addMode to expect string instead of boolean
Feb 16, 2026
c644506
image loades using img tag
Feb 16, 2026
ffef0f4
fixed spelling mistake
Feb 17, 2026
2eb38d5
removed nested p-tag inside p-tag
Feb 20, 2026
1d61855
Lab2 exercise start fixed
Feb 23, 2026
b23b523
Fix Lab 2 exercise start after button
Feb 23, 2026
5c8e02c
Lab2 exercise.js fixed
Feb 23, 2026
cf3a301
Second instructions fixed
Feb 23, 2026
6ec38e0
Fixed thirdInstructions
Feb 23, 2026
0d1ebdd
Fixed repair
Feb 23, 2026
3a869bf
Fixed fourthInstructions
Feb 23, 2026
091aaa6
About us fixed
Feb 23, 2026
6fe5688
fixed merge conflicts
Mar 3, 2026
4b2d937
rc-color-picker dependency updated to @rc-component/color-picker
Mar 3, 2026
0f83524
started commenting
Mar 3, 2026
b543bad
changed to div
Mar 20, 2026
2464756
Labs 1 and 3 updated
Mar 20, 2026
72aedbb
Fixed Labs 4 and 5
Mar 20, 2026
cde609b
Fixed lab 6
Mar 26, 2026
9793a1e
Fixed Lab 6 favorablehire
Mar 26, 2026
68166d3
Fixed outdated button
Mar 26, 2026
ec5dc56
finding bug
Mar 28, 2026
ae804a2
Revert "finding bug"
Mar 28, 2026
b992a17
quiz handling multiselct questions key
Mar 28, 2026
960cea3
Notes added
Mar 28, 2026
614234f
found the error again, but not sure how to fix it
Mar 28, 2026
79a05e2
Removed broken popup functionality
Mar 30, 2026
a0e46d2
Fixed Lab 7
Mar 30, 2026
78a8929
Fixed multichoice quiz key issue
Mar 30, 2026
2b1b38b
Need to fix value in DataRepair on change
Mar 30, 2026
829298c
Fixed Reading sections with ordered lists
Mar 31, 2026
f1608cd
Fixed Owen Requested Changes except Lab 2
Mar 31, 2026
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
168 changes: 45 additions & 123 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@mui/lab": "^5.0.0-alpha.137",
"@mui/material": "^5.15.14",
"@mui/styles": "^5.15.14",
"@rc-component/color-picker": "^3.1.1",
"@reach/router": "^1.3.4",
"@redux-devtools/core": "^4.0.0",
"@reduxjs/toolkit": "^1.9.7",
Expand All @@ -33,7 +34,6 @@
"mathjax-react": "^2.0.1",
"mathjs": "^12.4.1",
"prismjs": "^1.29.0",
"rc-color-picker": "^1.2.6",
"react": "^18.2.0",
"react-chartjs-2": "^5.3.1",
"react-color": "^2.19.3",
Expand Down
Loading
Loading