aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Data/AniList/activity.ts
Commit message (Collapse)AuthorAgeFilesLines
* style: apply biome autofixes and resolve remaining lint findingsFuwn3 days1-6/+6
| | | | | | | | | | | | | | 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-241/+285
|
* chore(biome): re-enable noImplicitAnyLet ruleFuwn2026-03-011-1/+1
|
* format: Apply Prettier formattingFuwn2026-01-221-2/+2
|
* format: Apply Prettier formattingFuwn2025-12-151-2/+2
|
* feat(Wrapped): Add detailed activity fetcher toggleFuwn2025-12-151-1/+4
|
* style: Reformat using latest formattingFuwn2025-06-111-2/+2
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-225/+225
|
* refactor(Data): rename database referencesFuwn2024-08-241-1/+1
|
* refactor(Database): separate providersFuwn2024-07-251-1/+1
|
* refactor(anilist): move to data moduleFuwn2024-02-081-0/+306