| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(locale): move hardcoded UI strings into english locale | Fuwn | 2 days | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | 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 | -6/+6 |
| | | |||||
| * | chore(biome): enable svelte formatting | Fuwn | 2026-03-01 | 1 | -6/+6 |
| | | |||||
| * | refactor: Migrate event handlers to new Svelte 5 syntax | Fuwn | 2026-01-23 | 1 | -1/+1 |
| | | |||||
| * | refactor(layout): Replace empty p elements with reusable Spacer component | Fuwn | 2026-01-23 | 1 | -2/+3 |
| | | |||||
| * | fix(html): Replace self-closing non-void HTML elements with proper closing tags | Fuwn | 2026-01-23 | 1 | -2/+2 |
| | | |||||
| * | format: Apply Prettier formatting | Fuwn | 2025-12-15 | 1 | -2/+2 |
| | | |||||
| * | style(src): Remove self-closing p and div tags | Fuwn | 2025-06-23 | 1 | -2/+2 |
| | | |||||
| * | revert: Clean up easter event | Fuwn | 2025-04-21 | 1 | -4/+1 |
| | | |||||
| * | feat(EasterEgg): Add more eggs | Fuwn | 2025-04-19 | 1 | -1/+4 |
| | | |||||
| * | feat(tools): add simple tracker | Fuwn | 2024-10-12 | 1 | -1/+1 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -53/+53 |
| | | |||||
| * | feat(tools): bigger descriptions | Fuwn | 2024-02-12 | 1 | -5/+5 |
| | | |||||
| * | refactor(tools): make descriptions dynamic | Fuwn | 2024-02-11 | 1 | -1/+1 |
| | | |||||
| * | feat(tools): card-style display | Fuwn | 2024-02-11 | 1 | -10/+47 |
| | | |||||
| * | feat(locale): localise birthdays | Fuwn | 2024-01-31 | 1 | -2/+2 |
| | | |||||
| * | feat: root prefix all links | Fuwn | 2024-01-19 | 1 | -1/+2 |
| | | |||||
| * | feat(tools): add private message | Fuwn | 2024-01-13 | 1 | -1/+2 |
| | | |||||
| * | refactor(home): move layout to home | Fuwn | 2024-01-13 | 1 | -1/+1 |
| | | |||||
| * | feat(tools): new tools url method | Fuwn | 2024-01-08 | 1 | -124/+26 |
| | | |||||
| * | feat(tools): dump profile tool | Fuwn | 2024-01-06 | 1 | -0/+8 |
| | | |||||
| * | refactor(tools): better cards | Fuwn | 2024-01-04 | 1 | -21/+22 |
| | | |||||
| * | feat(tools): move all to cards | Fuwn | 2024-01-04 | 1 | -43/+45 |
| | | |||||
| * | feat(tools): random follower finder | Fuwn | 2024-01-02 | 1 | -0/+8 |
| | | |||||
| * | refactor(tools): change name and descriptions | Fuwn | 2024-01-01 | 1 | -3/+4 |
| | | |||||
| * | feat(tools): descriptions | Fuwn | 2023-12-28 | 1 | -9/+30 |
| | | |||||
| * | feat(tools): user requested tools | Fuwn | 2023-12-28 | 1 | -0/+5 |
| | | |||||
| * | fix(tools): suggest direct | Fuwn | 2023-12-27 | 1 | -1/+2 |
| | | |||||
| * | fix(tools): direct on default | Fuwn | 2023-12-25 | 1 | -3/+3 |
| | | |||||
| * | feat(tools): list tools on default | Fuwn | 2023-12-25 | 1 | -4/+14 |
| | | |||||
| * | refactor(tools): reorder selections | Fuwn | 2023-12-25 | 1 | -3/+3 |
| | | |||||
| * | feat(tools): rename descriptions | Fuwn | 2023-12-25 | 1 | -6/+6 |
| | | |||||
| * | refactor(tools): rename discussion collector | Fuwn | 2023-12-25 | 1 | -3/+3 |
| | | |||||
| * | refactor(tools): rename birthdays | Fuwn | 2023-12-25 | 1 | -3/+3 |
| | | |||||
| * | refactor(tools): use svelte query | Fuwn | 2023-12-25 | 1 | -2/+3 |
| | | |||||
| * | feat(routes): route-specific head title | Fuwn | 2023-12-25 | 1 | -13/+20 |
| | | |||||
| * | feat(tools): rename default suggestion | Fuwn | 2023-12-25 | 1 | -1/+1 |
| | | |||||
| * | feat(tools): suggest path for error | Fuwn | 2023-12-25 | 1 | -1/+22 |
| | | |||||
| * | refactor(tools): rename birthdays | Fuwn | 2023-12-24 | 1 | -1/+1 |
| | | |||||
| * | refactor(tools): activity history to module | Fuwn | 2023-12-24 | 1 | -1/+1 |
| | | |||||
| * | feat(routes): add blockquote to top level select | Fuwn | 2023-12-21 | 1 | -2/+2 |
| | | |||||
| * | feat(tools): rename activity history | Fuwn | 2023-12-17 | 1 | -2/+2 |
| | | |||||
| * | feat(tools): serialise settings into url | Fuwn | 2023-12-03 | 1 | -1/+0 |
| | | |||||
| * | fix(tools): simple reactive url | Fuwn | 2023-12-03 | 1 | -10/+9 |
| | | |||||
| * | feat(tools): wrapped out of beta | Fuwn | 2023-12-02 | 1 | -1/+1 |
| | | |||||
| * | feat(tools): re-add character birthdays | Fuwn | 2023-12-02 | 1 | -4/+4 |
| | | |||||
| * | feat(tools): remove character birthdays | Fuwn | 2023-11-30 | 1 | -4/+4 |
| | | |||||
| * | fix(tools): replace switch ?? | Fuwn | 2023-11-29 | 1 | -22/+1 |
| | | |||||
| * | feat(tools): sequel spy | Fuwn | 2023-11-29 | 1 | -0/+4 |
| | | |||||
| * | feat(wrapped): adjust window length | Fuwn | 2023-11-22 | 1 | -7/+1 |
| | | |||||