Hostityourself/server
Claude c113b098e1
refactor: extract HTML/CSS/JS from ui.rs into template files
Move all inline markup out of ui.rs into server/templates/:
  styles.css       — shared stylesheet
  index.html       — dashboard page
  app_detail.html  — app detail page
  users.html       — users admin page

Templates are embedded at compile time via include_str! and rendered
with simple str::replace("{{placeholder}}", value) calls. JS/CSS
braces no longer need escaping, making the templates editable with
normal syntax highlighting.

https://claude.ai/code/session_01FKCW3FDjNFj6jve4niMFXH
2026-03-24 13:03:10 +00:00
..
src refactor: extract HTML/CSS/JS from ui.rs into template files 2026-03-24 13:03:10 +00:00
templates refactor: extract HTML/CSS/JS from ui.rs into template files 2026-03-24 13:03:10 +00:00
Cargo.toml feat: HTTP git push with API key auth 2026-03-23 12:59:02 +00:00