AdenMGB
577287b8a8
feat: timetable editor plugin
2026-03-16 15:16:02 +10:30
AdenMGB
9791454d62
fix: fix colouring on assement details result bars
2026-03-15 10:39:43 +10:30
AdenMGB
7d89733f96
feat: add more sorting options to kaban view
2026-03-15 10:28:55 +10:30
Aden Lindsay
d73a9b2acf
Merge pull request #384 from AdenMGB/theme-store
...
Online Enhanced Theme store
2026-02-25 12:59:59 +10:30
AdenMGB
4b251e0ea4
feat: add github fallback
2026-02-20 10:28:13 +10:30
AdenMGB
f242928682
feat: query the download api for download counts
2026-02-20 10:27:53 +10:30
AdenMGB
d64962147a
feat: implement cloud store
2026-02-20 10:27:17 +10:30
Jaxon Lewis-Wilson
1f0b2d6627
fix: dynamically get the correct pdfjs worker version based on pdfjs package version
2026-02-19 18:07:56 +08:00
Seth Burkart
652e84783b
Merge pull request #369 from StroepWafel/globalSearch-improvements
...
Global search improvements
2026-02-16 12:30:22 +11:00
StroepWafel
17c2685cae
replaced loading font
2026-02-03 15:07:58 +10:30
Jones Jankovic
add8a90c77
Merge branch 'BetterSEQTA:main' into main
2026-02-01 09:51:38 +10:30
SethBurkart123
3aef2312d0
feat: cleanup and comment removal
2026-01-30 16:07:12 +11:00
codefactor-io
9820595a70
[CodeFactor] Apply fixes
2026-01-29 09:56:34 +00:00
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
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
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
StroepWafel
5f935cd819
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:18 +10:30
codefactor-io
90e3a946bf
[CodeFactor] Apply fixes
2026-01-22 08:42:29 +00:00
StroepWafel
51c940cdd9
Fixed CSS Preload Error
2026-01-22 19:07:48 +10:30
StroepWafel
07ff6d25ca
indexing progressbar fixes
2026-01-22 19:05:39 +10:30
StroepWafel
89fd9bbd89
styles
2026-01-22 18:58:33 +10:30
StroepWafel
c7033e61fb
show indexing progress
2026-01-22 18:58:20 +10:30
StroepWafel
39f8cb1634
include all past assessments
2026-01-22 18:58:03 +10:30
StroepWafel
705c106da8
updates reset cache (clears dead cache from old updates causing issues)
...
YESS I FINALLY GOT DATABASE INDEXING WORKING TOO
2026-01-22 18:42:45 +10:30
StroepWafel
9b52bae404
update search to hopefully index correctly this time
2026-01-22 18:42:23 +10:30
StroepWafel
3847ef4269
hopefully fix the issues
2026-01-22 18:41:42 +10:30
StroepWafel
b89a6c634c
fix vector initialisation?
2026-01-22 11:37:09 +10:30
StroepWafel
29cfb4c792
improve global search
2026-01-22 11:28:43 +10:30
Jones8683
940ecf8714
fix: message of the day unreadable in light mode
2026-01-19 12:09:57 +10:30
Jones8683
7136de90be
fix: crash in notificatio fetcher
2025-11-10 17:10:53 +10:30
SethBurkart123
7192f41535
feat: improvements to background music plugin
2025-10-13 13:26:15 +11:00
codefactor-io
1857b5ff01
[CodeFactor] Apply fixes to commit 700e3eb
2025-09-08 10:21:47 +00:00
StroepWafel
700e3ebb48
feat(plugin):Background Music plugin
...
Added a plugin so users can upload and play a .wav audio file as background music. added volume setting, made sure the file is stored across version updates/downdates, made the music stop when the tab is unfocussed, and registered the plugin as official.
2025-09-08 19:12:35 +09:30
SethBurkart123
7ebc4db9db
fix: global search missing styles #335
2025-08-17 09:00:37 +10:00
SethBurkart123
a42d781955
perf: lazy loading improvements
2025-08-15 16:12:27 +10:00
Jones
10f3c1e942
fix: remove ID that wont work
2025-07-16 18:07:57 +09:30
Jones
9911966fe7
feat: apply 12 hour time while event is being made and give rounded corners while creating new event
2025-07-16 17:58:31 +09:30
SethBurkart123
1f3dea55bb
fix: more reliable zoom buttons on timetable page
2025-07-01 13:15:11 +10:00