| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(a11y): drop redundant alts and the landing em dash | Fuwn | 45 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 | 46 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 | 1 | -6/+6 |
| | | |||||
| * | chore(biome): enable svelte formatting | Fuwn | 2026-03-01 | 1 | -11/+11 |
| | | |||||
| * | fix: Resolve all ESLint errors and warnings | Fuwn | 2026-01-29 | 1 | -1/+2 |
| | | |||||
| * | 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 | 1 | -145/+145 |
| | | |||||
| * | feat(hololive): update time and guest formatting | Fuwn | 2024-06-23 | 1 | -12/+18 |
| | | |||||
| * | feat(hololive): parallax image for thumbnails | Fuwn | 2024-05-27 | 1 | -4/+15 |
| | | |||||
| * | fix(stream): null check avatar | Fuwn | 2024-02-18 | 1 | -3/+5 |
| | | |||||
| * | feat(stream): filter on avatar click | Fuwn | 2024-02-18 | 1 | -1/+4 |
| | | |||||
| * | feat(stream): avatars | Fuwn | 2024-02-18 | 1 | -2/+27 |
| | | |||||
| * | feat(hololive): seperate categories | Fuwn | 2024-02-17 | 1 | -0/+106 |