| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style: apply biome autofixes and resolve remaining lint findingsHEADmain | 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 | -5/+5 |
| | | |||||
| * | fix(badges): Properly set badge time when mutating | Fuwn | 2025-05-02 | 1 | -7/+1 |
| | | |||||
| * | chore(prettier): use spaces instead of tabs | Fuwn | 2024-10-09 | 1 | -7/+7 |
| | | |||||
| * | fix(time): proper database time update | Fuwn | 2024-02-12 | 1 | -1/+17 |
| | | |||||
| * | fix(time): database time to date | Fuwn | 2024-02-12 | 1 | -2/+1 |
| | | |||||
| * | fix(badges): postgres time format | Fuwn | 2024-01-03 | 1 | -7/+2 |
| | | |||||
| * | fix(badges): datetime update | Fuwn | 2024-01-02 | 1 | -2/+4 |
| | | |||||
| * | fix(time): remove timezone offset multiplier | Fuwn | 2023-12-31 | 1 | -1/+1 |
| | | |||||
| * | feat(badges): sort by time | Fuwn | 2023-12-30 | 1 | -0/+8 |