aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Hololive/Stream.svelte
Commit message (Collapse)AuthorAgeFilesLines
* fix(a11y): drop redundant alts and the landing em dashFuwn45 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 imageryFuwn46 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-011-6/+6
|
* chore(biome): enable svelte formattingFuwn2026-03-011-11/+11
|
* fix: Resolve all ESLint errors and warningsFuwn2026-01-291-1/+2
|
* refactor: Migrate event handlers to new Svelte 5 syntaxFuwn2026-01-231-1/+1
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-145/+145
|
* feat(hololive): update time and guest formattingFuwn2024-06-231-12/+18
|
* feat(hololive): parallax image for thumbnailsFuwn2024-05-271-4/+15
|
* fix(stream): null check avatarFuwn2024-02-181-3/+5
|
* feat(stream): filter on avatar clickFuwn2024-02-181-1/+4
|
* feat(stream): avatarsFuwn2024-02-181-2/+27
|
* feat(hololive): seperate categoriesFuwn2024-02-171-0/+106