aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Events/Group.svelte
Commit message (Collapse)AuthorAgeFilesLines
* perf(images): lazy-load and async-decode off-screen imageryFuwn32 hours1-2/+2
| | | | | | | | | 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-3/+3
|
* refactor(lib): Migrate simple components to Svelte 5 runes syntaxFuwn2026-01-231-1/+1
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-70/+70
|
* refactor(Data): rename database referencesFuwn2024-08-241-1/+1
|
* refactor(Database): separate providersFuwn2024-07-251-1/+1
|
* chore(css): clean up unusedFuwn2024-02-131-4/+0
|
* refactor(events): use group preview componentFuwn2024-02-131-0/+94