fix(examples): repair html dynamic partial interactions

Preserve data-hemx-revealed through hemx-build and make html_examples lazy/load-more/infinite/search interactions return server-driven partial updates with regression coverage.

req: convention/005

req: htmx_equivalents/002

req: examples/001
This commit is contained in:
slhx agent
2026-06-25 12:56:43 +02:00
parent 3b14bb57ca
commit acddea21ee
3 changed files with 79 additions and 13 deletions
+1
View File
@@ -1047,6 +1047,7 @@ fn __hemx_lower_html(html: &str, table: &[(&str, &str, u32)]) -> ::std::string::
"data-hemx-slot" => "data-sid",
"data-hemx-handle" => "data-hid",
"data-hemx-form" => "data-fid",
"data-hemx-revealed" => "data-hemx-revealed",
"data-hemx-atom" => "data-aid",
_ => continue,
};