| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(locale): move hardcoded UI strings into english locale | Fuwn | 46 hours | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
| * | revert(ui): remove april fools executive mode | Fuwn | 2026-04-02 | 1 | -6/+4 |
| | | |||||
| * | feat(ui): add april fools executive mode | Fuwn | 2026-04-01 | 1 | -4/+6 |
| | | |||||
| * | fix(state): restore persisted list UI state | Fuwn | 2026-03-28 | 1 | -2/+3 |
| | | |||||
| * | perf: lazy-load authenticated list surfaces | Fuwn | 2026-03-22 | 1 | -11/+60 |
| | | |||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 1 | -18/+18 |
| | | |||||
| * | chore(biome): re-enable noImplicitAnyLet rule | Fuwn | 2026-03-01 | 1 | -1/+2 |
| | | |||||
| * | chore(biome): enable svelte formatting | Fuwn | 2026-03-01 | 1 | -22/+22 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | feat(list): Persistent per-list collapsed state | Fuwn | 2025-06-12 | 1 | -3/+8 |
| | | |||||
| * | revert: Clean up easter event | Fuwn | 2025-04-21 | 1 | -4/+1 |
| | | |||||
| * | feat: Add AniList Badges Easter Event 2025 demo #2 | Fuwn | 2025-04-10 | 1 | -1/+4 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -56/+56 |
| | | |||||
| * | feat(Completed): allow hiding panels | Fuwn | 2024-07-28 | 1 | -20/+24 |
| | | |||||
| * | refactor: ids to classes | Fuwn | 2024-02-19 | 1 | -2/+2 |
| | | |||||
| * | fix: destroy height observer on unmount | Fuwn | 2024-02-02 | 1 | -2/+6 |
| | | |||||
| * | fix(html): height observer initial size | Fuwn | 2024-01-31 | 1 | -1/+1 |
| | | |||||
| * | fix(routes): load lists after identity loaded | Fuwn | 2024-01-31 | 1 | -2/+2 |
| | | |||||
| * | refactor(list): use global identity | Fuwn | 2024-01-31 | 1 | -2/+1 |
| | | |||||
| * | refactor(skeleton): move to loading module | Fuwn | 2024-01-31 | 1 | -1/+1 |
| | | |||||
| * | feat: landing page | Fuwn | 2024-01-25 | 1 | -6/+11 |
| | | |||||
| * | feat: more fluid skeleton ui | Fuwn | 2024-01-25 | 1 | -4/+0 |
| | | |||||
| * | feat(locale): localise media lists | Fuwn | 2024-01-25 | 1 | -4/+5 |
| | | |||||
| * | feat(list): list style skeleton loading | Fuwn | 2024-01-24 | 1 | -0/+5 |
| | | |||||
| * | feat(identity): use global store | Fuwn | 2024-01-24 | 1 | -24/+6 |
| | | |||||
| * | fix(manga): remove chapter check from completed | Fuwn | 2024-01-17 | 1 | -3/+3 |
| | | |||||
| * | refactor(home): move layout to home | Fuwn | 2024-01-13 | 1 | -2/+2 |
| | | |||||
| * | fix: default avatar | Fuwn | 2024-01-05 | 1 | -1/+5 |
| | | |||||
| * | feat: site-wide limit height | Fuwn | 2024-01-04 | 1 | -2/+2 |
| | | |||||
| * | feat: cool styles | Fuwn | 2024-01-04 | 1 | -0/+2 |
| | | |||||
| * | fix(html): better limit list height | Fuwn | 2024-01-02 | 1 | -7/+2 |
| | | |||||
| * | refactor(lastactivity): move info to component | Fuwn | 2024-01-02 | 1 | -44/+2 |
| | | |||||
| * | fix(activity): use anilist offset | Fuwn | 2024-01-02 | 1 | -1/+2 |
| | | |||||
| * | chore(svelte): alias stores | Fuwn | 2023-12-31 | 1 | -2/+2 |
| | | |||||
| * | feat(routes): route-specific head title | Fuwn | 2023-12-25 | 1 | -0/+3 |
| | | |||||
| * | feat(routes): better loading message | Fuwn | 2023-12-22 | 1 | -1/+1 |
| | | |||||
| * | revert: "feat(routes): temporarily disable manga" | Fuwn | 2023-12-22 | 1 | -7/+2 |
| | | | | | This reverts commit d945b85a981c299c398b41373a04bdb1e279a634. | ||||
| * | feat(routes): temporarily disable manga | Fuwn | 2023-12-22 | 1 | -2/+7 |
| | | |||||
| * | feat(settings): rename display settings | Fuwn | 2023-12-17 | 1 | -4/+4 |
| | | |||||
| * | feat(manga): progress indicator! | Fuwn | 2023-12-07 | 1 | -1/+1 |
| | | |||||
| * | refactor(list): move modules to sub-modules | Fuwn | 2023-11-06 | 1 | -1/+1 |
| | | |||||
| * | fix(completed): limit list height | Fuwn | 2023-10-11 | 1 | -2/+2 |
| | | |||||
| * | fix: limit display area to screen ! | Fuwn | 2023-10-01 | 1 | -2/+0 |
| | | |||||
| * | refactor(anime): move anime to modules | Fuwn | 2023-09-29 | 1 | -1/+1 |
| | | |||||
| * | refactor(manga): use template | Fuwn | 2023-09-29 | 1 | -3/+4 |
| | | |||||