| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(locale): move hardcoded UI strings into english locale | Fuwn | 47 hours | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | 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(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 1 | -8/+8 |
| | | |||||
| * | chore(biome): enable svelte formatting | Fuwn | 2026-03-01 | 1 | -9/+9 |
| | | |||||
| * | refactor(layout): Replace empty p elements with reusable Spacer component | Fuwn | 2026-01-23 | 1 | -1/+2 |
| | | |||||
| * | fix(html): Replace self-closing non-void HTML elements with proper closing tags | Fuwn | 2026-01-23 | 1 | -1/+1 |
| | | |||||
| * | fix(EpisodeDiscussionCollector): Improve filtering | Fuwn | 2025-12-17 | 1 | -3/+3 |
| | | |||||
| * | format: Apply Prettier formatting | Fuwn | 2025-12-15 | 1 | -1/+1 |
| | | |||||
| * | style(src): Remove self-closing p and div tags | Fuwn | 2025-06-23 | 1 | -1/+1 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -52/+52 |
| | | |||||
| * | feat: replace hover cover with image tooltip | Fuwn | 2024-04-15 | 1 | -31/+3 |
| | | |||||
| * | refactor: remove wikipedia for rate-limit | Fuwn | 2024-02-11 | 1 | -6/+1 |
| | | |||||
| * | refactor(anilist): move to data module | Fuwn | 2024-02-08 | 1 | -1/+1 |
| | | |||||
| * | refactor(discussions): use input template | Fuwn | 2024-02-01 | 1 | -31/+11 |
| | | |||||
| * | refactor(list): use global opacity class | Fuwn | 2024-01-31 | 1 | -1/+1 |
| | | |||||
| * | refactor(skeleton): move to loading module | Fuwn | 2024-01-31 | 1 | -1/+1 |
| | | |||||
| * | feat: move everything to skeletion loading ui | Fuwn | 2024-01-25 | 1 | -1/+2 |
| | | |||||
| * | feat(discussions: hover cover | Fuwn | 2024-01-08 | 1 | -1/+35 |
| | | |||||
| * | feat(discussions): show date | Fuwn | 2024-01-08 | 1 | -0/+7 |
| | | |||||
| * | refactor(tools): better cards | Fuwn | 2024-01-04 | 1 | -56/+58 |
| | | |||||
| * | feat(tools): move all to cards | Fuwn | 2024-01-04 | 1 | -1/+3 |
| | | |||||
| * | refactor(tools): buttons | Fuwn | 2024-01-04 | 1 | -3/+3 |
| | | |||||
| * | chore(discussions): fix eslint error | Fuwn | 2023-12-28 | 1 | -0/+1 |
| | | |||||
| * | feat: add umami events | Fuwn | 2023-12-28 | 1 | -3/+13 |
| | | |||||
| * | refactor(utility): move utilities to module | Fuwn | 2023-12-24 | 1 | -1/+1 |
| | | |||||
| * | feat(routes): better loading message | Fuwn | 2023-12-22 | 1 | -1/+1 |
| | | |||||
| * | feat(tools): enter key hints | Fuwn | 2023-12-22 | 1 | -1/+3 |
| | | |||||
| * | feat(discussions): submit on enter | Fuwn | 2023-12-21 | 1 | -1/+8 |
| | | |||||
| * | feat(tools): serialise settings into url | Fuwn | 2023-12-03 | 1 | -0/+4 |
| | | |||||
| * | feat(tools): episode discussion collector | Fuwn | 2023-10-22 | 1 | -0/+44 |