aboutsummaryrefslogtreecommitdiff
path: root/src/lib/List/Anime/CompletedAnimeList.svelte
Commit message (Collapse)AuthorAgeFilesLines
* style: apply biome autofixes and resolve remaining lint findingsFuwn4 days1-5/+5
| | | | | | | | | | | | | | 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/+0
|
* fix(anilist): restore completed list filtersFuwn2026-03-281-0/+1
|
* fix(cache): respect AniList media list recache windowsFuwn2026-03-281-0/+3
|
* perf: fetch dummy media outside the app bundleFuwn2026-03-221-2/+10
|
* chore(biome): drop formatter style overridesFuwn2026-03-011-84/+97
|
* chore(biome): enable svelte lintingFuwn2026-03-011-2/+5
|
* chore(biome): enable svelte formattingFuwn2026-03-011-95/+95
|
* feat(Landing): Update to match LandingHeroFuwn2026-01-281-33/+25
|
* fix(notifications): Replace svelte-notifications with custom store for Svelte 5Fuwn2026-01-221-3/+1
|
* fix(Landing): Disable filteringFuwn2025-06-131-0/+2
|
* feat(Anime): Add additional sort optionsFuwn2025-03-291-3/+25
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-90/+90
|
* feat(welcome): add upcoming timesFuwn2024-05-091-1/+13
|
* feat(landing): cover mode list demosFuwn2024-05-061-4/+41
|
* refactor(anilist): move to data moduleFuwn2024-02-081-2/+2
|
* refactor(list): use global identityFuwn2024-01-311-4/+3
|
* feat(locale): localise media listsFuwn2024-01-251-1/+10
|
* feat(list): recache notificationsFuwn2024-01-111-1/+5
|
* chore(svelte): alias storesFuwn2023-12-311-3/+3
|
* style(anime): simplify expressionsFuwn2023-12-131-3/+2
|
* refactor(anime): chains functionsFuwn2023-11-181-11/+6
|
* refactor(list): move modules to sub-modulesFuwn2023-11-061-1/+1
|
* feat(anime): completed as propFuwn2023-10-011-1/+1
|
* fix(anime): pass new media entries up to parentFuwn2023-10-011-1/+1
|
* refactor(anime): move anime to modulesFuwn2023-09-291-0/+53