fine-tuning kanban
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
7
frontend/src/routes/project/KanbanCard.svelte
Normal file
7
frontend/src/routes/project/KanbanCard.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<script>
|
||||
let { ondragstart, task } = $props();
|
||||
</script>
|
||||
|
||||
<div draggable="true" class="box" {ondragstart} >
|
||||
{task.name}
|
||||
</div>
|
||||
Reference in New Issue
Block a user