| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style: apply biome autofixes and resolve remaining lint findings | Fuwn | 5 days | 1 | -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 state | Fuwn | 2026-03-28 | 1 | -29/+59 |
| | | |||||
| * | fix(cache): keep pre-hydration state changes | Fuwn | 2026-03-28 | 1 | -1/+13 |
| | | |||||
| * | fix(cache): preserve hydrated client state | Fuwn | 2026-03-28 | 1 | -1/+9 |
| | | |||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 1 | -38/+39 |
| | | |||||
| * | fix: Resolve all ESLint errors and warnings | Fuwn | 2026-01-29 | 1 | -1/+1 |
| | | |||||
| * | fix(stores:stateBin): Add typed interface | Fuwn | 2026-01-23 | 1 | -1/+8 |
| | | |||||
| * | feat: Move remaining localStorage usages to localforage | Fuwn | 2025-06-12 | 1 | -5/+10 |
| | | |||||
| * | refactor(stateBin): Simplify interface | Fuwn | 2025-06-12 | 1 | -44/+29 |
| | | |||||
| * | feat(List): Store list filter in stateBin | Fuwn | 2025-06-09 | 1 | -0/+66 |