Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
9a3bbb7
Updated aria-label to match previous implementations of search bars
mrafie1 Jun 13, 2026
5a4d69f
Added new search component to include filtering by case sensitivity. …
mrafie1 Jun 13, 2026
f60d621
Migrated grader and group tables to react table v8
mrafie1 Jun 13, 2026
996a8e7
Merge branch 'master' of https://github.com/MarkUsProject/Markus into…
mrafie1 Jun 13, 2026
2f7acc3
Updated columnVisibility for group table. Awaiting feedback
mrafie1 Jun 13, 2026
1d6e1d7
update changelog
mrafie1 Jun 13, 2026
a0abe67
Update Changelog.md
mrafie1 Jun 13, 2026
78ba3e2
Merge branch 'master' into migrate-GradersManager
mrafie1 Jun 15, 2026
03dbbc7
implemented minor feedback
mrafie1 Jun 20, 2026
4cabefa
build(deps): bump dayjs from 1.11.13 to 1.11.21 (#7982)
dependabot[bot] Jun 17, 2026
76679d7
build(deps): bump action_policy from 0.7.5 to 0.7.6 (#7976)
dependabot[bot] Jun 17, 2026
df4a04d
build(deps): bump dompurify from 3.4.0 to 3.4.9 (#8005)
dependabot[bot] Jun 17, 2026
42ad043
build(deps): bump playwright from 1.59.0 to 1.60.0 (#7980)
dependabot[bot] Jun 17, 2026
61d8a10
Fixed SVG rendering by converting base64 SVG data URIs to inline <svg…
donny-wong Jun 17, 2026
e5763e1
[pre-commit.ci] pre-commit autoupdate (#7974)
pre-commit-ci[bot] Jun 17, 2026
ae298bc
build(deps): bump the rjsf group with 2 updates (#7981)
dependabot[bot] Jun 17, 2026
f275cd3
Added missing foreight keys in seed data (#8006)
david-yz-liu Jun 17, 2026
482a036
build(deps): bump dompurify from 3.4.9 to 3.4.11 (#8009)
dependabot[bot] Jun 19, 2026
781eaa3
Added pagination to Admin Users table for performance (#7997)
donny-wong Jun 19, 2026
167b196
build(deps): bump nokogiri from 1.19.3 to 1.19.4 (#8010)
dependabot[bot] Jun 19, 2026
5633e94
Switched using react-resizable-panels in grading view (#8000)
YheChen Jun 19, 2026
7398d0f
fixed sorting issue
mrafie1 Jun 20, 2026
e629b8d
Updated grouptable showSection and showCoverage logic
mrafie1 Jun 20, 2026
aae0b5e
build(deps): bump concurrent-ruby from 1.3.6 to 1.3.7 (#8011)
dependabot[bot] Jun 20, 2026
62e02ba
Added confirm dialog when a student submits during late period (#8003)
danielrafailov1 Jun 20, 2026
ca05dfb
fix changelog
mrafie1 Jun 20, 2026
b2bdab5
fixed merged changes
mrafie1 Jun 20, 2026
8bf8c4f
Fixed aria-label issue
mrafie1 Jun 20, 2026
3d021f9
Migrated CriteriaTable
mrafie1 Jun 21, 2026
72cab17
Changed groupTable caseSensitive logic to be same as v6 version
mrafie1 Jun 21, 2026
d4ab5db
Changed filterValue attribute names
mrafie1 Jun 21, 2026
cfcccd1
Update Changelog
mrafie1 Jun 21, 2026
ec67f8d
Merge branch 'master' into migrate-GradersManager-tables
mrafie1 Jun 21, 2026
4cc6dd2
Merge branch 'master' of https://github.com/MarkUsProject/Markus into…
mrafie1 Jun 22, 2026
3c9daf5
Slight changes due to feedback
mrafie1 Jun 22, 2026
198b968
Fixed coverage column not being rendered for each row
mrafie1 Jun 22, 2026
4fa0ca9
Merge remote-tracking branch 'origin/migrate-GradersManager-tables' i…
mrafie1 Jun 22, 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
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
### 🚨 Breaking changes

### ✨ New features and improvements
- Migrated `graders_manager.jsx` file's `GradersTable`, `GroupsTable`, `CriteriaTable` to use `react-table` v8 (#8014)
- Added a confirm dialog when a student tries to submit work after the deadline has passed (#8003)
- Added a confirm dialog to the Upload Scans form that appears when no template divisions are assigned to the selected exam template (#7993)
- Migrated `MarkingSchemesTable` component to React Table V8 (#7985)
Expand Down
Loading
Loading