| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(locale): move hardcoded UI strings into english locale | Fuwn | 44 hours | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | Adds optional namespaces (common, errors, commandPalette, headTitle, notifications, schedule, events, home, reader, routes, badgePreview, badgeWall) and extends existing ones (settings.*, lists.*, tools.*, user.*, hololive.*) on the Locale interface. New fields are optional so japanese.ts can omit them; svelte-i18n's fallbackLocale handles the runtime miss. HeadTitle gains an optional routeKey prop for type-safe lookup. defaultActions becomes a factory so the command palette re-reads locale on language toggle. The existing JP feedback translation in routes/settings is preserved via japanese.ts. Out of scope (kept hardcoded): service-worker.ts, app.html, Landing*.svelte, tools.ts registry, Easter Event 2025 pages. | ||||
| * | chore(cleanup): remove stale eslint directives | Fuwn | 2026-03-01 | 1 | -2/+0 |
| | | |||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 1 | -35/+45 |
| | | |||||
| * | chore(biome): enable svelte formatting | Fuwn | 2026-03-01 | 1 | -55/+55 |
| | | |||||
| * | perf: optimise list hot paths and shared timers | Fuwn | 2026-03-01 | 1 | -3/+3 |
| | | |||||
| * | fix: Resolve all ESLint errors and warnings | Fuwn | 2026-01-29 | 1 | -1/+1 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -134/+134 |
| | | |||||
| * | refactor: ids to classes | Fuwn | 2024-02-19 | 1 | -2/+2 |
| | | |||||
| * | fix: destroy height observer on unmount | Fuwn | 2024-02-02 | 1 | -2/+5 |
| | | |||||
| * | fix(html): height observer initial size | Fuwn | 2024-01-31 | 1 | -1/+1 |
| | | |||||
| * | refactor: global opacity class | Fuwn | 2024-01-31 | 1 | -2/+2 |
| | | |||||
| * | refactor(skeleton): move to loading module | Fuwn | 2024-01-31 | 1 | -1/+1 |
| | | |||||
| * | fix(updates): no details observer | Fuwn | 2024-01-26 | 1 | -1/+1 |
| | | |||||
| * | feat(updates): better list skeleton | Fuwn | 2024-01-24 | 1 | -20/+16 |
| | | |||||
| * | feat(updates): skeleton loading | Fuwn | 2024-01-24 | 1 | -2/+7 |
| | | |||||
| * | feat: root prefix all links | Fuwn | 2024-01-19 | 1 | -2/+3 |
| | | |||||
| * | refactor(home): move layout to home | Fuwn | 2024-01-13 | 1 | -1/+1 |
| | | |||||
| * | feat: site-wide limit height | Fuwn | 2024-01-04 | 1 | -69/+77 |
| | | |||||
| * | feat(routes): route-specific head title | Fuwn | 2023-12-25 | 1 | -0/+3 |
| | | |||||
| * | feat(routes): better loading message | Fuwn | 2023-12-22 | 1 | -2/+2 |
| | | |||||
| * | fix(updates): better display title link | Fuwn | 2023-12-16 | 1 | -3/+6 |
| | | |||||
| * | fix(updates): link to anilist | Fuwn | 2023-12-16 | 1 | -1/+5 |
| | | |||||
| * | feat(updates): change wording | Fuwn | 2023-11-25 | 1 | -1/+1 |
| | | |||||
| * | format(updates): add types | Fuwn | 2023-09-14 | 1 | -4/+9 |
| | | |||||
| * | feat(updates): english novel updates | Fuwn | 2023-09-14 | 1 | -5/+11 |
| | | |||||
| * | refactor(updates): move api routes | Fuwn | 2023-09-14 | 1 | -2/+2 |
| | | |||||
| * | fix(updates): non-italic volume | Fuwn | 2023-09-14 | 1 | -2/+3 |
| | | |||||
| * | fix(updates): ignore eslint | Fuwn | 2023-09-14 | 1 | -0/+2 |
| | | |||||
| * | feat(updates): change loading style | Fuwn | 2023-09-13 | 1 | -2/+2 |
| | | |||||
| * | refactor(updates): rename formatters | Fuwn | 2023-09-13 | 1 | -11/+9 |
| | | |||||
| * | feat(updates): italic titles | Fuwn | 2023-09-13 | 1 | -1/+3 |
| | | |||||
| * | feat(updates): hidden direct link | Fuwn | 2023-09-13 | 1 | -8/+16 |
| | | |||||
| * | refactor(updates): rename to updates | Fuwn | 2023-09-13 | 1 | -0/+99 |