aboutsummaryrefslogtreecommitdiff
path: root/src/stores/stateBin.ts
Commit message (Collapse)AuthorAgeFilesLines
* style: apply biome autofixes and resolve remaining lint findingsFuwn5 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(state): restore persisted list UI stateFuwn2026-03-281-29/+59
|
* fix(cache): keep pre-hydration state changesFuwn2026-03-281-1/+13
|
* fix(cache): preserve hydrated client stateFuwn2026-03-281-1/+9
|
* chore(biome): drop formatter style overridesFuwn2026-03-011-38/+39
|
* fix: Resolve all ESLint errors and warningsFuwn2026-01-291-1/+1
|
* fix(stores:stateBin): Add typed interfaceFuwn2026-01-231-1/+8
|
* feat: Move remaining localStorage usages to localforageFuwn2025-06-121-5/+10
|
* refactor(stateBin): Simplify interfaceFuwn2025-06-121-44/+29
|
* feat(List): Store list filter in stateBinFuwn2025-06-091-0/+66