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
Alphons Joseph
aba2ba5bfa
Merge pull request #371 from BetterSEQTA/tutor-fix
...
fix [BUG] Seqta Tutor Lessons Color Not In Home Page And Assesments/Courses showing when not meant to
2026-01-24 18:02:42 +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
copilot-swe-agent[bot]
9d3494eb56
Initial plan
2026-01-24 04:23:49 +00: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
Seth Burkart
c205a52f03
Merge pull request #370 from Jaxx7594/icon
...
fix: Favicon not showing
2026-01-23 15:33:17 +11:00
SethBurkart123
a6d95f27ed
chore: update publish-browser extension
2026-01-23 14:13:11 +11:00
Jaxon Lewis-Wilson
f05cd66e88
fix: Favicon not showing
2026-01-23 09:27:14 +08:00
SethBurkart123
a151e7a07e
feat: 3.4.13
betterseqtaplus@3.4.13
2026-01-23 08:10:38 +11:00
Seth Burkart
5b590512ee
Merge pull request #365 from Jaxx7594/line
...
fix: House/year box hard failing when house_colour does not exist
2026-01-21 21:52:43 +11:00
Seth Burkart
3ff8ef144a
Merge pull request #366 from Jones8683/main
...
Fix the message of the day being unreadable in light mode
2026-01-21 21:52:20 +11:00
Seth Burkart
d9abed1c5d
Merge pull request #367 from Jaxx7594/bar
...
fix: Incorrect styling due to SEQTA update
2026-01-21 21:51:40 +11:00
Jaxon Lewis-Wilson
82a789bbec
fix: Global fonts
...
Prior commit was not actually functional upon review
2026-01-21 12:22:45 +08:00
Jaxon Lewis-Wilson
ce6538f850
fix: Global font
...
Overrides SEQTA's new important tag for font under *{}
2026-01-21 11:40:16 +08:00
Jaxon Lewis-Wilson
979ae7149f
fix: Incorrect styling due to SEQTA update
2026-01-21 11:17:49 +08:00
codefactor-io
6e71437fe8
[CodeFactor] Apply fixes to commit 940ecf8
2026-01-19 01:41:43 +00:00
Jones8683
940ecf8714
fix: message of the day unreadable in light mode
2026-01-19 12:09:57 +10:30
Jaxon Lewis-Wilson
e0cc2e0fdf
fix: House/year box hard failing when house_colour does not exist
2026-01-18 00:11:09 +08:00
SethBurkart123
5a19ef92e8
feat: v3.4.12
2025-12-19 17:04:08 +11:00
SethBurkart123
0a3781e9c2
fix: video aspect changing on load
betterseqtaplus@3.4.12
2025-12-19 16:30:38 +11:00
SethBurkart123
a2e39c9d84
feat: add DisclaimerModal component to assessment averages switch
2025-12-19 14:50:55 +11:00
SethBurkart123
520abbb5c3
chore: hide the minecraft server icon
2025-12-19 14:30:26 +11:00
SethBurkart123
d0a11da15f
feat: updated privacy statement
2025-12-19 14:29:11 +11:00
Seth Burkart
fd5802f9a3
Merge pull request #362 from Jones8683/main
...
Fix some popup stuff
2025-12-12 13:26:52 +11:00
Jones8683
380d829d19
fix: bad spacing and ordering of popup buttons
2025-12-04 11:52:48 +10:30
Alphons Joseph
702528fb0c
Merge pull request #361 from StroepWafel/Privacy-statement
...
re-add Privacy statement stuff
2025-12-03 18:17:28 +08:00
StroepWafel
2c077bc755
Add dynamic privacy policy notification with API fetch
...
Implements fetching the privacy policy from the BetterSEQTA+ API and displays a notification if the policy has been updated. Adds sanitization for HTML content, updates settings state to track last shown timestamp, and provides a manual trigger in settings. Refactors notification logic for improved security and maintainability.
2025-11-29 19:47:30 +10:30
StroepWafel
fd86e57442
re-add privacy statement
...
Re-Added privacy statement and ported it over to jones' new system
2025-11-29 16:51:59 +10:30
Alphons Joseph
60ce18280e
Merge pull request #357 from Jones8683/main
2025-11-29 09:38:26 +08:00
Jones8683
668dbfd78b
fix: remove a comment
2025-11-29 11:57:58 +10:30
Jones8683
810aa17f15
Merge branch 'main' of https://github.com/Jones8683/BetterSEQTA-Plus
2025-11-29 11:46:22 +10:30
Jones8683
b64558e50a
fix: whatsnew not scrolling
2025-11-29 11:46:14 +10:30
Jones
9b969bd708
fix: add back the contribute link
...
Added a section inviting contributions to the README.
2025-11-29 11:37:43 +10:30
Jones
1945f7c592
Merge branch 'BetterSEQTA:main' into main
2025-11-29 11:31:13 +10:30
Alphons Joseph
3e26d9af3c
Merge pull request #360 from BetterSEQTA/revert-359-Privacy-statement
...
Revert "add privacy statement popup"
2025-11-29 08:54:03 +08:00
Alphons Joseph
3c8d7e246b
Revert "add privacy statement popup"
2025-11-29 08:53:50 +08:00
Alphons Joseph
2e56518330
Merge pull request #359 from StroepWafel/Privacy-statement
...
add privacy statement popup
2025-11-29 07:42:45 +08:00
Alphons Joseph
e67f3110e0
Update monofile.ts
2025-11-28 22:24:37 +08:00
Alphons Joseph
a67f4d2e25
Update monofile.ts
2025-11-28 22:22:11 +08:00
StroepWafel
d6025140fd
add privacy statement popup
2025-11-28 14:03:17 +10:30
Jones8683
88e9ddf29c
fix: uneven spacing on popup buttons
2025-11-18 10:59:43 +10:30
Jones8683
11adc4f933
Merge branch 'main' of https://github.com/Jones8683/BetterSEQTA-Plus
2025-11-12 13:53:47 +10:30
Jones8683
15691e8d94
fix: bottom corners of custom timetable events arent roudned
2025-11-12 13:52:28 +10:30
Jones
754b8d0589
fix: indent in readme
2025-11-11 11:30:40 +10:30
Jones8683
1d634d0da1
feat: seperate file to manage the 3 popups
2025-11-10 19:05:08 +10:30
Jones8683
7136de90be
fix: crash in notificatio fetcher
2025-11-10 17:10:53 +10:30