aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Tools/BirthdaysTemplate.svelte
Commit message (Collapse)AuthorAgeFilesLines
* style: apply biome autofixes and resolve remaining lint findingsFuwn3 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-22/+24
|
* chore(biome): enable svelte lintingFuwn2026-03-011-3/+3
|
* chore(biome): enable svelte formattingFuwn2026-03-011-26/+26
|
* perf: Optimise LCP with image loading and animation fixesFuwn2026-02-021-1/+9
|
* fix: Add null guards and improve error messaging for user lookupsFuwn2026-01-231-1/+1
|
* fix(Birthdays): Always allow leap year day valuesFuwn2025-02-281-2/+2
|
* feat(Tools): Use generic birthdays tool template, adds NIJISANJI birthdays toolFuwn2025-02-141-0/+115