| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(a11y): drop redundant alts and the landing em dash | Fuwn | 27 hours | 1 | -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 imagery | Fuwn | 28 hours | 1 | -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 overrides | Fuwn | 2026-03-01 | 3 | -7/+7 |
| | | |||||
| * | chore(biome): enable svelte formatting | Fuwn | 2026-03-01 | 3 | -18/+18 |
| | | |||||
| * | refactor: Migrate event handlers to new Svelte 5 syntax | Fuwn | 2026-01-23 | 1 | -1/+1 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 3 | -65/+65 |
| | | |||||
| * | refactor(anilist): move to data module | Fuwn | 2024-02-08 | 3 | -4/+4 |
| | | |||||
| * | feat(identity): use global store | Fuwn | 2024-01-24 | 1 | -5/+4 |
| | | |||||
| * | refactor(wrapped): move panels to components | Fuwn | 2024-01-03 | 3 | -0/+85 |