aboutsummaryrefslogtreecommitdiff
path: root/src/stores/lastPruneTimes.ts
Commit message (Collapse)AuthorAgeFilesLines
* style: apply biome autofixes and resolve remaining lint findingsFuwn4 days1-2/+2
| | | | | | | | | | | | | | 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(cache): respect AniList media list recache windowsFuwn2026-03-281-10/+17
|
* chore(biome): drop formatter style overridesFuwn2026-03-011-34/+38
|
* feat: Move remaining localStorage usages to localforageFuwn2025-06-121-22/+24
|
* style: Reformat using latest formattingFuwn2025-06-111-1/+1
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-36/+36
|
* style(stores): simplifyFuwn2023-12-171-9/+3
|
* style(stores): simplify statementsFuwn2023-12-141-3/+1
|
* feat(settings): move last prune times to storeFuwn2023-09-031-0/+62