Commit Graph

5 Commits

Author SHA1 Message Date
jbrechtel c3d1adddc2 Fix blank episode form: move all CSS to external static files
Build and Deploy / build-and-deploy (push) Successful in 47s
- Go html/template rejects <style> blocks and inline style attributes
  when template expressions are present in URL/CSS contexts
- Move all inline CSS to static/auth.css, static/episode.css,
  static/dashboard.css
- Serve static files from embedded FS via /static/ handler
- Fix missing </div> in episode form audio file group
2026-07-08 13:12:43 -04:00
jbrechtel b7d2732207 Add scripts/run for local development
Build and Deploy / build-and-deploy (push) Successful in 1m18s
2026-07-08 12:15:28 -04:00
jbrechtel a047338210 Styled file upload buttons for audio and images
Build and Deploy / build-and-deploy (push) Successful in 40s
2026-07-08 09:43:21 -04:00
jbrechtel b32c0a1ba6 Default episode publish time to browser local time
Build and Deploy / build-and-deploy (push) Successful in 43s
2026-07-08 09:41:12 -04:00
jbrechtel 68c1f38b8d Initial commit
Build and Deploy / build-and-deploy (push) Failing after 36s
2026-07-07 21:58:39 -04:00