From d53992dc7563a4cef27c77eba206e82655224968 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Tue, 7 Oct 2025 09:34:08 +0200 Subject: [PATCH] added task description to title attribute --- frontend/src/routes/project/KanbanCard.svelte | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/routes/project/KanbanCard.svelte b/frontend/src/routes/project/KanbanCard.svelte index f11988c..251a1f7 100644 --- a/frontend/src/routes/project/KanbanCard.svelte +++ b/frontend/src/routes/project/KanbanCard.svelte @@ -16,7 +16,10 @@
+ {onclick} {ondragstart} + style={style} + title={task.description.source} +> {task.name} {#if task.estimated_time}