| 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. | ||||
| * | refactor(airing): unify countdown formatter into shared helper | Fuwn | 2026-04-28 | 1 | -57/+4 |
| | | |||||
| * | fix(airing): round residual hour and minute in AiringTime component | Fuwn | 2026-04-28 | 1 | -8/+8 |
| | | |||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 1 | -100/+104 |
| | | |||||
| * | chore(biome): enable svelte formatting | Fuwn | 2026-03-01 | 1 | -105/+103 |
| | | |||||
| * | perf: optimise list hot paths and shared timers | Fuwn | 2026-03-01 | 1 | -92/+88 |
| | | |||||
| * | fix: Resolve all ESLint errors and warnings | Fuwn | 2026-01-29 | 1 | -1/+1 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -133/+133 |
| | | |||||
| * | fix(AiringTime): don't double inject airing time | Fuwn | 2024-06-14 | 1 | -4/+1 |
| | | | | | Double injecting airing time double decremented delayed anime. | ||||
| * | fix(AiringTime): add hours to weeks and days | Fuwn | 2024-04-20 | 1 | -12/+17 |
| | | |||||
| * | fix(AiringTime): residual minutes fix hour | Fuwn | 2024-04-20 | 1 | -2/+2 |
| | | |||||
| * | feat(manga): cover mode | Fuwn | 2024-04-17 | 1 | -2/+2 |
| | | |||||
| * | fix(AiringTime): round minutes | Fuwn | 2024-03-01 | 1 | -1/+1 |
| | | |||||
| * | refactor(anilist): move to data module | Fuwn | 2024-02-08 | 1 | -2/+2 |
| | | |||||
| * | feat(locale): localise airing time | Fuwn | 2024-02-07 | 1 | -9/+2 |
| | | |||||
| * | feat(airingtime): update every 30 seconds | Fuwn | 2024-02-07 | 1 | -79/+92 |
| | | |||||
| * | fix(anime): unaired subtitle episode | Fuwn | 2024-02-03 | 1 | -7/+1 |
| | | |||||
| * | refactor(list): use global opacity class | Fuwn | 2024-01-31 | 1 | -8/+2 |
| | | |||||
| * | refactor: global opacity class | Fuwn | 2024-01-31 | 1 | -1/+1 |
| | | |||||
| * | fix(airingtime): smaller subtitle max difference | Fuwn | 2024-01-18 | 1 | -1/+1 |
| | | |||||
| * | feat(airingtime): tooltips for time | Fuwn | 2024-01-18 | 1 | -2/+3 |
| | | |||||
| * | refactor(anime): airingTime as component | Fuwn | 2024-01-18 | 1 | -0/+142 |