aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Media/Anime/cache.ts
Commit message (Collapse)AuthorAgeFilesLines
* style: apply biome autofixes and resolve remaining lint findingsHEADmainFuwn2 days1-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.
* feat(debug): add dry-run mutations modeFuwn11 days1-2/+14
| | | | | | | | New 'Dry-run mutations' toggle in the Debug settings panel blocks outgoing list updates (the + button) and skips the post-mutation refresh so optimistic UI changes persist locally for testing. The mutation gate sits in incrementMediaProgress; CleanAnimeList only revalidates when the request actually went out.
* chore(biome): drop formatter style overridesFuwn2026-03-011-26/+39
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-20/+20
|
* refactor(anilist): move to data moduleFuwn2024-02-081-2/+2
|
* refactor(media): client-side incrementFuwn2024-01-041-1/+14
|
* refactor(manga): use built-in incrementFuwn2024-01-041-1/+5
|
* chore(svelte): alias storesFuwn2023-12-311-2/+2
|
* refactor(media): use options objectFuwn2023-12-231-1/+3
|
* refactor(anime): move cacheFuwn2023-12-171-0/+12