aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Data/AniList/cacheHydration.ts
Commit message (Collapse)AuthorAgeFilesLines
* style: apply biome autofixes and resolve remaining lint findingsHEADmainFuwn3 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.
* fix(anilist): restore completed list query semanticsFuwn2026-03-281-1/+2
|
* fix(cache): restore instant filters and shared AniList cacheFuwn2026-03-281-3/+1
|
* fix(anilist): restore completed list filtersFuwn2026-03-281-1/+3
|
* fix(cache): respect AniList media list recache windowsFuwn2026-03-281-0/+48