| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2026-06-20 | Fix: move passkey API to dedicated route without React component | yyamashita | -74/+50 | |
| React Router v7 treats POST to routes with a default export as document requests and returns HTML instead of the action's JSON response. Moving the API logic to an action-only route (/api/passkey) fixes this. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | ||||
| 2026-06-19 | Add white theme, post delete, and passkey authentication | yyamashita | -0/+132 | |
| - Rewrite CSS to light/white theme - Add delete button (auth-gated) with confirm dialog - Add passkey register/login/logout routes via @simplewebauthn - Gate compose form and delete behind session authentication - Add credentials table to SQLite schema - Add SESSION_SECRET and WebAuthn env vars to docker-compose Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | ||||
