feat(core): format generated resources for templates

Implement Display for generated slots, keyed slots, atoms, and forms so public examples can pass typed resources directly to hemplate dynamic attributes and tests instead of extracting raw numeric ids.

req: public_api/001

req: public_api/002
This commit is contained in:
slhx agent
2026-05-26 00:39:47 +02:00
parent efabd3ff66
commit 062c184e42
6 changed files with 50 additions and 19 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ fn product_is_e2e_working_over_http() {
let move_to_lane = post(
"/",
&format!("__h={}&work_id=4&lane=runtime", ui::control_center::handles::move_to_lane.id().id),
&format!("__h={}&work_id=4&lane=runtime", ui::control_center::handles::move_to_lane),
);
assert_effect_response(&move_to_lane);
let move_to_lane_batch = move_to_lane.batch();