aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Media/Anime/cache.ts
Commit message (Collapse)AuthorAgeFilesLines
* feat(debug): add dry-run mutations modeFuwn29 hours1-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