| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(a11y): drop redundant alts and the landing em dash | Fuwn | 40 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 | 41 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 | -60/+60 |
| | | |||||
| * | chore(biome): enable svelte formatting | Fuwn | 2026-03-01 | 2 | -62/+62 |
| | | |||||
| * | 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 |
| | | |||||
| * | refactor(layout): Replace empty p elements with reusable Spacer component | Fuwn | 2026-01-23 | 1 | -2/+3 |
| | | |||||
| * | fix(html): Replace self-closing non-void HTML elements with proper closing tags | Fuwn | 2026-01-23 | 1 | -2/+2 |
| | | |||||
| * | format: Apply Prettier formatting | Fuwn | 2025-12-15 | 1 | -2/+2 |
| | | |||||
| * | style(src): Remove self-closing p and div tags | Fuwn | 2025-06-23 | 1 | -2/+2 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 3 | -219/+219 |
| | | |||||
| * | feat(hololive): update time and guest formatting | Fuwn | 2024-06-23 | 2 | -13/+19 |
| | | |||||
| * | 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(hololive): filter | Fuwn | 2024-02-18 | 1 | -0/+2 |
| | | |||||
| * | feat(user): hololive badges | Fuwn | 2024-02-18 | 1 | -0/+2 |
| | | |||||
| * | feat(stream): avatars | Fuwn | 2024-02-18 | 2 | -5/+30 |
| | | |||||
| * | feat(hololive): move pinned to preferences | Fuwn | 2024-02-17 | 1 | -1/+1 |
| | | |||||
| * | chore(hololive): remove unused sorter | Fuwn | 2024-02-17 | 1 | -1/+0 |
| | | |||||
| * | refactor(hololive): simple sorting | Fuwn | 2024-02-17 | 1 | -19/+5 |
| | | |||||
| * | feat(hololive): seperate categories | Fuwn | 2024-02-17 | 3 | -124/+170 |
| | | |||||
| * | fix(lives): presort by time | Fuwn | 2024-02-17 | 1 | -0/+1 |
| | | |||||
| * | refactor(hololive): move lives to component | Fuwn | 2024-02-17 | 2 | -0/+179 |