swactor/crates/simulation-dashboard/src
Claude edea0aac2a refactor: extract 3,432 lines of embedded HTML to include_str!()
Move HTML content from Rust raw string literals into proper .html
files, replacing each _html.rs with a 1-line include_str!() call.

- runtime-dashboard: dashboard.html (511), actors.html (739),
  distribution.html (746)
- simulation-dashboard: dashboard.html (1,436)

Enables proper HTML syntax highlighting and linting in editors.

Authored by Claude, lovingly guided by Zachery Aaron Shores-Chmielewski
2026-02-13 14:48:35 +00:00
..
config.rs feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
dashboard.html refactor: extract 3,432 lines of embedded HTML to include_str!() 2026-02-13 14:48:35 +00:00
dashboard_html.rs refactor: extract 3,432 lines of embedded HTML to include_str!() 2026-02-13 14:48:35 +00:00
lib.rs feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
server.rs feat: distribution simulation tests (#34) 2026-02-13 13:18:38 +00:00