aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Tools/UmaMusumeBirthdays.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.
* fix(a11y): drop redundant alts and the landing em dashFuwn2026-05-151-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 overridesFuwn2026-03-011-33/+37
|
* chore(biome): enable svelte lintingFuwn2026-03-011-2/+2
|
* chore(biome): enable svelte formattingFuwn2026-03-011-40/+40
|
* perf: Optimise LCP with image loading and animation fixesFuwn2026-02-021-1/+9
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-111/+111
|
* feat(umamusume): single fetch birthdaysFuwn2024-03-171-4/+5
|
* fix(umamusume): null-check birthdaysFuwn2024-03-171-39/+52
|
* feat(tools): uma musume birthdaysFuwn2024-03-161-0/+120