| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(locale): move hardcoded UI strings into english locale | Fuwn | 48 hours | 2 | -7/+24 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
| * | style(transitions): lengthen page transition for smoother feel | Fuwn | 2026-05-08 | 1 | -1/+1 |
| | | | | | Bump Root fly duration/delay from 100ms to 180ms so the built-in opacity fade is perceptible and the slide reads against Lenis-smoothed scroll. | ||||
| * | refactor: isolate last activity fetch path | Fuwn | 2026-03-22 | 1 | -1/+1 |
| | | |||||
| * | refactor: centralise site origin usage | Fuwn | 2026-03-22 | 1 | -2/+4 |
| | | |||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 3 | -44/+46 |
| | | |||||
| * | chore(biome): enable svelte formatting | Fuwn | 2026-03-01 | 3 | -54/+54 |
| | | |||||
| * | fix: Resolve all ESLint errors and warnings | Fuwn | 2026-01-29 | 1 | -1/+1 |
| | | |||||
| * | refactor(lib): Migrate simple components to Svelte 5 runes syntax | Fuwn | 2026-01-23 | 2 | -7/+4 |
| | | |||||
| * | refactor(LastActivity): Move display guard to component | Fuwn | 2025-06-14 | 1 | -2/+2 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 3 | -82/+82 |
| | | |||||
| * | refactor(anilist): move to data module | Fuwn | 2024-02-08 | 1 | -2/+2 |
| | | |||||
| * | feat(identity): use global store | Fuwn | 2024-01-24 | 1 | -17/+3 |
| | | |||||
| * | feat: disable last activity warning | Fuwn | 2024-01-21 | 1 | -1/+1 |
| | | |||||
| * | fix(headtitle): default og:url | Fuwn | 2024-01-16 | 1 | -1/+1 |
| | | |||||
| * | fix(headtitle): name and property meta | Fuwn | 2024-01-16 | 1 | -4/+4 |
| | | |||||
| * | refactor(home): move layout to home | Fuwn | 2024-01-13 | 3 | -0/+117 |