aboutsummaryrefslogtreecommitdiff
path: root/src/lib/List/Anime/DueIndexColumn.svelte
Commit message (Collapse)AuthorAgeFilesLines
* style: apply biome autofixes and resolve remaining lint findingsFuwn3 days1-3/+3
| | | | | | | | | | | | | | 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(state): restore persisted list UI stateFuwn2026-03-281-2/+3
|
* chore(biome): drop formatter style overridesFuwn2026-03-011-8/+8
|
* chore(biome): enable svelte formattingFuwn2026-03-011-12/+12
|
* feat(list): Persistent per-list collapsed stateFuwn2025-06-121-2/+7
|
* chore(prettier): use spaces instead of tabsFuwn2024-10-091-14/+14
|
* fix(index): alignment on hide mixFuwn2024-04-181-0/+21