From 9e9eae65e97affbccc9e69254f4a3d6eafa4f291 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Fri, 17 Oct 2025 10:51:05 +0200 Subject: [PATCH] made user clickable in time list --- frontend/src/routes/time/Index.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/time/Index.svelte b/frontend/src/routes/time/Index.svelte index 89040c1..33653f1 100644 --- a/frontend/src/routes/time/Index.svelte +++ b/frontend/src/routes/time/Index.svelte @@ -244,7 +244,7 @@ {time.duration.toFixed(3)} h {/if} - + {detail = time.id}}> {users[time.user_id].name} {detail = time.id}}>