StroepWafel
bdb1911e74
feat(CI): modular testing and linting system + cursor rule
2026-06-27 15:20:52 +09:30
StroepWafel
3213d0ca28
fix(global search): CSS preload killed plugin load
2026-06-27 15:10:24 +09:30
AdenMGB
b4aca7277b
fix: fix RGBA issue
2026-06-26 21:38:54 +09:30
AdenMGB
e0ee41c270
fix: fix igdb issues at times
2026-06-26 21:38:54 +09:30
AdenMGB
006589ca76
chore: merge main and release 3.7.3 bugfix bundle
...
Resolve conflicts with deep-reform (PR #452 ) while keeping bugfix branch
changes: sidebar visibility, verbose logging, device login name, and
notification archive. Bump to 3.7.3 with What's New release notes.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-26 20:12:58 +09:30
AdenMGB
ca4cbea0f0
chore: reduce complexity
2026-06-26 19:41:27 +09:30
StroepWafel
969c3bbdd5
fix(cloud PFP): button placement
2026-06-25 19:01:00 +09:30
StroepWafel
670f9d73f3
fix(cloud PFP): Not pulling from cloud on page load
2026-06-25 18:36:57 +09:30
StroepWafel
410c953933
Fix CI errors
2026-06-23 09:20:42 +09:30
StroepWafel
5df9169705
fix(sidebar): analytics not showing when disabled
2026-06-22 23:10:49 +09:30
StroepWafel
fadc06aa27
fix(plugins): music/BG after reload
2026-06-22 22:26:20 +09:30
StroepWafel
d99198ea12
fix(GH): nightly release workflow issues
2026-06-22 22:14:47 +09:30
StroepWafel
79d68c812c
feat(notifications): local per-user archive
2026-06-22 21:54:32 +09:30
StroepWafel
37ae32be59
fix(assessments): show letter grades not undefined%
...
cannot triple confirm that this works for all schools but it works for my assessments that are letter-based
2026-06-22 21:47:03 +09:30
StroepWafel
6f7788497a
fix(home): show all active subjects in upcoming assessments
...
Use shared active-subject helpers from assessments overview instead of
the first folder with an active flag and code-only filtering.
2026-06-22 21:22:19 +09:30
StroepWafel
4b7aa8da75
fix(themes): theme wallpapers dont apply on firefox
2026-06-22 21:08:12 +09:30
StroepWafel
2be27299a5
fix(timetable): reopen colour picker
...
+ some quick fixes to dropdowns again
2026-06-22 20:19:17 +09:30
StroepWafel
fadbca5969
refactor(sidebar): analytics start below courses
2026-06-22 18:09:28 +09:30
StroepWafel
f570e47e27
fix(sidebar): hide Analytics via toggle
2026-06-22 18:02:24 +09:30
AdenMGB
a3bdb0fe09
fix: fix assement overview
2026-06-17 18:52:35 +09:30
AdenMGB
d10fca6c0f
perf: reduce startup work and fix grade analytics bar chart animation
...
Batch settings storage writes, tier plugin startup, lazy-load heavy UI
chunks, and optimize global search indexing. Stop tweening bar height in
grade analytics to prevent invalid negative SVG rect values.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-17 11:33:30 +09:30
AdenMGB
62ed702e64
fix: escape backslashes in PDF script injection strings
...
Resolve CodeQL incomplete string escaping alerts by centralizing escJsSingleQuoted for all values embedded in injected script content.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-17 11:06:17 +09:30
AdenMGB
8a5424c5a4
fix: harden extension security and plugin reliability
...
Address audit findings across background handlers, openers,
plugins, and UI: URL allowlists, XSS reductions, popup lifecycle
fixes, plugin dispose/cleanup, cloud sync hardening, global search
mathjs sandbox, and settings storage fixes.
2026-06-17 10:52:43 +09:30
AdenMGB
0e696e0175
fix: add safer dom for analytics
2026-06-17 10:09:21 +09:30
AdenMGB
b8709f6391
fix: fix analytics page breaking built @sethBurkart123
2026-06-16 17:29:30 +09:30
AdenMGB
b3a4182a52
fix: allow hovering tooltip for forcast analyitics
2026-06-16 16:53:34 +09:30
SethBurkart123
9bfd1bbf0e
Improve grade analytics layout, controls, and forecast chart rendering.
...
Move filters into a left sidebar, tighten spacing, match homepage checkboxes, fix forecast line domain/looping, and remove the redundant page subtitle. Also fix crxjs dev service worker live reload after Vite upgrade.
2026-06-16 14:32:29 +10:00
SethBurkart123
70ccf89756
Merge origin/main into fixcloudsync
...
Resolve grade analytics conflicts by keeping grade forecast UI from main
and combining layout fixes from both branches.
2026-06-15 10:38:17 +10:00
AdenMGB
62a3d56bed
feat: grade forecast
2026-06-13 21:22:50 +09:30
AdenMGB
14a322a128
fix: fix analyitics page for @SethBurkart123
2026-06-13 19:36:04 +09:30
StroepWafel
9166bebef7
all settings sync
2026-06-10 01:17:13 +09:30
Aden Lindsay
c9672b4d85
Merge pull request #450 from Jaxx7594/assessmentsAverage-reindex
...
feat(assessmentsAverage): fingerprint-based reindex to harden against changed weightings
2026-06-09 10:28:03 +09:30
Seth Burkart
7a867ec8f4
Merge pull request #447 from StroepWafel/Popout-TOTM
...
super clean popout for TOTM + PFP caching
2026-06-08 17:33:21 +10:00
Jaxx7594
8b470d6817
feat(assessmentsAverage): fingerprint-based reindex with non-blocking refresh
...
- Add WEIGHTING_SCHEMA_VERSION constant; bump to force a global lazy reindex
- Migrate legacy Record<id, string> storage to { weight, fingerprint, pluginVersion }
- Fingerprint per-assessment on status, graded, availability, score, due, title (sourced from the React fiber)
- Refetch weighting only when fingerprint or schema version mismatches
- Preserve previous weight as refreshing placeholder during background refetch
- Render subject average immediately from cache; run parseAssessments off the critical path
- Coalesce concurrent renderSubjectAverage calls instead of dropping them
- Dispatch betterseqta:weightingsChanged on refetch start and completion
- Show row-level refresh indicator and "Refreshing weightings" notice while refreshing
- Leave weightingOverrides untouched by all reindex paths
2026-06-07 23:14:15 +08:00
Jaxx7594
984719ce28
feat: Improved navigation in courses (via a plugin)
...
What it does:
- Makes the course navigator focused on the currently selected lesson instead of the top upon opening
- Adds arrows to the course page, to allow for easier navigation.
2026-06-06 23:12:30 +08:00
AdenMGB
dd0830d349
feat: add new copy rubric button
2026-06-05 09:31:42 +09:30
AdenMGB
b4a59330c5
fix: fix assement overview not choosing actuve subjects and improve styling
2026-06-05 09:18:33 +09:30
AdenMGB
314c555d87
fix: ensure the ability to override weightings
2026-06-05 08:55:06 +09:30
StroepWafel
bc75c9a2c7
PFP caching
2026-06-04 20:05:34 +09:30
StroepWafel
0878910043
Sync PFP on change
2026-06-04 12:44:34 +09:30
SethBurkart123
ce18412405
fix: text on analytics page reload button
2026-06-03 10:32:36 +10:00
AdenMGB
4f6c978043
finalise compat
2026-06-02 13:33:45 +09:30
AdenMGB
9093553ff1
compat: improve compat for nueromphic theme
2026-06-02 13:11:34 +09:30
AdenMGB
acb2c682f3
tweak: tweak priv policy placement and style
2026-06-02 12:52:52 +09:30
SethBurkart123
9000cb28cd
Replace analytics grade filter with dual-handle range slider.
...
Use a single track with min/max thumbs instead of two separate sliders for clearer filtering UX.
2026-06-02 12:32:07 +10:00
AdenMGB
337f85c3cc
feat: prep fopr v3.7.0 as well as minor tweaks
2026-06-02 08:42:24 +09:30
AdenMGB
9e521722f1
Merge branch 'main' of https://github.com/BetterSEQTA/BetterSEQTA-Plus
2026-06-01 19:53:58 +09:30
AdenMGB
2b7c5e17b6
feat: analytics page
2026-06-01 19:43:47 +09:30
StroepWafel
774be0ceed
fix issues with injected sidebar
2026-06-01 14:16:38 +09:30
codefactor-io
2356a49fcd
[CodeFactor] Apply fixes to commit 3d13202
2026-05-29 02:01:49 +00:00