refactor(kanban): scope card handles to partials
Move kanban card actions onto the reusable card partial, use generated render helpers for board/page composition, and remove manual handle fields plus hidden shell-level action anchors from the composed path. req: component/003 req: view/001 req: examples/001
This commit is contained in:
@@ -69,7 +69,7 @@ mod tests {
|
||||
// req: examples/001 req: form/002 req: codegen/003
|
||||
#[test]
|
||||
fn kanban_template_exports_form_and_card_handles() {
|
||||
assert_ne!(ui::board::handles::create_card.id(), ui::board::handles::move_right.id());
|
||||
assert_ne!(ui::board::handles::create_card.id(), ui::board_card::handles::move_right.id());
|
||||
assert_eq!(ui::board::forms::create_card.field("title").resource, ui::board::forms::create_card.id());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user