AdenMGB
b5347e2732
feat: minor fixes before update
2026-07-24 09:32:00 +09:30
AdenMGB
e732011f1e
feat: sidebar cleanup + fixes
2026-07-21 09:20:53 +09:30
AdenMGB
c231a00db3
feat: replace sidebar with svelte alternative
2026-07-20 16:33:23 +09:30
AdenMGB
824cedca2f
feat: optimisations
2026-07-19 18:08:52 +09:30
AdenMGB
a48d71ddd8
feat: final fixes and improvements
2026-07-19 09:44:11 +09:30
AdenMGB
cf6e797510
fix: fix dev command not loading assets and scripts + fix assement averages
2026-07-19 09:34:59 +09:30
AdenMGB
3ef1add585
Merge remote-tracking branch 'origin/main' into various-bugfixes
2026-07-19 09:03:50 +09:30
AdenMGB
3bac45032d
refactor: further trim PR #458 debloat across patches, notices, Select, music, archive, search
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-07-19 08:58:31 +09:30
AdenMGB
b1fb8e8f10
fix: fix minor bugs
2026-07-13 16:30:08 +09:30
AdenMGB
4fda63dedd
refactor: trim PR debloat and fix transformers build
...
Extract shared helpers for home notices, timetable subtitles, and theme images; dedupe global search, Select, and build scripts while preserving behaviour.
Add @huggingface/transformers as a direct dependency and resolve ORT WASM paths via require.resolve so pnpm postinstall and Vite can bundle vector search.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-28 10:30:25 +09:30
SethBurkart123
7779edb063
refactor: consolidate and debloat calendar sync implementation
...
Merge duplicated Google/Outlook engines, background handlers, and API
layers into shared calendarSync modules to cut complexity without changing
user-facing sync behavior.
2026-06-28 10:45:45 +10:00
AdenMGB
f4230e02b9
feat: tweak calendar syncing for final release
2026-06-28 09:52:17 +09:30
StroepWafel
6c9bec4a99
Merge branch 'main' into various-bugfixes
2026-06-27 15:42:51 +09:30
StroepWafel
6518999ac5
fix(global Search): duped indexes
2026-06-27 15:38:53 +09:30
AdenMGB
95da84ff16
fix: appease the ci godas
2026-06-27 15:31:12 +09:30
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
d34333ca38
feat: support outlook for calendar plus minor fixes
2026-06-27 15:07:10 +09:30
AdenMGB
2163f06de9
tweak: update rolling perofrmance
2026-06-27 14:24:08 +09:30
AdenMGB
eae2e0587c
feat: tweak calendar and clean it up
2026-06-27 14:19:28 +09:30
AdenMGB
e6b8be6821
feat: add Google Calendar timetable sync via accounts OAuth
...
OAuth flows through accounts.betterseqta.org with token exchange server-side. Sync runs in the content script to avoid MV3 service worker timeouts. Adds Svelte calendar sync UI on the timetable page, extension asset URL helper, and excludes calendar tokens from cloud sync.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-27 11:51:48 +09:30
Aden Lindsay
bd13042fe4
Merge pull request #464 from AdoLovesChicken/gradeSliderRange-input
...
feat(GradeRangeSlider): add typeable min/max inputs
2026-06-27 07:39:33 +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
AdoLovesChicken
174f47f8c2
feat(GradeRangeSlider): add typeable min/max inputs
...
- Add inputs alongside the slider so values can be
typed directly, not just dragged
- Clamp typed/dragged values to [min, max]
- Animate the slider with a sine ease when a value is typed,
keeping the drag unanimated
- Meet min/max values instead of letting fields swap mid-keystroke
- Combine min/max handlers into one `onInput` function
2026-06-26 20:59:33 +10:00
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