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:
@@ -12,7 +12,4 @@
|
||||
<div data-slhx-slot="board">{+= self.board =+}</div>
|
||||
<aside data-slhx-slot="presence">Waiting for presence…</aside>
|
||||
|
||||
<button type="button" data-slhx-handle="move_left" hidden="hidden">Move left</button>
|
||||
<button type="button" data-slhx-handle="move_right" hidden="hidden">Move right</button>
|
||||
<button type="button" data-slhx-handle="delete_card" hidden="hidden">Delete</button>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user