index
:
due.moe
badges
binary_badges
cloudflare-pages
locale
main
post-svelte-5-migration
svelte-5
svelte-5-migration
svelteui
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
Commit message (
Collapse
)
Author
Age
Files
Lines
*
chore(cleanup): remove stale eslint directives
Fuwn
2026-03-01
7
-8
/
+0
|
*
chore(format): normalise user badges store formatting
Fuwn
2026-03-01
1
-12
/
+10
|
*
chore(biome): drop formatter style overrides
Fuwn
2026-03-01
177
-63332
/
+66293
|
*
chore(biome): re-enable noImplicitAnyLet rule
Fuwn
2026-03-01
7
-9
/
+11
|
*
chore(biome): enable svelte linting
Fuwn
2026-03-01
12
-67
/
+80
|
*
chore(biome): enable svelte formatting
Fuwn
2026-03-01
101
-3721
/
+3658
|
*
chore(biome): re-enable useIterableCallbackReturn rule
Fuwn
2026-03-01
1
-3
/
+9
|
*
chore(biome): re-enable noDoubleEquals rule
Fuwn
2026-03-01
3
-5
/
+5
|
*
chore(biome): enable css formatting
Fuwn
2026-03-01
2
-3
/
+3
|
*
chore(biome): enable formatting for sample media json
Fuwn
2026-03-01
2
-271
/
+65
|
*
chore(types): decouple app code from fragile generated route types
Fuwn
2026-03-01
1
-1
/
+1
|
*
fix(anime): unify due classification and harden subtitle matching
Fuwn
2026-03-01
6
-38
/
+346
|
*
perf: optimise list hot paths and shared timers
Fuwn
2026-03-01
7
-176
/
+296
|
*
perf(match): fast-path exact normalised title matches
Fuwn
2026-03-01
1
-0
/
+11
|
*
perf(match): cache indexed schedules and per-airing match results
Fuwn
2026-03-01
1
-7
/
+65
|
*
perf(match): pre-index subtitle schedule by day and token
Fuwn
2026-03-01
1
-24
/
+84
|
*
feat(match): skip ambiguous subtitle matches via score margin
Fuwn
2026-03-01
1
-0
/
+6
|
*
feat(match): add confidence gate for subtitle title matching
Fuwn
2026-03-01
1
-6
/
+37
|
*
fix(match): Harden calculateWeightedSimilarity
Fuwn
2026-03-01
1
-3
/
+29
|
*
fix(birthdays): Gracefully handle partial source failures
Fuwn
2026-02-19
3
-33
/
+73
|
*
perf(schedule): Reduce redundant work in title matching
Fuwn
2026-02-12
1
-43
/
+59
|
*
perf: Optimise LCP with image loading and animation fixes
Fuwn
2026-02-02
3
-3
/
+27
|
*
perf(LandingHero): Optimise for faster LCP
Fuwn
2026-02-02
1
-4
/
+2
|
*
perf(images): Optimise cover images for LCP and CLS
Fuwn
2026-02-02
3
-2
/
+21
|
*
fix: Resolve all ESLint errors and warnings
Fuwn
2026-01-29
26
-33
/
+55
|
*
feat(LandingHero): Make "See More" scroll past hero
Fuwn
2026-01-29
1
-3
/
+21
|
*
perf: Optimise landing page performance
Fuwn
2026-01-29
2
-20
/
+28
|
*
feat(Landing): Update to match LandingHero
Fuwn
2026-01-28
7
-169
/
+498
|
*
feat: Add hero for landing and welcome page
Fuwn
2026-01-27
1
-0
/
+175
|
*
refactor(lib): Migrate simple components to Svelte 5 runes syntax
Fuwn
2026-01-23
6
-26
/
+21
|
*
refactor(Database:User): Align Badge interface with database schema
Fuwn
2026-01-23
2
-12
/
+25
|
*
fix: Add null guards and improve error messaging for user lookups
Fuwn
2026-01-23
5
-5
/
+18
|
*
fix(AniList): Change customLists from Map to Record
Fuwn
2026-01-23
2
-2
/
+2
|
*
fix(Notification): Align Options interface with Notification type
Fuwn
2026-01-23
1
-6
/
+11
|
*
fix: Resolve unused imports, dead code, and type definitions
Fuwn
2026-01-23
2
-5
/
+1
|
*
refactor(MediaRoulette): Use Svelte 5 syntax
Fuwn
2026-01-23
1
-13
/
+15
|
*
feat(MediaRoulette): Add CommandPalette-like fade in/out
Fuwn
2026-01-23
1
-3
/
+74
|
*
feat(List): Add media roulette
Fuwn
2026-01-23
4
-1
/
+333
|
*
fix(Loading:Grid): Use math.ceil instead of deprecated global ceil function
Fuwn
2026-01-23
1
-1
/
+3
|
*
refactor: Migrate event handlers to new Svelte 5 syntax
Fuwn
2026-01-23
43
-107
/
+108
|
*
refactor(layout): Replace empty p elements with reusable Spacer component
Fuwn
2026-01-23
33
-56
/
+111
|
*
fix(CommandPalette): Suppress intentional a11y warnings for command palette ↵
Fuwn
2026-01-23
1
-0
/
+1
|
|
|
|
overlay backdrop
*
fix(html): Replace invalid p element containing div with proper div wrapper
Fuwn
2026-01-23
1
-2
/
+2
|
*
fix(html): Replace self-closing non-void HTML elements with proper closing tags
Fuwn
2026-01-23
37
-67
/
+67
|
*
fix(notifications): Replace svelte-notifications with custom store for Svelte 5
Fuwn
2026-01-22
9
-21
/
+70
|
*
format: Apply Prettier formatting
Fuwn
2026-01-22
19
-58
/
+98
|
*
fix(Wrapped): Move CSS import to script block for vitePreprocess compatibility
Fuwn
2026-01-22
1
-4
/
+1
|
*
deps(sveltekit): Migrate to SvelteKit 2
Fuwn
2026-01-22
1
-1
/
+1
|
*
fix(EpisodeDiscussionCollector): Improve filtering
Fuwn
2025-12-17
2
-4
/
+7
|
*
fix(Wrapped): Improve data loading
Fuwn
2025-12-16
2
-1
/
+18
|
[next]