aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Effect
Commit message (Collapse)AuthorAgeFilesLines
* style: apply biome autofixes and resolve remaining lint findingsFuwn3 days4-4/+4
| | | | | | | | | | | | | | 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(auth): ignore malformed user cookiesFuwn2026-03-282-3/+29
|
* refactor(effect): migrate svelte json hotspots to typed decodersFuwn2026-03-032-1/+49
|
* refactor(effect): harden settings and media cache json parsingFuwn2026-03-032-0/+52
|
* refactor(effect): add request body schema decoders to api routesFuwn2026-03-032-0/+71
|
* chore(effect): add v4 cookie decode foundation and testsFuwn2026-03-032-0/+92