| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style: apply biome autofixes and resolve remaining lint findings | Fuwn | 4 days | 1 | -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. | ||||
| * | fix(a11y): drop redundant alts and the landing em dash | Fuwn | 2026-05-15 | 1 | -1/+1 |
| | | | | | | | | | | Replace generic alt="Avatar" / alt="Character" with empty alts on images that visually duplicate a name already present as adjacent text (Wrapped activity avatar, Hololive stream icon, three Birthdays covers); screen readers stop announcing "Avatar" / "Character" twice. Also swap the em dash in the landing subheadline for a comma per the project copy rule. | ||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 1 | -33/+37 |
| | | |||||
| * | chore(biome): enable svelte linting | Fuwn | 2026-03-01 | 1 | -2/+2 |
| | | |||||
| * | chore(biome): enable svelte formatting | Fuwn | 2026-03-01 | 1 | -40/+40 |
| | | |||||
| * | perf: Optimise LCP with image loading and animation fixes | Fuwn | 2026-02-02 | 1 | -1/+9 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -111/+111 |
| | | |||||
| * | feat(umamusume): single fetch birthdays | Fuwn | 2024-03-17 | 1 | -4/+5 |
| | | |||||
| * | fix(umamusume): null-check birthdays | Fuwn | 2024-03-17 | 1 | -39/+52 |
| | | |||||
| * | feat(tools): uma musume birthdays | Fuwn | 2024-03-16 | 1 | -0/+120 |