| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style: apply biome autofixes and resolve remaining lint findings | Fuwn | 3 days | 1 | -1/+1 |
| | | | | | | | | | | | | | | | 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(manga): progressively hydrate native chapter counts | Fuwn | 2026-03-29 | 1 | -11/+76 |
| | | |||||
| * | fix(manga): avoid poisoning native chapter cache | Fuwn | 2026-03-28 | 1 | -7/+37 |
| | | |||||
| * | fix(manga): restore progress-based volume recommendations | Fuwn | 2026-03-27 | 1 | -0/+1 |
| | | |||||
| * | fix(proxy): improve native manga chapter counts | Fuwn | 2026-03-27 | 1 | -7/+50 |
| | | |||||
| * | refactor(proxy): move manga chapter counts behind indexed cache | Fuwn | 2026-03-27 | 1 | -191/+216 |
| | | |||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 3 | -208/+238 |
| | | |||||
| * | chore(biome): re-enable noDoubleEquals rule | Fuwn | 2026-03-01 | 1 | -2/+2 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 3 | -198/+198 |
| | | |||||
| * | refactor(Data): rename database references | Fuwn | 2024-08-24 | 3 | -3/+3 |
| | | |||||
| * | refactor(Database): separate providers | Fuwn | 2024-07-25 | 3 | -3/+3 |
| | | |||||
| * | feat(Manga): allow preferring native chapter count | Fuwn | 2024-07-22 | 1 | -49/+57 |
| | | |||||
| * | refactor(anilist): move to data module | Fuwn | 2024-02-08 | 2 | -3/+3 |
| | | |||||
| * | fix(chapters): insert no chapter on no guess | Fuwn | 2024-01-26 | 1 | -1/+9 |
| | | |||||
| * | fix(api): un-share some caches | Fuwn | 2024-01-11 | 1 | -1/+1 |
| | | |||||
| * | feat(api): vercel cache | Fuwn | 2024-01-11 | 1 | -1/+1 |
| | | |||||
| * | chore(svelte): alias stores | Fuwn | 2023-12-31 | 2 | -2/+2 |
| | | |||||
| * | chore(manga): no proxy dev | Fuwn | 2023-12-28 | 1 | -5/+12 |
| | | |||||
| * | fix(manga): disable higher guessing informed | Fuwn | 2023-12-27 | 1 | -1/+1 |
| | | |||||
| * | feat(manga): distributed proxy | Fuwn | 2023-12-26 | 1 | -14/+85 |
| | | |||||
| * | refactor(manga): move chapters to database module | Fuwn | 2023-12-22 | 4 | -31/+9 |
| | | |||||
| * | feat(settings): rename calculation options | Fuwn | 2023-12-17 | 1 | -3/+11 |
| | | |||||
| * | refactor(manga): move time | Fuwn | 2023-12-17 | 2 | -2/+1 |
| | | |||||
| * | refactor(manga): move chapters and volumes | Fuwn | 2023-12-17 | 2 | -0/+112 |
| | | |||||
| * | refactor(manga): move cache | Fuwn | 2023-12-17 | 1 | -0/+10 |
| | | |||||
| * | refactor(manga): move database | Fuwn | 2023-12-17 | 1 | -0/+22 |