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