| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style: apply biome autofixes and resolve remaining lint findings | Fuwn | 3 days | 1 | -1/+1 |
| | | | | | | | | | | | | | | | 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. | ||||
| * | chore(biome): drop formatter style overrides | Fuwn | 2026-03-01 | 1 | -14/+14 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -11/+11 |
| | | |||||
| * | refactor(utility): move helpers to utility | Fuwn | 2024-01-13 | 1 | -1/+1 |
| | | |||||
| * | refactor(api): simple oauth handler | Fuwn | 2024-01-06 | 1 | -30/+12 |
| | | |||||
| * | fix(earthly): environment variable types | Fuwn | 2023-12-07 | 1 | -3/+3 |
| | | |||||
| * | feat(oauth): refresh token route | Fuwn | 2023-09-17 | 1 | -0/+34 |
| | | |||||
| * | refactor(oauth): move to single path | Fuwn | 2023-09-13 | 1 | -34/+0 |
| | | |||||
| * | refactor(oauth): move to api | Fuwn | 2023-09-13 | 1 | -0/+34 |