| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style: apply biome autofixes and resolve remaining lint findings | Fuwn | 5 days | 1 | -2/+1 |
| | | | | | | | | | | | | | | | 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. | ||||
| * | fix(locale): deep-merge fallback into partial namespace returns | Fuwn | 10 days | 1 | -7/+38 |
| | | | | | | | | | svelte-i18n's getJSON returns the active locale's sub-tree verbatim; nested keys missing in that locale do not auto-fall-back to the fallbackLocale. The locale store now deep-merges the English value into the resolved object so JP users see English for any sub-key the JA dictionary omits (instead of blanks). | ||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 1 | -52/+58 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -48/+48 |
| | | |||||
| * | feat(locale): localise profile page | Fuwn | 2024-01-25 | 1 | -17/+51 |
| | | |||||
| * | feat(locale): typed locale getter | Fuwn | 2024-01-21 | 1 | -0/+40 |