Jones8683
d849951a66
fix: tutorial room doesn't show on upcoming lessons
2026-02-01 11:37:05 +10:30
Jones Jankovic
add8a90c77
Merge branch 'BetterSEQTA:main' into main
2026-02-01 09:51:38 +10:30
Jones8683
b9c3c2b5c5
Reset LoadHomePage.ts to upstream version
2026-02-01 09:51:11 +10:30
Seth Burkart
aadc295bdb
Merge branch 'main' into weightings
2026-02-01 09:59:48 +11:00
Seth Burkart
af2ef23078
Merge pull request #373 from Jaxx7594/icon-race
...
fix: Favicon race condition
2026-02-01 09:53:14 +11:00
Jones8683
a381de7c9b
final shorthand fix
2026-01-30 20:27:59 +10:30
Jones8683
ce6a5cfdc4
fix: background shorthand warning
2026-01-30 20:11:09 +10:30
Jones8683
de75468f2b
most of the rest of the dups
2026-01-30 20:00:30 +10:30
Jones8683
011c1eddb4
remove more duplicates and slight css touch ups
2026-01-30 19:45:44 +10:30
Jones8683
c9443bad27
git please work
2026-01-30 19:29:14 +10:30
Jones8683
445aa9d071
Revert "resolve codefactor warnings about animation shorthand"
...
This reverts commit e0009ad8dc .
2026-01-30 19:26:38 +10:30
Jones8683
14a2e93b3a
styff
2026-01-30 19:25:47 +10:30
Jones8683
3746b05af2
Reapply "Add back GPL license header to iframe.scss"
...
This reverts commit 1d215d8c75 .
2026-01-30 19:19:07 +10:30
Jones8683
1d215d8c75
Revert "Add back GPL license header to iframe.scss"
...
This reverts commit 401947031b .
2026-01-30 19:17:50 +10:30
Jones8683
b4b1fed576
Merge branch 'main' of https://github.com/Jones8683/BetterSEQTA-Plus
2026-01-30 19:16:14 +10:30
Jones8683
e0009ad8dc
resolve codefactor warnings about animation shorthand
2026-01-30 19:16:01 +10:30
Jones Jankovic
401947031b
Add back GPL license header to iframe.scss
2026-01-30 16:41:39 +10:30
Jones Jankovic
9da8e104a8
Update src/seqta/utils/Loaders/LoadHomePage.ts
...
Co-authored-by: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com >
2026-01-30 16:37:52 +10:30
SethBurkart123
3aef2312d0
feat: cleanup and comment removal
2026-01-30 16:07:12 +11:00
Jones8683
b402221477
fix build
2026-01-30 14:58:24 +10:30
Jones8683
8b6bda6dff
more cleanup
2026-01-30 08:37:38 +10:30
Jones8683
eed8bac45a
fix: clean up more duplicate selectors
2026-01-29 20:53:12 +10:30
codefactor-io
9820595a70
[CodeFactor] Apply fixes
2026-01-29 09:56:34 +00:00
Jones8683
bba96d5159
format: remove some duplicate selectors
2026-01-29 20:21:30 +10:30
Jones8683
d9fe70f442
fix: remove duplicate css block
2026-01-29 20:07:13 +10:30
Jones8683
32c5c8392b
fix: tutorials show room as N/A even if room is specified on timetable
2026-01-29 19:40:28 +10:30
Jaxon Lewis-Wilson
cc3f06b383
Small refactor (hopefully appease CodeFactor?)
2026-01-29 14:50:48 +08:00
codefactor-io
9ad90e9416
[CodeFactor] Apply fixes to commit 87fdda4
2026-01-28 16:08:12 +00:00
Jaxon Lewis-Wilson
87fdda459a
Small refactor
2026-01-29 00:07:36 +08:00
Jaxx7594
6c11bb8143
Merge pull request #2 from StroepWafel/weightings
...
fix try catch error
2026-01-28 23:16:42 +08:00
Jaxon Lewis-Wilson
391fcfb9dd
Various changes/fixes/polish
...
- Adds weight label below each assessment
- Correlates assessment name with its ID, so each dom element can be identified: {trimmed_title: assessmentID}
- Slightly changed regex to be a little more permissive
- Changed pdfjs src/type due to CORS issues on firefox
- Permitted weightings to be zero, but not less than zero
- Modified how assessment items are iterated through, as the previous approach assumed they're in the same order as they are in react
- Changed parseAssessments() to immediately dispatch parsing for all pdfs asynchronously, as doing it serially is painstakingly slow
- Discard useless decimals when displaying weight (.0)
2026-01-28 23:06:02 +08:00
StroepWafel
355c5f2d46
fix try catch error
2026-01-28 19:38:20 +10:30
StroepWafel
7a04b22b22
Update index.ts
2026-01-28 17:21:32 +10:30
StroepWafel
f594ed4902
i think i fixed it?
2026-01-28 17:19:08 +10:30
StroepWafel
f1afa74ee6
Add average grade display and Fix CORS violation
...
Add average grade display and also fix the CORS violation caused by pdfjs trying to load PDFs from URLs that Firefox extensions can't access.
fixed by instead:
- Fetching the PDF as an ArrayBuffer directly from the URL
- Passing the ArrayBuffer to pdfjs using { data: arrayBuffer } instead of passing a URL
2026-01-28 16:36:16 +10:30
StroepWafel
db3f0e0d81
Merge pull request #2 from Jaxx7594/weightings
...
feat: Assessments Average weightings parsing
2026-01-28 16:12:16 +10:30
Jaxon Lewis-Wilson
aceefa16c0
feat: Assessments Average weightings parsing
...
ONLY PARSING SIDE IS COMPLETE. Does not factor into the average yet.
2026-01-28 13:25:58 +08:00
StroepWafel
89589fe3dc
Merge branch 'BetterSEQTA:main' into globalSearch-improvements
2026-01-27 21:25:07 +10:30
Jaxon Lewis-Wilson
2afe2364e4
Narrowed trigger criteria
...
Instead of running every time document.head mutates, only run when mutation is an attribute change, target is a link, rel includes icon, and attribute is href.
2026-01-27 16:09:15 +08:00
Jaxon Lewis-Wilson
2c0f48877f
Appease codefactor
2026-01-27 14:40:02 +08:00
Jaxon Lewis-Wilson
8791038bcf
fix: Favicon race condition
...
Fixes a race condition due to the way the Tes logo has been implemented.
2026-01-27 14:31:33 +08:00
Alphons Joseph
2b01834765
Merge pull request #372 from BetterSEQTA/copilot/sub-pr-371
...
[WIP] Fix Seqta Tutor lessons color and course visibility
2026-01-24 12:27:58 +08:00
copilot-swe-agent[bot]
79c4fb511b
Remove console.info(lesson) to prevent logging sensitive data
...
Co-authored-by: Crazypersonalph <93847055+Crazypersonalph@users.noreply.github.com >
2026-01-24 04:26:14 +00:00
Alphons Joseph
14823dcc91
Update src/seqta/utils/Loaders/LoadHomePage.ts
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-24 12:24:14 +08:00
Alphons Joseph
6af7c32c88
fix [BUG] Seqta Tutor Lessons Color Not In Home Page And Assesments/Courses showing when not meant to
...
Fixes #343
2026-01-24 12:14:39 +08:00
Jaxon Lewis-Wilson
f05cd66e88
fix: Favicon not showing
2026-01-23 09:27:14 +08:00
SethBurkart123
a151e7a07e
feat: 3.4.13
2026-01-23 08:10:38 +11:00
StroepWafel
1f49fa4bae
Update src/plugins/built-in/globalSearch/src/indexing/actions.ts
...
Co-authored-by: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com >
2026-01-22 19:35:26 +10:30
StroepWafel
86d9cfe50c
Update src/plugins/built-in/globalSearch/src/core/index.ts
...
Co-authored-by: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com >
2026-01-22 19:34:55 +10:30
StroepWafel
ae59640162
Update src/plugins/built-in/globalSearch/src/indexing/actions.ts
...
Co-authored-by: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com >
2026-01-22 19:34:30 +10:30