| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style: apply biome autofixes and resolve remaining lint findings | Fuwn | 3 days | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Auto-fixed cosmetic findings (import ordering, obj["k"]->obj.k, optional chaining, template literals, Date.now, parseInt radix, useless ternaries/ switch cases). Resolved the non-autofixable rest by hand: - Senpy: static-only class -> object literal (no this/static reliance). - app.html: var global shim -> window.global = window (keeps the shim, drops the unused-var flag). - biome-ignore with rationale for the logout document.cookie clear and the holodule scrape non-null assertion. Verified: biome check 0 diagnostics, svelte-check 0/0, 24/24 unit tests. | ||||
| * | perf(images): lazy-load and async-decode off-screen imagery | Fuwn | 2026-05-15 | 2 | -0/+10 |
| | | | | | | | | | | 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. | ||||
| * | fix(easter-event): drop dead resize/scroll listener cleanup | Fuwn | 2026-04-18 | 1 | -3/+0 |
| | | | | | | | | The onMount cleanup removed resize and scroll listeners that were never actually registered — the only live side effect is the updatePosition interval. Drop the two dead removeEventListener calls so the cleanup only matches what the component actually sets up. | ||||
| * | refactor(effect): migrate svelte json hotspots to typed decoders | Fuwn | 2026-03-03 | 1 | -9/+14 |
| | | |||||
| * | chore(cleanup): remove stale eslint directives | Fuwn | 2026-03-01 | 1 | -1/+0 |
| | | |||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 5 | -78/+82 |
| | | |||||
| * | chore(biome): enable svelte formatting | Fuwn | 2026-03-01 | 4 | -108/+108 |
| | | |||||
| * | fix: Resolve all ESLint errors and warnings | Fuwn | 2026-01-29 | 1 | -0/+1 |
| | | |||||
| * | fix: Resolve unused imports, dead code, and type definitions | Fuwn | 2026-01-23 | 1 | -1/+1 |
| | | |||||
| * | refactor: Migrate event handlers to new Svelte 5 syntax | Fuwn | 2026-01-23 | 4 | -8/+8 |
| | | |||||
| * | feat(EasterEgg): Add click analytics | Fuwn | 2025-04-19 | 1 | -0/+2 |
| | | |||||
| * | feat(EasterEgg): Add participation text | Fuwn | 2025-04-19 | 1 | -0/+2 |
| | | |||||
| * | fix(EasterEgg): Handle extra eggs and popup hiding | Fuwn | 2025-04-19 | 1 | -3/+12 |
| | | |||||
| * | fix(EasterEgg): Fix odd cases and general implementation | Fuwn | 2025-04-19 | 1 | -53/+150 |
| | | |||||
| * | feat: Add AniList Badges Easter Event 2025 demo #2 | Fuwn | 2025-04-10 | 1 | -0/+111 |
| | | |||||
| * | feat: Add AniList Badges Easter Event 2025 demo | Fuwn | 2025-04-06 | 4 | -0/+115 |