| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(locale): move hardcoded UI strings into english locale | Fuwn | 2 days | 1 | -61/+80 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
| * | refactor(wrapped): simplify redundant new Date(Date.now()) calls | Fuwn | 2026-04-18 | 1 | -2/+2 |
| | | | | | | | new Date(Date.now()) is identical to new Date() and was called twice back-to-back to seed currentYear and selectedYear to the same value. Call new Date() once for currentYear and reuse it for selectedYear. | ||||
| * | chore(cleanup): remove stale eslint directives | Fuwn | 2026-03-01 | 1 | -1/+0 |
| | | |||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 1 | -578/+673 |
| | | |||||
| * | chore(biome): enable svelte linting | Fuwn | 2026-03-01 | 1 | -29/+30 |
| | | |||||
| * | chore(biome): enable svelte formatting | Fuwn | 2026-03-01 | 1 | -707/+689 |
| | | |||||
| * | fix: Resolve all ESLint errors and warnings | Fuwn | 2026-01-29 | 1 | -1/+1 |
| | | |||||
| * | fix(AniList): Change customLists from Map to Record | Fuwn | 2026-01-23 | 1 | -1/+1 |
| | | |||||
| * | fix: Resolve unused imports, dead code, and type definitions | Fuwn | 2026-01-23 | 1 | -4/+0 |
| | | |||||
| * | refactor: Migrate event handlers to new Svelte 5 syntax | Fuwn | 2026-01-23 | 1 | -12/+12 |
| | | |||||
| * | 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 | -3/+3 |
| | | |||||
| * | format: Apply Prettier formatting | Fuwn | 2026-01-22 | 1 | -4/+4 |
| | | |||||
| * | fix(Wrapped): Move CSS import to script block for vitePreprocess compatibility | Fuwn | 2026-01-22 | 1 | -4/+1 |
| | | |||||
| * | fix(Wrapped): Improve data loading | Fuwn | 2025-12-16 | 1 | -1/+11 |
| | | |||||
| * | feat(Wrapped): Don't automatically fetch remote data | Fuwn | 2025-12-16 | 1 | -219/+426 |
| | | |||||
| * | feat(Wrapped): Add detailed activity fetcher toggle | Fuwn | 2025-12-15 | 1 | -10/+25 |
| | | |||||
| * | style(src): Remove self-closing tags with attributes | Fuwn | 2025-06-23 | 1 | -1/+1 |
| | | |||||
| * | style(src): Remove self-closing p and div tags | Fuwn | 2025-06-23 | 1 | -2/+2 |
| | | |||||
| * | style: Reformat using latest formatting | Fuwn | 2025-06-11 | 1 | -4/+4 |
| | | |||||
| * | fix(Wrapped): spelling of exclude | Fuwn | 2024-12-27 | 1 | -8/+8 |
| | | |||||
| * | feat(Wrapped): start and end data filters | Fuwn | 2024-12-27 | 1 | -4/+58 |
| | | |||||
| * | feat(wrapped): exclude unrated & unwatched toggle | Fuwn | 2024-12-24 | 1 | -2/+11 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -765/+765 |
| | | |||||
| * | refactor(Data): rename database references | Fuwn | 2024-08-24 | 1 | -1/+1 |
| | | |||||
| * | refactor(Database): separate providers | Fuwn | 2024-07-25 | 1 | -1/+1 |
| | | |||||
| * | feat: use global login restriction warning | Fuwn | 2024-02-08 | 1 | -4/+2 |
| | | |||||
| * | refactor(anilist): move to data module | Fuwn | 2024-02-08 | 1 | -4/+4 |
| | | |||||
| * | feat(popup): use popup component | Fuwn | 2024-02-04 | 1 | -1/+4 |
| | | |||||
| * | feat(wrapped): add tooltips for titles | Fuwn | 2024-02-01 | 1 | -1/+2 |
| | | |||||
| * | fix(wrapped): require login | Fuwn | 2024-02-01 | 1 | -2/+2 |
| | | |||||
| * | refactor(skeleton): move to loading module | Fuwn | 2024-01-31 | 1 | -1/+1 |
| | | |||||
| * | feat: more fancy loaders | Fuwn | 2024-01-30 | 1 | -0/+7 |
| | | |||||
| * | feat: move everything to skeletion loading ui | Fuwn | 2024-01-25 | 1 | -17/+1 |
| | | |||||
| * | feat(wrapped): hide loading messages | Fuwn | 2024-01-25 | 1 | -4/+4 |
| | | |||||
| * | fix(wrapped): accidential user id overwrite | Fuwn | 2024-01-25 | 1 | -3/+1 |
| | | |||||
| * | feat(wrapped): skeleton loading | Fuwn | 2024-01-24 | 1 | -0/+9 |
| | | |||||
| * | feat(identity): use global store | Fuwn | 2024-01-24 | 1 | -24/+10 |
| | | |||||
| * | refactor(wrapped): move tool to module | Fuwn | 2024-01-21 | 1 | -0/+790 |