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
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
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
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
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
Jones8683
380d829d19
fix: bad spacing and ordering of popup buttons
2025-12-04 11:52:48 +10:30
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
Jones8683
668dbfd78b
fix: remove a comment
2025-11-29 11:57:58 +10:30
Jones8683
b64558e50a
fix: whatsnew not scrolling
2025-11-29 11:46:14 +10:30
Jones8683
88e9ddf29c
fix: uneven spacing on popup buttons
2025-11-18 10:59:43 +10:30
Jones8683
15691e8d94
fix: bottom corners of custom timetable events arent roudned
2025-11-12 13:52:28 +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
Jones8683
466628479e
feat: import close popup function from whatsnew instead of having its own
2025-11-10 16:57:53 +10:30
Jones8683
9c08d0bac2
fix: spam clicking outside a popup restarts closing animation, and remove multiple close popup functions
2025-11-10 16:57:14 +10:30
Jones8683
6c5320007f
fix: empty scrollbar in about server popup
2025-11-10 16:29:41 +10:30
Jones8683
4734a443b4
fix: border applying to bottom most item
2025-11-10 16:18:55 +10:30
Jones
7c38e1dc29
fix: no border between submissions when transparency effects on
2025-11-10 11:26:53 +10:30
SethBurkart123
f3f90ef2a8
bump(version): 3.4.11
2025-10-13 15:00:08 +11:00
SethBurkart123
9bcc94aa8a
feat(homepage): add empty state for assessments
2025-10-13 14:36:23 +11:00
SethBurkart123
ff2431f269
style(homepage): increased max width on days timetable
2025-10-13 14:28:44 +11:00
SethBurkart123
b442194bc5
fix: move custom shortcuts above regular shortcuts
2025-10-13 14:24:27 +11:00
SethBurkart123
b59c0eae25
feat: make edit mode on themes tab more plain #240
2025-10-13 14:11:55 +11:00
SethBurkart123
e895ce9f6b
feat: add colorPicker hex/rgba controls back #351
2025-10-13 13:37:26 +11:00
SethBurkart123
7192f41535
feat: improvements to background music plugin
2025-10-13 13:26:15 +11:00
SethBurkart123
f1b707ab25
style: add line clamp
2025-09-15 11:28:18 +10:00
Seth Burkart
7f47cb8183
Merge pull request #348 from BetterSEQTA/goto-fix
...
Go to popup not scrolling #342
2025-09-15 11:27:09 +10:00
SethBurkart123
7f5d138bc9
fix: Go to popup not scrolling #342
2025-09-15 11:26:31 +10:00
Seth Burkart
cef0f29640
Merge pull request #346 from StroepWafel/Fix-dropdowns
...
fix: Drop down menu styling
2025-09-15 11:20:32 +10:00
SethBurkart123
157343dda9
fix: remove excess arrow
2025-09-15 11:20:22 +10:00
Seth Burkart
7705c0a3cd
Merge pull request #347 from StroepWafel/Fix-wrapping
...
fix: Text now wraps correctly in most divs
2025-09-15 11:11:24 +10:00
SethBurkart123
7def7b190c
fix: duplicate #menu selectors
2025-09-15 11:11:05 +10:00