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
*
fix(ci): use valid composite action input identifiers
Fuwn
2026-03-01
1
-4
/
+4
*
chore(monorepo): scaffold workspace layout for apps and shared packages
Fuwn
2026-03-01
5
-24
/
+39
*
ci(dx): extract shared node+pnpm setup into composite action
Fuwn
2026-03-01
3
-26
/
+39
*
chore(dx): add fast changed-files lint and format commands
Fuwn
2026-03-01
1
-1
/
+5
*
chore(dx): add local check with fallback env defaults
Fuwn
2026-03-01
2
-1
/
+19
*
chore(dx): add CI-equivalent local check command
Fuwn
2026-03-01
1
-0
/
+1
*
ci(trigger): rerun deploy workflow when workflow file changes
Fuwn
2026-03-01
1
-0
/
+1
*
ci(quality): add graphql + env placeholders for reproducible typecheck
Fuwn
2026-03-01
3
-125
/
+138
*
ci(trigger): use v4 deploy command without removed skip-typecheck flag
Fuwn
2026-03-01
1
-1
/
+1
*
ci: make quality workflow generate artifacts before typecheck
Fuwn
2026-03-01
1
-0
/
+6
*
chore(trigger): migrate project setup from v3 to v4
Fuwn
2026-03-01
5
-913
/
+543
*
chore(tooling): remove npm lockfile from pnpm-managed repo
Fuwn
2026-03-01
1
-13462
/
+0
*
ci: add quality workflow for formatting, typecheck, and lint
Fuwn
2026-03-01
1
-0
/
+37
*
chore(tooling): add biome format check script
Fuwn
2026-03-01
1
-1
/
+2
*
chore(cleanup): remove stale eslint directives
Fuwn
2026-03-01
9
-11
/
+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
282
-66630
/
+69831
*
chore(tooling): remove legacy eslint and prettier
Fuwn
2026-03-01
6
-926
/
+0
*
chore(biome): re-enable noImplicitAnyLet rule
Fuwn
2026-03-01
19
-24
/
+34
*
chore(biome): enable svelte linting
Fuwn
2026-03-01
15
-78
/
+84
*
chore(biome): enable svelte formatting
Fuwn
2026-03-01
123
-4679
/
+4612
*
chore(biome): re-enable useAltText rule
Fuwn
2026-03-01
2
-3
/
+1
*
chore(biome): re-enable useGenericFontNames rule
Fuwn
2026-03-01
2
-3
/
+2
*
chore(biome): re-enable useIterableCallbackReturn rule
Fuwn
2026-03-01
3
-9
/
+14
*
chore(biome): re-enable noDoubleEquals rule
Fuwn
2026-03-01
5
-7
/
+6
*
chore(biome): re-enable noDuplicateCase rule
Fuwn
2026-03-01
2
-2
/
+1
*
chore(biome): re-enable noInvalidUseBeforeDeclaration rule
Fuwn
2026-03-01
3
-6
/
+1
*
chore(biome): re-enable noUselessEmptyExport rule
Fuwn
2026-03-01
1
-3
/
+0
*
chore(biome): re-enable useLiteralKeys rule
Fuwn
2026-03-01
1
-2
/
+1
*
chore(biome): enable css formatting
Fuwn
2026-03-01
14
-115
/
+100
*
chore(biome): enable formatting for sample media json
Fuwn
2026-03-01
3
-280
/
+65
*
chore(tooling): migrate lint and format to biome
Fuwn
2026-03-01
3
-4503
/
+1731
*
chore(types): decouple app code from fragile generated route types
Fuwn
2026-03-01
4
-6
/
+12
*
fix(anime): unify due classification and harden subtitle matching
Fuwn
2026-03-01
8
-41
/
+1076
*
perf: optimise list hot paths and shared timers
Fuwn
2026-03-01
11
-185
/
+319
*
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
*
chore(supabase): Move Supabase schema path
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
[next]