swactor/crates/runtime-dashboard/src
Claude c0b7449430 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 13:31:48 +00:00
..
bin feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
tui feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
actors.html refactor: extract 3,432 lines of embedded HTML to include_str!() 2026-02-13 13:31:48 +00:00
actors_html.rs refactor: extract 3,432 lines of embedded HTML to include_str!() 2026-02-13 13:31:48 +00:00
collector.rs skeleton of wasm runner actors (#32) 2026-02-13 07:42:44 +00:00
dashboard.html refactor: extract 3,432 lines of embedded HTML to include_str!() 2026-02-13 13:31:48 +00:00
dashboard_html.rs refactor: extract 3,432 lines of embedded HTML to include_str!() 2026-02-13 13:31:48 +00:00
distribution.html refactor: extract 3,432 lines of embedded HTML to include_str!() 2026-02-13 13:31:48 +00:00
distribution_collector.rs feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
distribution_html.rs refactor: extract 3,432 lines of embedded HTML to include_str!() 2026-02-13 13:31:48 +00:00
investigate.rs skeleton of wasm runner actors (#32) 2026-02-13 07:42:44 +00:00
layer.rs feat: tui, agent interface, stats hook (#29) 2026-02-11 15:23:26 +00:00
lib.rs feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
server.rs distribution realization (#33) 2026-02-13 07:55:12 +00:00
trace.rs feat: runtime dashboard and docs (#23) 2026-02-09 09:04:57 +00:00