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
Commit message (
Expand
)
Author
Age
Files
Lines
*
chore(supabase): Move Supabase schema path
HEAD
main
Fuwn
2026-02-22
3
-99
/
+1488
*
fix(graphql): Enforce ownership checks for shadow-hide mutations
Fuwn
2026-02-22
1
-8
/
+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(fonts): Move font loading to HTML for faster FCP
Fuwn
2026-02-03
2
-1
/
+11
*
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
2
-4
/
+6
*
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
38
-48
/
+80
*
feat(LandingHero): Make "See More" scroll past hero
Fuwn
2026-01-29
1
-3
/
+21
*
perf: Optimise landing page performance
Fuwn
2026-01-29
5
-20
/
+36
*
feat(Landing): Update to match LandingHero
Fuwn
2026-01-28
8
-174
/
+499
*
feat: Add hero for landing and welcome page
Fuwn
2026-01-27
3
-0
/
+186
*
feat(+layout.svelte): Add Web Analytics
Fuwn
2026-01-26
3
-1477
/
+4290
*
feat: Add BotID
Fuwn
2026-01-26
2
-4245
/
+1493
*
fix(app.html): Update Umami website ID
Fuwn
2026-01-26
1
-1
/
+1
*
chore(justfile): Add additional utility tasks
Fuwn
2026-01-23
1
-5
/
+11
*
refactor(lib): Migrate simple components to Svelte 5 runes syntax
Fuwn
2026-01-23
6
-26
/
+21
*
chore(deps): Update Trigger.dev packages
Fuwn
2026-01-23
2
-303
/
+314
*
refactor(Database:User): Align Badge interface with database schema
Fuwn
2026-01-23
2
-12
/
+25
*
chore: Add Supabase schema for reference
Fuwn
2026-01-23
1
-0
/
+99
*
fix(graphql): Resolve resolver type mismatches and improve error handling
Fuwn
2026-01-23
1
-9
/
+27
*
fix: Add null guards and improve error messaging for user lookups
Fuwn
2026-01-23
11
-32
/
+51
*
fix(stores): Use unknown cast for dynamic property access
Fuwn
2026-01-23
2
-3
/
+9
*
fix(AniList): Change customLists from Map to Record
Fuwn
2026-01-23
2
-2
/
+2
*
fix(stores:stateBin): Add typed interface
Fuwn
2026-01-23
1
-1
/
+8
*
fix(Notification): Align Options interface with Notification type
Fuwn
2026-01-23
1
-6
/
+11
*
fix: Disable analytics on localhost or development environments
Fuwn
2026-01-23
1
-5
/
+11
*
fix: Resolve unused imports, dead code, and type definitions
Fuwn
2026-01-23
6
-7
/
+16
*
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
7
-1473
/
+4576
*
deps(houdini): Bump version to next
Fuwn
2026-01-23
2
-4222
/
+1557
*
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
53
-146
/
+147
*
chore(prettier): Remove deprecated pluginSearchDirs option
Fuwn
2026-01-23
2
-3
/
+2
*
refactor(layout): Replace empty p elements with reusable Spacer component
Fuwn
2026-01-23
45
-95
/
+162
*
fix(CommandPalette): Suppress intentional a11y warnings for command palette o...
Fuwn
2026-01-23
1
-0
/
+1
*
fix(html): Replace invalid p element containing div with proper div wrapper
Fuwn
2026-01-23
1
-2
/
+2
*
fix(vite): Use modern Sass compiler API to resolve deprecation warnings
Fuwn
2026-01-23
1
-1
/
+6
*
fix(html): Replace self-closing non-void HTML elements with proper closing tags
Fuwn
2026-01-23
49
-1573
/
+4324
*
fix(deps): Add missing fast-levenshtein dependency
svelte-5-migration
Fuwn
2026-01-22
2
-3
/
+20
*
chore(deps): Prepare for Corepack
Fuwn
2026-01-22
1
-1
/
+2
*
chore(deps): Migrate from npm to pnpm
Fuwn
2026-01-22
4
-9
/
+8386
*
fix(notifications): Replace svelte-notifications with custom store for Svelte 5
Fuwn
2026-01-22
12
-33
/
+87
*
format: Apply Prettier formatting
Fuwn
2026-01-22
27
-86
/
+167
*
fix(deps): Pin SvelteKit and adapter versions for sveltekit-graphql compatibi...
Fuwn
2026-01-22
4
-6
/
+13466
*
deps(svelte): Migrate to Svelte 5 with compatibility mode
Fuwn
2026-01-22
4
-5
/
+12
*
deps(svelte): Migrate to Svelte 5
Fuwn
2026-01-22
1
-9
/
+9
*
fix(Wrapped): Move CSS import to script block for vitePreprocess compatibility
Fuwn
2026-01-22
1
-4
/
+1
[next]