aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Tools/Wrapped/Top
Commit message (Collapse)AuthorAgeFilesLines
* fix(a11y): drop redundant alts and the landing em dashFuwn27 hours1-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.
* perf(images): lazy-load and async-decode off-screen imageryFuwn28 hours1-1/+1
| | | | | | | | | Add loading=lazy and decoding=async to the 16 <img> elements that weren't already deferring across Tools/Wrapped, Events, EasterEvent, Hololive, and the rate-limited fallback. Also drop the backdrop-filter: blur(160px) the dropdown items were paying on every hover; the background-color change already gives sufficient feedback, and the parent card's own blur stays.
* chore(biome): drop formatter style overridesFuwn2026-03-013-7/+7
|
* chore(biome): enable svelte formattingFuwn2026-03-013-18/+18
|
* refactor: Migrate event handlers to new Svelte 5 syntaxFuwn2026-01-231-1/+1
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-093-65/+65
|
* refactor(anilist): move to data moduleFuwn2024-02-083-4/+4
|
* feat(identity): use global storeFuwn2024-01-241-5/+4
|
* refactor(wrapped): move panels to componentsFuwn2024-01-033-0/+85