aboutsummaryrefslogtreecommitdiff
path: root/src/lib/LandingHero.svelte
Commit message (Collapse)AuthorAgeFilesLines
* fix(a11y): drop redundant alts and the landing em dashFuwn31 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.
* fix(scroll): route LandingHero scroll-down through LenisFuwn8 days1-1/+3
| | | | Lenis disables native CSS smooth scroll, so window.scrollTo({behavior:"smooth"}) jumps instantly. Expose the Lenis instance via a store and scroll through it, falling back to native when unavailable.
* chore(biome): drop formatter style overridesFuwn2026-03-011-5/+6
|
* chore(biome): enable svelte formattingFuwn2026-03-011-8/+8
|
* perf(LandingHero): Optimise for faster LCPFuwn2026-02-021-4/+2
|
* feat(LandingHero): Make "See More" scroll past heroFuwn2026-01-291-3/+21
|
* perf: Optimise landing page performanceFuwn2026-01-291-16/+12
|
* feat: Add hero for landing and welcome pageFuwn2026-01-271-0/+175