| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style: apply biome autofixes and resolve remaining lint findings | Fuwn | 4 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. | ||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 1 | -42/+43 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -38/+38 |
| | | |||||
| * | refactor(anilist): move to data module | Fuwn | 2024-02-08 | 1 | -1/+1 |
| | | |||||
| * | fix(cover): null check element | Fuwn | 2024-01-18 | 1 | -1/+5 |
| | | |||||
| * | fix(hovercover): correct image flip when scrolled | Fuwn | 2024-01-08 | 1 | -2/+2 |
| | | |||||
| * | fix(hovercover): page scroll height | Fuwn | 2024-01-07 | 1 | -2/+2 |
| | | |||||
| * | refactor(hovercover): simple state | Fuwn | 2024-01-07 | 1 | -16/+17 |
| | | |||||
| * | feat(cover): better defaults | Fuwn | 2024-01-04 | 1 | -1/+1 |
| | | |||||
| * | fix(hovercover): image height overflowsvelteui | Fuwn | 2024-01-04 | 1 | -14/+10 |
| | | |||||
| * | feat(sequelspy): media cover hover | Fuwn | 2024-01-02 | 1 | -1/+4 |
| | | |||||
| * | refactor(media): move hover cover | Fuwn | 2024-01-02 | 1 | -0/+52 |