Commit Graph

9 Commits

Author SHA1 Message Date
dd73774f7d fix: remove broken CustomThemeInjector Plug from custom.exs
The Plug was causing AsciinemaWeb.Endpoint to fail on startup.
Reverting to just SMTP configuration while we find a proper way
to inject custom theme.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-09 09:52:16 +01:00
63b96bb8e7 feat: add custom Pivoine Rose theme to asciinema
- Mount custom CSS, favicon, and JS into static directories
- Create custom.js to inject theme CSS and favicon via JavaScript
- Add CustomThemeInjector Plug in custom.exs to inject script tag
- Custom theme features:
  - Pivoine rose primary color (#CE275B)
  - Gray tone backgrounds
  - Custom SVG favicon with rose gradient
  - Bootstrap 4 component overrides

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-09 09:50:07 +01:00
95b01afafa feat: patch HTML template to inject custom theme 2025-11-09 09:26:35 +01:00
dce10fb971 feat: override static_paths and add custom head view for theme injection 2025-11-09 09:19:10 +01:00
6fd7c32669 fix: update theme paths to match new mount location 2025-11-09 09:12:41 +01:00
f0540c52bc feat: use Phoenix config for theme injection (cleaner approach) 2025-11-09 08:48:22 +01:00
d37ff0de47 feat: add nginx proxy for theme injection (cleaner approach) 2025-11-09 08:43:36 +01:00
428fd70ac3 feat: add custom Pivoine Rose theme with Bootstrap 4 styling and SVG favicon 2025-11-09 08:34:02 +01:00
5f126d9d8b feat: add custom.exs to skip SMTP TLS certificate verification 2025-11-09 08:18:13 +01:00