aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Tools/Wrapped/Media.svelte
Commit message (Collapse)AuthorAgeFilesLines
* perf(images): lazy-load and async-decode off-screen imageryFuwn35 hours1-0/+4
| | | | | | | | | 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-011-4/+4
|
* chore(biome): enable svelte formattingFuwn2026-03-011-12/+12
|
* refactor: Migrate event handlers to new Svelte 5 syntaxFuwn2026-01-231-2/+2
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-92/+92
|
* refactor(anilist): move to data moduleFuwn2024-02-081-2/+2
|
* refactor: global opacity classFuwn2024-01-311-2/+2
|
* refactor(wrapped): move panels to componentsFuwn2024-01-031-0/+98