refactor(kanban): render presence with hemplate

Move the kanban SSE presence fragment from Rust raw HTML formatting into a hemplate partial/view and cover the rendered structure with scraper.

req: html_safety/002

req: view/001

req: test/005
This commit is contained in:
slhx agent
2026-05-25 21:34:53 +02:00
parent 59b0c8ccc4
commit d76682e98f
4 changed files with 46 additions and 6 deletions
Generated
+2
View File
@@ -1409,6 +1409,8 @@ version = "0.1.0"
dependencies = [
"axum",
"futures-util",
"hemplate",
"scraper",
"slhx",
"slhx-axum",
"slhx-build",