| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(settings): send JSON Content-Type on configuration PUTsHEADmain | Fuwn | 10 hours | 1 | -0/+1 |
| | | | | | | | | | fetch() defaults a string body to text/plain, which SvelteKit's csrf_check_origin treats as a form submission. Behind portless's HTTPS-to-HTTP dev proxy the Origin scheme mismatches url.origin and the requests 403'd. Declaring application/json is correct for the body and bypasses the form-content-type check. | ||||
| * | style: apply biome formatter | Fuwn | 2026-04-28 | 1 | -6/+2 |
| | | |||||
| * | feat(command-palette): add quick toggles, sync, and auth actions | Fuwn | 2026-04-26 | 1 | -0/+106 |
| Adds 13 reactive quick toggles (24h time, animations, blur adult, cover modes, hover cover, schedule list, reverse sort, data saver, notifications, language, title format cycle, outbound link target cycle), three sync actions (push/pull/disable), and login/logout entries gated on auth state. Names reflect current state so the palette doubles as a status surface. | |||||