| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style: apply biome autofixes and resolve remaining lint findingsHEADmain | 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. | ||||
| * | 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 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -69/+69 |
| | | |||||
| * | fix(MediaTitleDisplay): lz-string module | Fuwn | 2024-08-24 | 1 | -1/+3 |
| | | |||||
| * | fix(SequelCatcher): tooltips | Fuwn | 2024-08-23 | 1 | -43/+58 |
| | | |||||
| * | refactor(anilist): move to data module | Fuwn | 2024-02-08 | 1 | -1/+1 |
| | | |||||
| * | feat(title): only show furigana if unique | Fuwn | 2024-02-06 | 1 | -8/+15 |
| | | |||||
| * | fix(tooltip): disable method | Fuwn | 2024-02-03 | 1 | -4/+4 |
| | | |||||
| * | feat(schedule): shorten long titles | Fuwn | 2024-02-02 | 1 | -9/+30 |
| | | |||||
| * | feat(list): remove title display tooltips | Fuwn | 2024-02-01 | 1 | -5/+4 |
| | | |||||
| * | feat(wrapped): add tooltips for titles | Fuwn | 2024-02-01 | 1 | -4/+5 |
| | | |||||
| * | chore(svelte): alias stores | Fuwn | 2023-12-31 | 1 | -1/+1 |
| | | |||||
| * | feat(media): all title formats | Fuwn | 2023-12-28 | 1 | -2/+6 |
| | | |||||
| * | feat(media): use common interface for objects | Fuwn | 2023-11-29 | 1 | -9/+9 |
| | | |||||
| * | feat(tools): sequel spy | Fuwn | 2023-11-29 | 1 | -0/+28 |