0ec810591e
lint: fix errcheck for Close and Write calls across multiple files
...
Use lint.LogOnErr for deferred Body/File/Client Close calls.
Use lint.Write for unchecked w.Write calls.
Fix bug in sync/sms.go where fmt.Errorf result was discarded
(replace with proper log.Error call).
2026-05-09 02:29:07 +00:00
2c0bfb9904
Update nuisance submission to go to submitted page
2026-04-08 17:51:41 +00:00
1a53d5338f
Work out the rest of the static site deployment
2026-04-07 14:56:31 +00:00
457f123f69
Add simple compliance landing page
2026-04-03 00:12:52 +00:00
6c311c76e3
Initial draft of shifting from chi to gorilla/mux
2026-04-01 16:19:11 +00:00
228f4a6db9
Don't group js files with images in cache contral
...
That's because we want the bundle to be super-cached and immutable.
2026-03-21 15:25:18 +00:00
303b4b826b
Fix export of SSEManager for SSE connection
2026-03-21 15:08:37 +00:00
a2c3f52ab4
Fix embedded static files on production builds
2026-03-21 05:38:42 +00:00
31947c848a
Move static outside HTML. Start work on TypeScript bundle
...
It's not strictly HTML, so that's just correct.
This is just worth doing while building the new TypeScript bundle
2026-03-21 03:06:59 +00:00