Commit Graph

5 Commits

Author SHA1 Message Date
jbrechtel d4d552b3f4 Fix sign-in page to show Sign Up link only when sign-up is enabled
Build and Deploy / build-and-deploy (push) Successful in 1m44s
2026-08-19 10:22:09 -04:00
jbrechtel 93590da602 remove subtitle from sign-in page
Build and Deploy / build-and-deploy (push) Successful in 1m1s
2026-07-14 17:57:21 -04:00
jbrechtel 1ffe1b4fd6 Prevent signup from UI when a user already exists
Build and Deploy / build-and-deploy (push) Successful in 1m25s
2026-07-08 21:30:03 -04:00
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 68c1f38b8d Initial commit
Build and Deploy / build-and-deploy (push) Failing after 36s
2026-07-07 21:58:39 -04:00