aboutsummaryrefslogtreecommitdiff
path: root/src/routes/user/+page.svelte
Commit message (Collapse)AuthorAgeFilesLines
* style: apply biome autofixes and resolve remaining lint findingsFuwn4 days1-4/+4
| | | | | | | | | | | | | | Auto-fixed cosmetic findings (import ordering, obj["k"]->obj.k, optional chaining, template literals, Date.now, parseInt radix, useless ternaries/ switch cases). Resolved the non-autofixable rest by hand: - Senpy: static-only class -> object literal (no this/static reliance). - app.html: var global shim -> window.global = window (keeps the shim, drops the unused-var flag). - biome-ignore with rationale for the logout document.cookie clear and the holodule scrape non-null assertion. Verified: biome check 0 diagnostics, svelte-check 0/0, 24/24 unit tests.
* refactor(locale): move hardcoded UI strings into english localeFuwn10 days1-1/+1
| | | | | | | | | | | | | | | | | 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.
* fix(cache): preserve hydrated client stateFuwn2026-03-281-1/+2
|
* chore(biome): drop formatter style overridesFuwn2026-03-011-23/+23
|
* chore(biome): enable svelte formattingFuwn2026-03-011-22/+22
|
* feat: Move remaining localStorage usages to localforageFuwn2025-06-121-13/+13
|
* feat: Add Badge Wall action to command paletteFuwn2025-05-061-1/+6
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-20/+20
|
* fix(user): user correct localstorage keyFuwn2024-02-181-2/+2
|
* refactor(anilist): move to data moduleFuwn2024-02-081-1/+1
|
* feat: root prefix all linksFuwn2024-01-191-1/+2
|
* refactor(home): move layout to homeFuwn2024-01-131-1/+1
|
* feat(routes): route-specific head titleFuwn2023-12-251-0/+3
|
* feat(user): default user pageFuwn2023-12-071-0/+22