| 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. | ||||
| * | style: apply biome formatter | Fuwn | 2026-04-28 | 1 | -1/+3 |
| | | |||||
| * | refactor(airing): unify countdown formatter into shared helper | Fuwn | 2026-04-28 | 1 | -64/+2 |
| | | |||||
| * | fix(airing): floor hour consistently in hours countdown | Fuwn | 2026-04-28 | 1 | -3/+9 |
| | | |||||
| * | fix(airing): round residual hour in days countdown | Fuwn | 2026-04-28 | 1 | -2/+7 |
| | | |||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 1 | -118/+121 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -111/+111 |
| | | |||||
| * | feat(manga): cover mode | Fuwn | 2024-04-17 | 1 | -2/+2 |
| | | |||||
| * | feat(sequelspy): show days instead of weeks for long | Fuwn | 2024-03-30 | 1 | -2/+3 |
| | | |||||
| * | refactor(anilist): move to data module | Fuwn | 2024-02-08 | 1 | -2/+2 |
| | | |||||
| * | refactor: global opacity class | Fuwn | 2024-01-31 | 1 | -2/+2 |
| | | |||||
| * | feat(time): show full date in title | Fuwn | 2024-01-18 | 1 | -6/+11 |
| | | |||||
| * | feat(airing): stack time units and re-add weeks | Fuwn | 2024-01-18 | 1 | -15/+31 |
| | | |||||
| * | feat(airing): shorten countdown setting | Fuwn | 2024-01-18 | 1 | -3/+11 |
| | | |||||
| * | fix(airing): adjust date for sutitles | Fuwn | 2024-01-17 | 1 | -2/+8 |
| | | |||||
| * | refactor(settings): rename thumbnail mode to cover | Fuwn | 2024-01-16 | 1 | -2/+2 |
| | | |||||
| * | feat(anime): thumbnail mode | Fuwn | 2024-01-16 | 1 | -3/+6 |
| | | |||||
| * | chore(svelte): alias stores | Fuwn | 2023-12-31 | 1 | -1/+1 |
| | | |||||
| * | refactor(airing): subtitled module | Fuwn | 2023-12-20 | 1 | -2/+2 |
| | | |||||
| * | refactor(airing): move to module | Fuwn | 2023-12-20 | 1 | -0/+83 |