aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Media/Manga/cache.ts
Commit message (Collapse)AuthorAgeFilesLines
* style: apply biome autofixes and resolve remaining lint findingsFuwn4 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.
* chore(biome): drop formatter style overridesFuwn2026-03-011-6/+6
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-4/+4
|
* refactor(Data): rename database referencesFuwn2024-08-241-1/+1
|
* refactor(Database): separate providersFuwn2024-07-251-1/+1
|
* chore(svelte): alias storesFuwn2023-12-311-1/+1
|
* refactor(manga): move chapters to database moduleFuwn2023-12-221-3/+3
|
* refactor(manga): move cacheFuwn2023-12-171-0/+10