This commit is contained in:
2026-03-22 12:42:12 -04:00
parent 784e53c557
commit 63ad73755d
10 changed files with 188 additions and 63 deletions

View File

@@ -47,6 +47,7 @@ Regenerate:
- The Go server embeds `templates/*` and `assets/*`.
- Root Tailwind output is built to `assets/style.css`.
- Be mindful of whether a change affects the embedded server-rendered app, the React frontend, or both.
- SQLite timestamps are stored as RFC3339 strings (usually with a trailing `Z`); prefer `parseTime` / `parseTimePtr` instead of ad-hoc `time.Parse` layouts.
## 5) Frontend