aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Tools/Wrapped/Top
Commit message (Collapse)AuthorAgeFilesLines
* style: apply biome autofixes and resolve remaining lint findingsHEADmainFuwn2 days1-1/+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(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.
* perf(images): lazy-load and async-decode off-screen imageryFuwn2026-05-151-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